Add files via upload

This commit is contained in:
DXL
2020-08-27 11:22:49 +08:00
committed by GitHub
parent 7eeb1f6179
commit 51d272e989
13 changed files with 162 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package com.proxgrind.chameleon.callback;
public interface TagInformationsCallback<T> {
//显示信息是以什么格式传入到上层的!
void onInformationsShow(T t);
}