engine/include/Utils/IosApi/ObjC/ViewControllerTemplate.h

19 lines
288 B
C
Raw Normal View History

2013-02-06 20:37:32 +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 ViewControllerTemplate : GLKViewController
- (void) appInitCaller;
@end