tunnel/iOS/ViewController.h

15 lines
267 B
C
Raw Normal View History

2013-01-23 20:14:11 +00:00
//
// ViewController.h
// doublehitballs
//
// Created by vvv ооо on 13.07.12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <GLKit/GLKit.h>
@interface ViewController : GLKViewController
@end