mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
ImplクラスInit
This commit is contained in:
parent
c90715b0f5
commit
310944f51e
|
@ -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