mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
11 lines
232 B
Objective-C
11 lines
232 B
Objective-C
// ViewController.h boilerplate
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <GLKit/GLKit.h>
|
|
#import <GameController/GameController.h>
|
|
|
|
#import "iCade/iCadeReaderView.h"
|
|
|
|
@interface ViewController : GLKViewController <iCadeEventDelegate>
|
|
|
|
@end
|