Flattened the folder structure of the Libraries now that the idea is to use precompiler processors to filter out platform-specific code.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#if canImport(CoreData)
|
||||
import CoreData
|
||||
|
||||
public protocol Service {
|
||||
@@ -38,3 +39,4 @@ public protocol Service {
|
||||
func save(childContext context: NSManagedObjectContext) throws
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user