From 8594e17f2b07976c006bca1c5531e56ead9b065a Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 8 May 2015 12:35:41 -0700 Subject: Move mac-ui into src/ --- ext/mac-ui-macgap1-wrapper/MacGap/WindowController.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 ext/mac-ui-macgap1-wrapper/MacGap/WindowController.h (limited to 'ext/mac-ui-macgap1-wrapper/MacGap/WindowController.h') diff --git a/ext/mac-ui-macgap1-wrapper/MacGap/WindowController.h b/ext/mac-ui-macgap1-wrapper/MacGap/WindowController.h deleted file mode 100644 index 72927eff..00000000 --- a/ext/mac-ui-macgap1-wrapper/MacGap/WindowController.h +++ /dev/null @@ -1,13 +0,0 @@ -#import -#import "ContentView.h" - -@interface WindowController : NSWindowController { - -} - -- (id) initWithURL:(NSString *) url; -- (id) initWithRequest: (NSURLRequest *)request; -@property (retain) NSURL * url; -@property (retain) IBOutlet ContentView *contentView; - -@end -- cgit v1.2.3