// // AppDelegate.h // SKG // // Copyright (c) 2014 RJM Programming. All rights reserved. // #import #import @interface AppDelegate : NSObject @property (assign) IBOutlet NSWindow *window; @property (assign) IBOutlet SKView *skView; @end