more access stuff and removed some unnecessary files
This commit is contained in:
parent
6f3b689c3d
commit
c66ec0f8e9
339 changed files with 158 additions and 13855 deletions
|
@ -45,8 +45,11 @@
|
|||
- (void)handleGetURLEvent:(NSAppleEventDescriptor *)event withReplyEvent:(NSAppleEventDescriptor *)replyEvent;
|
||||
- (void)unreadMentions:(NSInteger)count;
|
||||
- (void)openURL:(NSString *)url;
|
||||
|
||||
- (void)setString:(NSString *)string forKey:(NSString *)aKey;
|
||||
- (NSString *)stringForKey:(NSString *)aKey;
|
||||
- (void)storeAccessToken:(NSString *)accessToken secret:(NSString *)secret userId:(NSString *)userId andScreenName:(NSString *)screenName;
|
||||
- (void)storeSecretData:(NSString *)secretData;
|
||||
- (void)loggedIn;
|
||||
|
||||
OSStatus handler(EventHandlerCallRef nextHandler, EventRef theEvent, void* userData);
|
||||
|
||||
|
|
Reference in a new issue