added plugin api

This commit is contained in:
Jeena Paradies 2010-04-19 03:24:07 +02:00
parent f23314b925
commit 16052b4fdf
6 changed files with 37 additions and 6 deletions

View file

@ -24,6 +24,7 @@
- (void)initWebView;
- (void)openNewTweetWindowInReplyTo:(NSString *)userName statusId:(NSString *)statusId;
- (NSString *)pluginURL;
OSStatus handler(EventHandlerCallRef nextHandler, EventRef theEvent, void* userData);
@end