55ok
| Direktori : /usr/src/cmake-3.25.0/Tests/XCTest/CocoaExample/ |
| Current File : //usr/src/cmake-3.25.0/Tests/XCTest/CocoaExample/AppDelegate.m |
#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