Today's Menu  Portugal
journal and plan nutrition
main.m
Go to the documentation of this file.
1 //
2 // main.m
3 // StayWellFed
4 //
5 // Created by Don Zeek on 5/12/15.
6 // Copyright (c) 2015 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import "AppDelegate.h"
11 
12 int main(int argc, char * argv[]) {
13  @autoreleasepool {
14 
15  return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
16  }
17 }
int main(int argc, char *argv[])
Definition: main.m:12