13 lines
201 B
Objective-C
13 lines
201 B
Objective-C
#import <CoreData/CoreData.h>
|
|
@class WMFContent;
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface WMFContentGroup : NSManagedObject
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|
|
|
|
#import <WMF/WMFContentGroup+CoreDataProperties.h>
|