19 lines
280 B
C
19 lines
280 B
C
|
//
|
||
|
// 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
|