1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-22 15:28:56 +00:00
CLK/OSBindings/Mac/Clock Signal/Joystick Manager/CSJoystickManager.h

16 lines
255 B
C
Raw Normal View History

//
// CSJoystickManager.h
// Clock Signal
//
// Created by Thomas Harte on 19/07/2018.
// Copyright © 2018 Thomas Harte. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface CSJoystickManager : NSObject
- (instancetype)init;
@end