mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-03-29 05:41:57 +02:00
Initial Commit
This commit is contained in:
26
Example/AppDelegate.m
Normal file
26
Example/AppDelegate.m
Normal file
@@ -0,0 +1,26 @@
|
||||
//
|
||||
// AppDelegate.m
|
||||
// Mac Example
|
||||
//
|
||||
// Created by Matt Coneybeare on 9/15/14.
|
||||
// Copyright (c) 2014 Armchair. All rights reserved.
|
||||
//
|
||||
|
||||
#import "AppDelegate.h"
|
||||
|
||||
@interface AppDelegate ()
|
||||
|
||||
@property (weak) 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
|
||||
Reference in New Issue
Block a user