19 lines
288 B
C
19 lines
288 B
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 ViewControllerTemplate : GLKViewController
|
|||
|
|
|||
|
|
|||
|
- (void) appInitCaller;
|
|||
|
|
|||
|
|
|||
|
@end
|