changed plugin API for more functionality
This commit is contained in:
parent
9ba76d7bc7
commit
2bb3156500
6 changed files with 15 additions and 12 deletions
|
@ -12,7 +12,7 @@
|
|||
#import <Carbon/Carbon.h>
|
||||
|
||||
|
||||
@interface Controller : NSObject <NSWindowDelegate> {
|
||||
@interface Controller : NSObject {
|
||||
IBOutlet WebView *timelineView;
|
||||
IBOutlet NSWindow *timelineViewWindow;
|
||||
IBOutlet WebView *mentionsView;
|
||||
|
|
Reference in a new issue