#import NS_ASSUME_NONNULL_BEGIN @interface WMFContent (CoreDataProperties) + (NSFetchRequest *)fetchRequest; @property (nullable, nonatomic, retain) id object; @property (nullable, nonatomic, retain) WMFContentGroup *contentGroup; @end NS_ASSUME_NONNULL_END