15 lines
267 B
Objective-C
15 lines
267 B
Objective-C
//
|
||
// 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
|