Guest User

Untitled

a guest
Dec 12th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. + (GMInviteCodeHelper *)instance
  2. {
  3.     @synchronized(self)
  4.     {
  5.         if (instance == NULL)
  6.         {
  7.             instance = [self.alloc init];
  8.         }
  9.        
  10.     }
  11.    
  12.     return(instance);
  13. }
Add Comment
Please, Sign In to add comment