Merge branch 'master' of github.com:jeena/Tentia into image
This commit is contained in:
commit
00e1f54636
8 changed files with 68 additions and 10 deletions
|
@ -65,6 +65,8 @@
|
|||
- (void)openURL:(NSString *)url;
|
||||
|
||||
- (void)setString:(NSString *)string forKey:(NSString *)aKey;
|
||||
- (void)setSecret:(NSString *)string;
|
||||
- (NSString *)secret;
|
||||
- (NSString *)stringForKey:(NSString *)aKey;
|
||||
- (void)storeAccessToken:(NSString *)accessToken secret:(NSString *)secret userId:(NSString *)userId andScreenName:(NSString *)screenName;
|
||||
- (void)loggedIn;
|
||||
|
|
Reference in a new issue