Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. - (void)browser:(MCNearbyServiceBrowser *)browser foundPeer:(MCPeerID *)peerID withDiscoveryInfo:(NSDictionary *)info;
  2.  
  3. [browser invitePeer:peerID
  4. toSession:self.session
  5. withContext:nil
  6. timeout:10];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement