Pass authtoken in from user, and add a wrapper for web UI on Mac.
This commit is contained in:
15
ext/mac-ui-macgap1-wrapper/MacGap/Classes/ContentView.h
Normal file
15
ext/mac-ui-macgap1-wrapper/MacGap/Classes/ContentView.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <WebKit/WebKit.h>
|
||||
|
||||
@class WebViewDelegate;
|
||||
|
||||
@interface ContentView : NSView {
|
||||
IBOutlet WebView* webView;
|
||||
WebViewDelegate* delegate;
|
||||
}
|
||||
|
||||
@property (retain) WebView* webView;
|
||||
@property (retain) WebViewDelegate* delegate;
|
||||
@property (strong) IBOutlet NSMenu *mainMenu;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user