a
554325746@qq.com
2020-01-20 b2ab598e535926e22e4a16e35d955345bfa841ce
1
2
3
4
5
6
7
package com.amitshekhar.sqlite;
 
import android.content.Context;
 
public interface DBFactory {
    SQLiteDB create(Context context, String path, String password);
}