SceneKitReel/main.m
// |
// main.m |
// SceneKitReel |
// |
// Created by Thomas Goossens on 25/04/14. |
// Copyright (c) 2014 apple. All rights reserved. |
// |
#import <UIKit/UIKit.h> |
#import "AAPLAppDelegate.h" |
int main(int argc, char * argv[]) |
{ |
@autoreleasepool { |
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AAPLAppDelegate class])); |
} |
} |
Copyright © 2017 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2017-03-09