Advertisement
Guest User

yeah

a guest
Apr 20th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //
  2. //  NTRTwitterClient.h
  3. //  TwitterLoginWithParseExample
  4. //
  5. //  Created by Natasha Murashev on 4/6/14.
  6. //  Copyright (c) 2014 NatashaTheRobot. All rights reserved.
  7. //
  8.  
  9. @class ACAccount;
  10.  
  11. @interface NTRTwitterClient : NSObject
  12.  
  13. + (void)loginUserWithAccount:(ACAccount *)twitterAccount;
  14. + (void)loginUserWithTwitterEngine;
  15.  
  16. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement