Files
OpenEmu-SDK/OpenEmuSystem/OEPS3HIDDeviceHandler.h

18 lines
237 B
Objective-C

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