Today's Menu  Portugal
journal and plan nutrition
Z6MenuPanoramaDelegate.h
Go to the documentation of this file.
1 //
2 // Z6MenuPanoramaDelegate.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 3/14/17.
6 // Copyright © 2017 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
11 #import "Z6ContainingView.h"
12 
13 @protocol Z6MenuPanoramaDelegate <Z6ContainingView>
14 
15 - (void) clickedMenuItem: (MenuItem *)menuItem atRow: (NSUInteger)row;
16 - (Boolean) getSelectedGalleryRow:(NSUInteger *)inforow;
17 - (void) clickClearDay;
18 
19 @end