Today's Menu  Portugal
journal and plan nutrition
Z7MessagesPanelTableView.h
Go to the documentation of this file.
1 //
2 // Z7MessagesPanelTableView.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 
11 
12 
13 @interface Z7MessagesPanelTableView : Z7EmpaneledTableView // <UITableViewDataSource>
14 
15 @property (nonatomic, strong) EmailMessage *focusEmailMsg;
16 
17 - (id) initWithFrame:(CGRect)frame
18  andComponents:(NSArray *)components
19  inContainer:(id<Z7MessagesTableDelegate>)container;
20 
21 @end