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
+6
View File
@@ -17,4 +17,10 @@
@property (nonatomic) BOOL isRunning;
@property (nullable, nonatomic, retain) TemporaryHost *host;
NS_ASSUME_NONNULL_BEGIN
- (NSComparisonResult)compareName:(TemporaryApp *)other;
NS_ASSUME_NONNULL_END
@end