Today's Menu  Portugal
journal and plan nutrition
M9MailServerNavigator.h
Go to the documentation of this file.
1 //
2 // M9MailServerNavigator.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 6/26/18.
6 // Copyright © 2018 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
11 
12 @interface M9MailServerNavigator : NSObject <Z5GmailDataListener>
13 
14 - (instancetype)init:(Y3GmailViewController *)d;
15 - (void) initializeBlockedList;
16 
17 @end
Fetch all marked emails into the local database, and display a list.