genesis-3d_engine/Engine/IOSObjectC/IOSFramework/ViewController.h

19 lines
280 B
C
Raw Permalink Normal View History

//
// ViewController.h
// GenesisEngine
//
// Created by 宋 琦 on 13-6-2.
// Copyright (c) 2013年 宋 琦. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <GLKit/GLKit.h>
@interface ViewController : GLKViewController
- (void)OnResumed;
- (void)OnStopped;
@end