Sha256: 8f753518c927b352a6691ff1e2203b3046e8b9b3bea93dafb63a07bae144aef8
Contents?: true
Size: 385 Bytes
Versions: 4
Compression:
Stored size: 385 Bytes
Contents
#import "TestLoaderAppDelegate.h" @implementation TestLoaderAppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; self.window.backgroundColor = [UIColor whiteColor]; [self.window makeKeyAndVisible]; return YES; } @end
Version data entries
4 entries across 4 versions & 1 rubygems