Today's Menu  Portugal
journal and plan nutrition
Y4MenuPostViewController.h
Go to the documentation of this file.
1 //
2 // Y4MenuPostViewController.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 10/12/16.
6 // Copyright © 2016 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
12 #import "U3MenuTableDelegate.h"
17 
18 @interface Y4MenuPostViewController : UIViewController
19  <U3ParameterTableDelegate,
20  U3MenuTableDelegate,
21  Z5HealthConnectionProtocol,
22  Z3MenuConsumedDelegate,
23  Z3DateTimeFocusDelegate,
24  Z6MenuJournalDelegate>
25 
26 @property(strong, nonatomic) NSArray<Meal *> *postedMeals;
27 @property(strong, nonatomic) NSDate *postingDate;
28 
29 
30 @end
< U3ParameterTableDelegate, U3MenuTableDelegate, Z5HealthConnectionProtocol, Z3MenuConsumedDelegate, Z3DateTimeFocusDelegate, Z6MenuJournalDelegate > NSArray< Meal * > * postedMeals
NSDate * postingDate