Today's Menu  Portugal
journal and plan nutrition
Class Methods | Properties | List of all members
USDAFoodItem(CoreDataProperties) Category Reference

#import <USDAFoodItem+CoreDataProperties.h>

Class Methods

(NSFetchRequest< USDAFoodItem * > *) + fetchRequest
 

Properties

NSString * name
 
NSNumber * ndbno
 

Detailed Description

Definition at line 15 of file USDAFoodItem+CoreDataProperties.h.

Method Documentation

◆ fetchRequest()

+ (NSFetchRequest< USDAFoodItem * > *) fetchRequest

Definition at line 14 of file USDAFoodItem+CoreDataProperties.m.

14  {
15  return [NSFetchRequest fetchRequestWithEntityName:@"USDAFoodItem"];
16 }

Property Documentation

◆ name

- (NSString*) name
readwritenonatomiccopy

Definition at line 19 of file USDAFoodItem+CoreDataProperties.h.

◆ ndbno

- (NSNumber*) ndbno
readwritenonatomiccopy

Definition at line 20 of file USDAFoodItem+CoreDataProperties.h.


The documentation for this category was generated from the following files: