Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1cc7a2b

Browse files
committed
ObjectiveC support added
1 parent 6e13c08 commit 1cc7a2b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

MotionKit/MotionKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import CoreMotion
2828
}
2929

3030

31-
public class MotionKit {
31+
@objc public class MotionKit {
3232

3333
let manager = CMMotionManager()
3434
var delegate: MotionKitDelegate?

0 commit comments

Comments
 (0)