1 #import <UIKit/UIKit.h>
2 #import <GLKit/GLKit.h>
3 
4 @interface ViewController : GLKViewController
5 {
6 	NSMutableArray *m_touchList;
7 }
8 
9 @end
10