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