Today's Menu  Portugal
journal and plan nutrition
Z6MenuItemControlbarDelegate.h
Go to the documentation of this file.
1 //
2 // Z6MenuItemControlbarDelegate.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 <Foundation/Foundation.h>
10 #import "Z6ContainingView.h"
11 
12 @protocol Z6MenuItemControlbarDelegate <Z6ContainingView>
13 
14 - (void) fireRecipeCheck;
15 - (void) addMenuItemOnToday:(UIButton *)sender;
16 
17 @end