This commit is contained in:
Corey Johnson
2011-12-15 09:34:09 -08:00
parent 2a01ef757b
commit 583d0d749c
3 changed files with 34 additions and 47 deletions

View File

@@ -6,11 +6,9 @@
struct JSGlobalContextRef;
@interface AtomController : NSWindowController <NSWindowDelegate> {
}
@interface AtomController : NSWindowController <NSWindowDelegate>
@property (assign) WebView *webView;
@property (nonatomic, retain, readonly) NSString *url;
@property (nonatomic, retain, readonly) NSString *bootstrapScript;