Commit 3cf51b1b by Daniel Jonathan Committed by GitHub

Merge pull request #76 from goodocy/development

Add missing module
parents c4c4688c 511eacad
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
import ObjectiveC
public struct AssociatedObject { public struct AssociatedObject {
/** /**
Gets the Obj-C reference for the instance object within the UIView extension. Gets the Obj-C reference for the instance object within the UIView extension.
......
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
import Foundation
@objc(MotionViewOrderStrategy) @objc(MotionViewOrderStrategy)
public enum MotionViewOrderStrategy: Int { public enum MotionViewOrderStrategy: Int {
case auto case auto
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment