Retired Document
Important: This document may not represent best practices for current development. Links to downloads and other resources may no longer be valid.
PhotoMap/main.m
/* |
Copyright (C) 2018 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
Main source file to this sample application. |
*/ |
@import UIKit; |
#import "PhotoMapAppDelegate.h" |
int main(int argc, char *argv[]) |
{ |
int retVal = 0; |
@autoreleasepool { |
retVal = UIApplicationMain(argc, argv, nil, NSStringFromClass([PhotoMapAppDelegate class])); |
} |
return retVal; |
} |
Copyright © 2018 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2018-04-26