Today's Menu  Portugal
journal and plan nutrition
Z3MenuConsumedDelegate.h
Go to the documentation of this file.
1 //
2 // Z3MenuConsumedDelegate.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 4/28/17.
6 // Copyright © 2017 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 @protocol Z3MenuConsumedDelegate <NSObject>
12 
13 - (void) didTapConsumedFooter;
14 - (void) didTapSkippedFooter;
15 
16 @end