mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-03 16:00:49 +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…
x
Reference in New Issue
Block a user