cmake/Tests/XCTest/CocoaExample/AppDelegate.m

19 lines
392 B
Mathematica
Raw Normal View History

2015-08-17 11:37:30 +02:00
#import "AppDelegate.h"
@interface AppDelegate ()
@property (assign) IBOutlet NSWindow *window;
@end
@implementation AppDelegate
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
// Insert code here to initialize your application
}
- (void)applicationWillTerminate:(NSNotification *)aNotification {
// Insert code here to tear down your application
}
@end