Files
OpenEmu-SDK/OpenEmuSystem/OEXBox360HIDDeviceHander.h

18 lines
243 B
Objective-C

//
// OEXBox360HIDDeviceHander.h
// OpenEmu
//
// Created by Joshua Weinberg on 12/30/12.
//
//
#import "OEHIDDeviceHandler.h"
NS_ASSUME_NONNULL_BEGIN
@interface OEXBox360HIDDeviceHander : OEHIDDeviceHandler
@end
NS_ASSUME_NONNULL_END