Sha256: 2c6fb6db6a8faed52e08abae1f2f370bf16bf6ffef46e214892c66d2c659b7f1

Contents?: true

Size: 281 Bytes

Versions: 4

Compression:

Stored size: 281 Bytes

Contents

#import "MyFirstLibObject.h"
#import "ObjectiveSugar.h"

@implementation MyFirstLibObject

- (NSString *)name
{
    [@[@1, @2, @3] each:^(id item) {
        // Use one of the Cocoapods here to check compiler is all linked i[
    }];
    
    return @"my-first-lib-object";
}

@end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
xcbootstrap-0.1.0 templates/static-lib/lib/src/MyFirstLibObject.m
xcbootstrap-0.0.3 templates/static-lib/lib/src/MyFirstLibObject.m
xcbootstrap-0.0.2 templates/static-lib/lib/src/MyFirstLibObject.m
xcbootstrap-0.0.1 templates/static-lib/lib/src/MyFirstLibObject.m