Guest User

Untitled

a guest
Nov 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. - (void)printShares {
  2. id<SocializeFullUser> currentUser = [[Socialize sharedSocialize] authenticatedFullUser];
  3. NSLog(@"Current shares count %d", currentUser.share);
  4. }
Add Comment
Please, Sign In to add comment