Copyright year + miscellaneous changes

This commit is contained in:
Douglas Bumby
2015-04-06 17:17:26 -04:00
parent 487093160b
commit cc24921107
8 changed files with 15 additions and 143 deletions
-2
View File
@@ -7,7 +7,5 @@
//
@interface SSAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
-3
View File
@@ -12,9 +12,6 @@
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
// Nothing to see here yet.
[self.window makeKeyAndVisible];
return YES;
}