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