mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
createDocument実装
This commit is contained in:
parent
56a3acf36d
commit
3878c139af
|
@ -9,6 +9,8 @@ public interface LacertaVcs {
|
||||||
|
|
||||||
public void deletePage(int index);
|
public void deletePage(int index);
|
||||||
|
|
||||||
|
public void createDocument(String documentId);
|
||||||
|
|
||||||
// debug
|
// debug
|
||||||
public void printLog();
|
public void printLog();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user