Sha256: 1da18e0c782d76c52a32200e227b3c3f152286577d93c80f57425102563a5e9a
Contents?: true
Size: 327 Bytes
Versions: 28
Compression:
Stored size: 327 Bytes
Contents
// // main.m // test // // Created by tripleCC on 05/10/2018. // Copyright (c) 2018 tripleCC. All rights reserved. // @import UIKit; #import "TDFAppDelegate.h" int main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([TDFAppDelegate class])); } }
Version data entries
28 entries across 28 versions & 1 rubygems