fix build for watchOS

This commit is contained in:
John Estropia
2020-02-08 08:49:11 +09:00
parent 5e37ee4566
commit 8cb8b95c2e
5 changed files with 12 additions and 4 deletions

View File

@@ -23,6 +23,8 @@
// SOFTWARE.
//
#if canImport(UIKit) || canImport(AppKit)
import Foundation
@@ -209,3 +211,5 @@ extension DiffableDataSource.Target {
}
}
}
#endif