Corey, Corey, Corey...

This commit is contained in:
Corey Johnson
2011-11-11 14:14:09 -08:00
parent b5d9fbc835
commit 2512b48293
3 changed files with 7 additions and 7 deletions

View File

@@ -7,9 +7,9 @@
}
@property (retain) WebView *webView;
@property (retain, readonly) NSString *path;
@property (retain, readonly) NSString *url;
@property (retain) JSCocoa *jscocoa;
- (AtomController *)initWithPath:(NSString *)aPath;
- (AtomController *)initWithURL:(NSString *)url;
@end