添加注册接口

This commit is contained in:
ascrutae 2016-11-09 10:26:07 +08:00
parent c887abeb8c
commit d628314c4f
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ public interface Register {
void unSubscribe();
void registry();
}