Today's Menu  Portugal
journal and plan nutrition
V3GalleryMenuItemControlbarView.h
Go to the documentation of this file.
1 //
2 // V3GalleryMenuItemControlbarView.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 12/26/18.
6 // Copyright © 2018 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import "Z6ContainedView.h"
11 
12 NS_ASSUME_NONNULL_BEGIN
13 @protocol V3GalleryMenuItemControlbarProtocol <NSObject,
14  UIPickerViewDelegate,
15  UIPickerViewDataSource>
16 - (NSInteger) getKitchenFocusGallery;
17 - (void) clickPlusButton;
18 @end
19 
20 @interface V3GalleryMenuItemControlbarView : UIView <Z6ContainedView>
21 - (instancetype)initWithFrame:(CGRect)frame andDelegate:(id<V3GalleryMenuItemControlbarProtocol>)delegate;
22 @end
23 
24 NS_ASSUME_NONNULL_END