mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-26 03:11:14 +01:00
implementations for desctiption and debugDescription complete for all CoreStore types
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
//
|
||||
|
||||
import UIKit
|
||||
import CoreData
|
||||
import CoreStore
|
||||
|
||||
|
||||
// MARK: - AppDelegate
|
||||
@@ -24,9 +22,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
|
||||
application.statusBarStyle = .LightContent
|
||||
|
||||
print(CoreStore.beginUnsafe().commitAndWait())
|
||||
print(From<Palette>("Config1", "Config2"))
|
||||
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user