Commit a3023fc6 by Matt Kiazyk Committed by GitHub

Update MotionAnimatorViewContext to inherit from NSObject

parent 296684b3
......@@ -28,7 +28,7 @@
import UIKit
internal class MotionAnimatorViewContext {
internal class MotionAnimatorViewContext: NSObject {
/// An optional reference to a MotionAnimator.
var animator: MotionAnimator?
......
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