// // main.m // TOPINViewControllerExample // // Created by Tim Oliver on 5/15/17. // Copyright © 2017 Timothy Oliver. All rights reserved. // #import #import "AppDelegate.h" int main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); } }