// // AppDelegate.m // Tracks // // Created by Grygorii Zharun on 6/16/14. // // #import "AppDelegate.h" @implementation AppDelegate - (void)dealloc { [super dealloc]; } - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { // Insert code here to initialize your application } @end