First version
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <SpriteKit/SpriteKit.h>
|
||||
|
||||
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
||||
|
||||
@property (assign) IBOutlet NSWindow *window;
|
||||
@property (assign) IBOutlet SKView *skView;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user