Today's Menu  Portugal
journal and plan nutrition
Z3MenuJournalView.h
Go to the documentation of this file.
1 //
2 // Z3MenuJournalView.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 12/30/17.
6 // Copyright © 2017 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import "Z6ContainedView.h"
12 #import "DLStarRatingControl.h"
13 
14 @interface Z3MenuJournalView : UIView <Z6ContainedView, DLStarRatingDelegate>
15 
16 - (instancetype) initWithDelegate:(id<Z6MenuJournalDelegate>) delegate;
17 
18 - (NSDate *) getMealJournalDate;
19 
20 @end
NSDate * getMealJournalDate()