Sign in
nest-open-source
/
nest-mobile-client-iphone
/
4.5.2
/
OCMock
/
96dec917c8aae8d705f7417fc4c0363dee6ec1ed
/
.
/
Examples
/
iOS5Example
/
iOS5Example
/
main.m
blob: bf2dfbdce1f391502773b67185ac85133f8caa62 [
file
] [
log
] [
blame
]
//
// main.m
// iOS5Example
//
#import <UIKit/UIKit.h>
#import "AppDelegate.h"
int
main
(
int
argc
,
char
*
argv
[])
{
@autoreleasepool
{
return
UIApplicationMain
(
argc
,
argv
,
nil
,
NSStringFromClass
([
AppDelegate
class
]));
}
}