michaelengland/FlipTheSwitch

View on GitHub
Example/Colors-OSX/AppDelegate.m

Summary

Maintainability
Test Coverage
#import "AppDelegate.h"

@interface AppDelegate ()

@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