Today's Menu  Portugal
journal and plan nutrition
Classes | Variables
Y3MailDisplayViewController.m File Reference
#import <GTLRGmail.h>
#import "Z5DataController.h"
#import "Y3MailDisplayViewController.h"
#import "Y3MailDisplayRecipeViewController.h"
#import "Y3MailDisplayUSDAViewController.h"
Include dependency graph for Y3MailDisplayViewController.m:

Go to the source code of this file.

Variables

NSMutableArray * outstandingTickets
 
NSDateFormatter * RFC3339DateFormatter
 
NSDateFormatter * msgNearDateFormatter
 
NSDateFormatter * dspNearDateFormatter
 
UIImageView * imageView
 
UITextView * msgPlainText
 
UIButton * itemRecipeButton
 
UIButton * itemUSDAButton
 
UIButton * itemAddToMenuButton
 

Variable Documentation

◆ dspNearDateFormatter

NSDateFormatter* dspNearDateFormatter

Definition at line 25 of file Y3MailDisplayViewController.m.

◆ imageView

UIImageView* imageView

Definition at line 26 of file Y3MailDisplayViewController.m.

◆ itemAddToMenuButton

UIButton* itemAddToMenuButton

Definition at line 30 of file Y3MailDisplayViewController.m.

◆ itemRecipeButton

UIButton* itemRecipeButton

Definition at line 28 of file Y3MailDisplayViewController.m.

◆ itemUSDAButton

UIButton* itemUSDAButton

Definition at line 29 of file Y3MailDisplayViewController.m.

◆ msgNearDateFormatter

NSDateFormatter* msgNearDateFormatter

Definition at line 24 of file Y3MailDisplayViewController.m.

◆ msgPlainText

UITextView* msgPlainText

Definition at line 27 of file Y3MailDisplayViewController.m.

◆ outstandingTickets

NSMutableArray* outstandingTickets
Initial value:

Definition at line 19 of file Y3MailDisplayViewController.m.

◆ RFC3339DateFormatter

NSDateFormatter* RFC3339DateFormatter

Definition at line 23 of file Y3MailDisplayViewController.m.