Sha256: 357671853c9d50183f61e950c94c5e6c3ce85ea14fc341658edb147a38321931

Contents?: true

Size: 459 Bytes

Versions: 63

Compression:

Stored size: 459 Bytes

Contents

//
//  AppDelegate.m
//  LibraryConsumer
//
//  Created by Ole Gammelgaard Poulsen on 16/10/14.
//  Copyright (c) 2014 Shape A/S. All rights reserved.
//

#import <LibraryDemo/MyDemoClass.h>

#import "AppDelegate.h"

@interface AppDelegate ()

@end

@implementation AppDelegate


- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {

	NSLog(@"%@", [MyDemoClass welcomeMessage]);

	return YES;
}

@end

Version data entries

63 entries across 63 versions & 20 rubygems

Version Path
cocoapods-packager-qcloud-1.5.1 spec/fixtures/LibraryConsumerDemo/LibraryConsumer/AppDelegate.m
cocoapods-packager-1.5.0 spec/fixtures/LibraryConsumerDemo/LibraryConsumer/AppDelegate.m
cocoapods-packager-1.4.0 spec/fixtures/LibraryConsumerDemo/LibraryConsumer/AppDelegate.m