Today's Menu  Portugal
journal and plan nutrition
USDAFoodItem+CoreDataProperties.h
Go to the documentation of this file.
1 //
2 // USDAFoodItem+CoreDataProperties.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 6/22/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<USDAFoodItem *> *)fetchRequest;
18 
19 @property (nullable, nonatomic, copy) NSString *name;
20 @property (nullable, nonatomic, copy) NSNumber *ndbno;
21 
22 @end
23 
24 NS_ASSUME_NONNULL_END