12 lines
194 B
Objective-C
12 lines
194 B
Objective-C
#pragma once
|
|
#import <UIKit/UIKit.h>
|
|
// #include <Kt/Input/GyroHandler.h>
|
|
|
|
@interface Motion : NSObject <UIAccelerometerDelegate> {
|
|
// Kt::GyroHandler* gyroHandler;
|
|
}
|
|
|
|
// + (Motion*)the;
|
|
|
|
@end
|