Today's Menu  Portugal
journal and plan nutrition
EmailMessage+CoreDataProperties.h
Go to the documentation of this file.
1 //
2 // EmailMessage+CoreDataProperties.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 6/12/18.
6 // Copyright © 2018 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 //
9 
11 
12 
13 NS_ASSUME_NONNULL_BEGIN
14 
16 
17 + (NSFetchRequest<EmailMessage *> *)fetchRequest;
18 
19 @property (nullable, nonatomic, copy) NSString *bodytext;
20 @property (nullable, nonatomic, copy) NSDate *date;
21 @property (nullable, nonatomic, copy) NSString *from;
22 @property (nullable, nonatomic, retain) NSData *photo;
23 @property (nullable, nonatomic, copy) NSString *randomkey;
24 @property (nullable, nonatomic, copy) NSString *remoteUniqueIID;
25 @property (nullable, nonatomic, copy) NSString *subject;
26 @property (nullable, nonatomic, copy) NSString *uid;
27 @property (nullable, nonatomic, copy) NSString *bodyhtml;
28 
29 @end
30 
31 NS_ASSUME_NONNULL_END