dashboard
repositories
filestore
activity
search
login
main
/
xinbi-new
本地新币代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
zj
2025-06-19
69d51d9510c284c52b8e330ef3ff800a35ed6aac
[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);
}