index
:
piztor
game
master
multithreading
push_notification
Simple location sharing system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client
/
Socket-demo
/
Login.java
blob: 2dd386c3ac9666f496b0c5e5d905c591e242d562 (
plain
) (
blame
)
1
2
3
4
5
6
package
com.example.test
;
public
class
Login
{
void
success
(
int
t
){}
void
failed
(){}
}