Sha256: 4de7fc2c84a5add26c367fa5d54ae382b39a13f9738f6f951cf8d4d3f8efe117
Contents?: true
Size: 442 Bytes
Versions: 4
Compression:
Stored size: 442 Bytes
Contents
// // main.m // podSign // // Created by liuxiaoliang01 on 2022/8/17. // #import <UIKit/UIKit.h> #import "AppDelegate.h" int main(int argc, char * argv[]) { NSString * appDelegateClassName; @autoreleasepool { // Setup code that might create autoreleased objects goes here. appDelegateClassName = NSStringFromClass([AppDelegate class]); } return UIApplicationMain(argc, argv, nil, appDelegateClassName); }
Version data entries
4 entries across 4 versions & 1 rubygems