Today's Menu  Portugal
journal and plan nutrition
Z6MenuItemControlbar.h
Go to the documentation of this file.
1 //
2 // Z6MenuItemControlbar.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 3/22/17.
6 // Copyright © 2017 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
11 #import "Z6ContainedView.h"
12 
13 @interface Z6MenuItemControlbar : UIView <Z6ContainedView>
14 
15 @property (strong, nonatomic) id<Z6MenuItemControlbarDelegate> delegate;
16 
17 - (instancetype) initWithFrame:(CGRect)frame andDelegate:(id<Z6MenuItemControlbarDelegate>) delegate;
18 - (void) showBar:(Boolean)flag;
19 
20 @end
id< Z6MenuItemControlbarDelegate > delegate