Today's Menu  Portugal
journal and plan nutrition
Z7MessagesTableDelegate.h
Go to the documentation of this file.
1 //
2 // Z7MessagesTableDelegate.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 6/8/17.
6 // Copyright © 2017 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
11 
12 @protocol Z7MessagesTableDelegate <NSObject, UITableViewDataSource>
13 
14 // - (NSInteger) assessMessagesToDisplay;
15 - (NSMutableArray<EmailMessage *> *) retrieveEmailMessages;
16 - (void) messageSwiped:(NSInteger) nRow;
17 
18 @end