Today's Menu  Portugal
journal and plan nutrition
AppDelegate.h
Go to the documentation of this file.
1 //
2 // AppDelegate.h
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 
11 @interface AppDelegate : UIResponder <UIApplicationDelegate>
12 
13 @property (strong, nonatomic) UIWindow *window;
14 
15 @property (strong, nonatomic) UITabBarController *tabBarController;
16 
17 @end
18 
UIWindow * window
Definition: AppDelegate.h:13
UITabBarController * tabBarController
Definition: AppDelegate.h:15