mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 08:23:15 +00:00
ImplクラスInit
This commit is contained in:
parent
aff7af76d4
commit
1c5325711a
|
@ -0,0 +1,21 @@
|
||||||
|
package one.nem.lacerta.source.file.impl;
|
||||||
|
|
||||||
|
import android.graphics.Bitmap;
|
||||||
|
import one.nem.lacerta.source.file.RepoFileManager;
|
||||||
|
|
||||||
|
public class RepoFileManagerImpl implements RepoFileManager{
|
||||||
|
@Override
|
||||||
|
public void initRepoDir() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void addImageByIndex(Bitmap bitmap, int index) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void deleteImageByIndex(int index) {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user