Today's Menu  Portugal
journal and plan nutrition
USDAFoodItem+CoreDataProperties.m
Go to the documentation of this file.
1 //
2 // USDAFoodItem+CoreDataProperties.m
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 
13 
14 + (NSFetchRequest<USDAFoodItem *> *)fetchRequest {
15  return [NSFetchRequest fetchRequestWithEntityName:@"USDAFoodItem"];
16 }
17 
18 @dynamic name;
19 @dynamic ndbno;
20 
21 @end