Mobile Application > iOS Components > Examples of Component Use > The 2D Map Component > Setting Up Legend Parameters > main.m
Description: Main file of source code for the given example.
#import "AppDelegate.h" int main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); } }
See also: