Today's Menu  Portugal
journal and plan nutrition
ZCMNutritionRootViewController.h
Go to the documentation of this file.
1 //
2 // ZCMNutritionRootViewController.h
3 // CoordMedicRove
4 //
5 // Created by Don Zeek on 5/5/15.
6 // Copyright (c) 2015 net.dzeek.cp125a. All rights reserved.
7 //
8 
10 #import <UIKit/UIKit.h>
11 #import "P2SnapMealInfoView.h" // for P2SnapMealInfoProtocol
12 #import "ZOrientProtocol.h"
13 
14 
15 @interface ZCMNutritionRootViewController : UIViewController
16  < ZOrientProtocol,
17  P2SnapMealInfoProtocol,
18  Z5GoogleLoginListener,
19  UIImagePickerControllerDelegate,
20  UINavigationControllerDelegate >
21 
22 @end