2013-02-17 14:04:44 +00:00
|
|
|
// ViewController.h boilerplate
|
|
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#import <GLKit/GLKit.h>
|
|
|
|
|
2013-05-31 01:58:41 +00:00
|
|
|
#import "iCade/iCadeReaderView.h"
|
|
|
|
|
|
|
|
@interface ViewController : GLKViewController <iCadeEventDelegate>
|
2013-02-17 14:04:44 +00:00
|
|
|
|
|
|
|
@end
|