WIP: minor conveniences to the ImportableUniqueObject protocol

This commit is contained in:
John Estropia
2017-01-20 21:51:00 +09:00
parent 6d83564a1a
commit 73450d0b29
7 changed files with 394 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ import CoreData
}
```
*/
public protocol ImportableObject: class {
public protocol ImportableObject: class, NSObjectProtocol, AnyObject {
/**
The data type for the import source. This is most commonly an `NSDictionary` or another external source such as an `NSUserDefaults`.