Today's Menu  Portugal
journal and plan nutrition
Z6MenuItemFocusView.h
Go to the documentation of this file.
1 //
2 // Z6MenuItemFocusView.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 3/23/17.
6 // Copyright © 2017 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import "Z6ContainedView.h"
11 #import "Z6ItemFocusDelegate.h"
13 
14 @interface Z6MenuItemFocusView : UIView <UIPickerViewDelegate,
15  UIPickerViewDataSource,
16  UITextFieldDelegate,
17  Z6ContainedView>
18 
19 @property (nonatomic, assign) id<Z6ItemFocusDelegate> delegate;
20 
21 - (instancetype) initWithMenuItem: (MenuItem *) focusMenuItem
22  andDelegate: (id<Z6ItemFocusDelegate>) delegate;
23 
24 @end
id< Z6ItemFocusDelegate > delegate