more access stuff and removed some unnecessary files

This commit is contained in:
Jeena Paradies 2012-10-28 13:58:22 +01:00
parent 6f3b689c3d
commit c66ec0f8e9
339 changed files with 158 additions and 13855 deletions

View file

@ -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);