Today's Menu  Portugal
journal and plan nutrition
U3ParameterTableDelegate.h
Go to the documentation of this file.
1 //
2 // U3ParameterTableDelegate.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 9/10/16.
6 // Copyright © 2016 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 // #import "Meal+CoreDataProperties.h"
11 
12 @protocol U3ParameterTableDelegate <NSObject>
13 
14 - (void) updatedParameterArray:(NSArray *)parameterArray;
15 - (float) resizeParameterFrame;
16 - (void) didSelectParameterRow:(NSIndexPath *) index;
17 // - (void) didSelectGalleryMenuItem:(MenuItem *) menuItem;
18 
19 @end