Move non-CoreData backed fields out of CoreData objects

This commit is contained in:
Cameron Gutman
2015-12-01 20:36:08 -08:00
parent 5ea92a7b48
commit bfa4856bbe
8 changed files with 20 additions and 32 deletions
-8
View File
@@ -11,16 +11,8 @@
@class Host;
NS_ASSUME_NONNULL_BEGIN
@interface App : NSManagedObject
@property BOOL isRunning;
- (NSComparisonResult)compareName:(App *)other;
@end
NS_ASSUME_NONNULL_END
#import "App+CoreDataProperties.h"