Guest User

Untitled

a guest
Nov 21st, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. - (void)sessionDidConnect:(Session*)session {
  2. [[NSNotificationCenter defaultCenter]
  3. postNotificationName:@"onSessionConnect"
  4. object:nil
  5. userInfo:@{@"sessionId": session.sessionId}];
  6. }
Add Comment
Please, Sign In to add comment