Skip to content

Commit 3cf51b1

Browse files
authored
Merge pull request #76 from goodocy/development
Add missing module
2 parents c4c4688 + 511eaca commit 3cf51b1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Sources/Extensions/Motion+Obj-C.swift

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
* THE SOFTWARE.
2424
*/
2525

26+
import ObjectiveC
27+
2628
public struct AssociatedObject {
2729
/**
2830
Gets the Obj-C reference for the instance object within the UIView extension.

Sources/MotionViewOrderStrategy.swift

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
* THE SOFTWARE.
2424
*/
2525

26+
import Foundation
27+
2628
@objc(MotionViewOrderStrategy)
2729
public enum MotionViewOrderStrategy: Int {
2830
case auto

0 commit comments

Comments
 (0)