Today's Menu  Portugal
journal and plan nutrition
Functions
main.m File Reference
#import <UIKit/UIKit.h>
#import "AppDelegate.h"
Include dependency graph for main.m:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 12 of file main.m.

12  {
13  @autoreleasepool {
14 
15  return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
16  }
17 }