GitBucket
Toggle navigation
Sign in
Files
Branches
3
Releases
1
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
nitta-lab-2017
/
RxSprout
Transfer to URL with SHA
Find file
Newer
Older
tree:
181297fc0f
Switch branches
×
develop/mvvm
develop/rx
master
RxSprout
/
app
/
src
/
main
/
java
/
framework
/
network
/ CallBack.java
KeijuMatsumoto
on 28 Nov 2017
100 bytes
[add] Project
Raw
Blame
History
package framework.network; public interface CallBack { public void onResponse(String response); }