12345678910111213141516171819202122232425262728293031323334353637 |
- #import <Foundation/Foundation.h>
- #import <CoreData/CoreData.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface TableDirectory : NSManagedObject
- @end
- NS_ASSUME_NONNULL_END
- #import "TableDirectory+CoreDataProperties.h"
|