dashboard
repositories
filestore
activity
search
login
main
/
xinbi-new
本地新币代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改充值地址
zj
2025-04-04
8ceb6cd5ba9d7f347f2070a3967f31cc070ef4ef
[xinbi-new.git]
/
src
/
main
/
java
/
project
/
data
/
websocket
/
utils
/
ResponseCallback.java
1
2
3
4
5
6
7
package project.data.websocket.utils;
@FunctionalInterface
public interface ResponseCallback<T> {
void onResponse(T response);
}