istereo2

view src/ios/viewctl.h @ 5:6a39b8912752

fuck the UIKit widgets, I'll do my own widgets, with blackjack, and hookers
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 22 Sep 2015 07:13:47 +0300
parents 7841e9365065
children
line source
1 #ifndef VIEWCTL_H_
2 #define VIEWCTL_H_
4 #import <UIKit/UIKit.h>
5 #import <GLKit/GLKit.h>
6 #import <iAd/iAd.h>
8 @interface ViewController : GLKViewController <ADBannerViewDelegate>
9 @end
11 #endif /* VIEWCTL_H_ */