mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
Repository実装
This commit is contained in:
parent
effdd8e9f3
commit
c90715b0f5
|
@ -1,7 +1,13 @@
|
|||
package one.nem.lacerta.source.file;
|
||||
|
||||
import android.graphics.Bitmap;
|
||||
|
||||
import org.eclipse.jgit.lib.Repository;
|
||||
|
||||
public interface RepoFileManager {
|
||||
|
||||
void
|
||||
void initRepoDir();
|
||||
void addImageByIndex(Bitmap bitmap, int index);
|
||||
void deleteImageByIndex(int index);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user