Use CoreData codegen to resolve warnings about missing getters/setters on our DB objects

This commit is contained in:
Cameron Gutman
2018-05-28 12:40:15 -07:00
parent b792629943
commit 85f81ca8c1
16 changed files with 10 additions and 196 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
// Copyright © 2015 Moonlight Stream. All rights reserved.
//
#import "Settings.h"
#import "Settings+CoreDataClass.h"
@interface TemporarySettings : NSObject