Sha256: f6652b32db60c817589b9c106ad46039c78168b0eeff5e6385f9c86510f15424
Contents?: true
Size: 446 Bytes
Versions: 4
Compression:
Stored size: 446 Bytes
Contents
// // AppDelegate.m // LibraryConsumer // // Created by Ole Gammelgaard Poulsen on 16/10/14. // Copyright (c) 2014 Shape A/S. All rights reserved. // #import "AppDelegate.h" #import "MyDemoClass.h" @interface AppDelegate () @end @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { NSLog(@"%@", [MyDemoClass welcomeMessage]); return YES; } @end
Version data entries
4 entries across 4 versions & 1 rubygems