Today's Menu  Portugal
journal and plan nutrition
USDAFoodItem+CoreDataClass.h
Go to the documentation of this file.
1 //
2 // USDAFoodItem+CoreDataClass.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 
10 #import <Foundation/Foundation.h>
11 #import <CoreData/CoreData.h>
12 
13 NS_ASSUME_NONNULL_BEGIN
14 
15 @interface USDAFoodItem : NSManagedObject
16 
17 @end
18 
19 NS_ASSUME_NONNULL_END
20