Today's Menu  Portugal
journal and plan nutrition
Classes | Variables
Y3GmailViewController.m File Reference
#import "Y3GmailViewController.h"
#import "Z5DataController.h"
#import "Z5GoogleLoginController.h"
#import "Y3MailDisplayViewController.h"
#import "UIButton+Y5GradientFace.h"
#import "EmailMessage+CoreDataProperties.h"
#import "Y3GmailViewHeader.h"
#import "Y3GmailViewFooter.h"
#import "M9MailServerNavigator.h"
#import "UIColor+Y9RainbowSelection.h"
Include dependency graph for Y3GmailViewController.m:

Go to the source code of this file.

Variables

import GoogleSignIn
 
NSMutableArray< NSString * > * rows
 
NSDateFormatter * msgNearDateFormatter
 
NSDateFormatter * dspNearDateFormatter
 
UIButton * manualMailButton
 
UIButton * addItemButton
 
Y3GmailViewHeadergmailViewHeader
 
Y3GmailViewFootergmailViewFooter
 
CGRect nutritionMessagesFrame
 
NSString * messageHtml
 
float webViewEmailWidth
 
M9MailServerNavigatormailUtility
 
NSDateFormatter * mDateFormatter
 
const NSString * HeaderIdentifier
 

Variable Documentation

◆ addItemButton

UIButton* addItemButton

Definition at line 68 of file Y3GmailViewController.m.

◆ dspNearDateFormatter

NSDateFormatter* dspNearDateFormatter

Definition at line 65 of file Y3GmailViewController.m.

◆ gmailViewFooter

Y3GmailViewFooter* gmailViewFooter

Definition at line 71 of file Y3GmailViewController.m.

◆ gmailViewHeader

Y3GmailViewHeader* gmailViewHeader

Definition at line 70 of file Y3GmailViewController.m.

◆ GoogleSignIn

import GoogleSignIn

Definition at line 9 of file Y3GmailViewController.m.

◆ HeaderIdentifier

const NSString* HeaderIdentifier

Definition at line 81 of file Y3GmailViewController.m.

◆ mailUtility

M9MailServerNavigator* mailUtility

Definition at line 77 of file Y3GmailViewController.m.

◆ manualMailButton

UIButton* manualMailButton

Definition at line 67 of file Y3GmailViewController.m.

◆ mDateFormatter

NSDateFormatter* mDateFormatter

Definition at line 79 of file Y3GmailViewController.m.

◆ messageHtml

NSString* messageHtml

Definition at line 74 of file Y3GmailViewController.m.

◆ msgNearDateFormatter

NSDateFormatter* msgNearDateFormatter

Definition at line 64 of file Y3GmailViewController.m.

◆ nutritionMessagesFrame

CGRect nutritionMessagesFrame

Definition at line 72 of file Y3GmailViewController.m.

◆ rows

NSMutableArray<NSString *>* rows
Initial value:
{
NSString * nutritionJournalDataTitleKey

Definition at line 59 of file Y3GmailViewController.m.

◆ webViewEmailWidth

float webViewEmailWidth

Definition at line 75 of file Y3GmailViewController.m.