Today's Menu  Portugal
journal and plan nutrition
Y3GmailViewController.h
Go to the documentation of this file.
1 //
2 // Y3GmailViewController.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 4/13/18.
6 // Copyright © 2018 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import <WebKit/WebKit.h>
13 #import "Y3GmailViewHeader.h"
16 #import "Z5GmailDataListener.h"
17 
18 @protocol Y3GmailViewProtocol <NSObject>
19 - (void) updateUI;
20 - (void) updateHTML: (NSString *)body;
21 - (void) photoAvailable: (NSDictionary *)partDetail;
22 @end
23 
24 @protocol Y3GmailViewParentProtocol <NSObject>
25 
26 - (void) popPushController:(UIViewController *)rebuildVC;
27 
28 @end
29 @interface Y3GmailViewController : UIViewController
30  <Y3GmailViewProtocol,
31  Y3GmailViewProtocol,
32  Y3GmailFooterDelegate,
33  Z5GoogleLoginListener,
34  Y3GmailHeaderProtocol,
35  Z7MessagesTableDelegate,
36  GIDSignInUIDelegate,
37  UITableViewDataSource,
38  UITableViewDelegate,
39  UITextFieldDelegate,
40  WKNavigationDelegate,
41  WKUIDelegate >
42 
43 @property (strong, nonatomic) Z7MessagesPanelTableView *nutritionMsgsTable;
44 
45 @property (nonatomic, strong) NSMutableArray<EmailMessage *> *emailMessages;
46 
47 @property (nonatomic, strong) id<Y3GmailViewParentProtocol> parentController;
48 
49 - (void) reframeTable;
50 
51 @end
NSMutableArray< EmailMessage * > * emailMessages
< Y3GmailViewProtocol, Y3GmailViewProtocol, Y3GmailFooterDelegate, Z5GoogleLoginListener, Y3GmailHeaderProtocol, Z7MessagesTableDelegate, GIDSignInUIDelegate, UITableViewDataSource, UITableViewDelegate, UITextFieldDelegate, WKNavigationDelegate, WKUIDelegate > Z7MessagesPanelTableView * nutritionMsgsTable
id< Y3GmailViewParentProtocol > parentController
Fetch all marked emails into the local database, and display a list.