Sha256: 880bdb1c7937052d2c84499923967fe7c7de5157f85e184ee037e0b6738199b8
Contents?: true
Size: 269 Bytes
Versions: 2
Compression:
Stored size: 269 Bytes
Contents
@import Foundation; @import MySample; int main(int argc, const char * argv[]) { @autoreleasepool { NSString* str = MySample.new.print; printf("%s", [[@"Calling MySample: " stringByAppendingFormat: @"%@\n", str] UTF8String]); } return 0; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-pack-1.0.1 | samples/CLIConsumer/CLIConsumer/main.m |
cocoapods-pack-1.0.0 | samples/CLIConsumer/CLIConsumer/main.m |