From 5eabb7a73b38d6f80f36d0eb37d5606baa77009d Mon Sep 17 00:00:00 2001 From: "Jaeyun,Oh" Date: Mon, 23 Sep 2019 15:44:20 +0900 Subject: [PATCH 1/2] Fix to objc_xxxAssociatedObject issue --- Sources/Extensions/Motion+Obj-C.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/Extensions/Motion+Obj-C.swift b/Sources/Extensions/Motion+Obj-C.swift index 80cc6ff..f3ce39a 100644 --- a/Sources/Extensions/Motion+Obj-C.swift +++ b/Sources/Extensions/Motion+Obj-C.swift @@ -23,6 +23,8 @@ * THE SOFTWARE. */ +import ObjectiveC + public struct AssociatedObject { /** Gets the Obj-C reference for the instance object within the UIView extension. From 511eacada7b8f1031b6546718adf76d181df5886 Mon Sep 17 00:00:00 2001 From: "Jaeyun,Oh" Date: Mon, 23 Sep 2019 16:50:03 +0900 Subject: [PATCH 2/2] Add mission module ( Foundation ) --- Sources/MotionViewOrderStrategy.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/MotionViewOrderStrategy.swift b/Sources/MotionViewOrderStrategy.swift index d817b94..cbb2f77 100644 --- a/Sources/MotionViewOrderStrategy.swift +++ b/Sources/MotionViewOrderStrategy.swift @@ -23,6 +23,8 @@ * THE SOFTWARE. */ +import Foundation + @objc(MotionViewOrderStrategy) public enum MotionViewOrderStrategy: Int { case auto