Play-/Source/ui_ios/EmulatorViewController.h

15 lines
451 B
C
Raw Normal View History

2015-07-22 02:48:26 -04:00
#import <UIKit/UIKit.h>
#import <GameController/GameController.h>
#import "iCade-iOS/iCadeReaderView.h"
2015-07-22 02:48:26 -04:00
@interface EmulatorViewController : UIViewController <iCadeEventDelegate>
@property (nonatomic) iCadeReaderView* iCadeReader;
@property (nonatomic) GCController *gController __attribute__((weak_import));
@property (nonatomic, strong) id connectObserver;
@property (nonatomic, strong) id disconnectObserver;
2015-07-22 02:48:26 -04:00
@property NSString* imagePath;
@end