mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 15:30:35 +00:00
11 lines
190 B
Objective-C
11 lines
190 B
Objective-C
// ViewController.h boilerplate
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <GLKit/GLKit.h>
|
|
|
|
#import "iCade/iCadeReaderView.h"
|
|
|
|
@interface ViewController : GLKViewController <iCadeEventDelegate>
|
|
|
|
@end
|