mirror of https://github.com/axmolengine/axmol.git
9 lines
86 B
C
9 lines
86 B
C
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
|
||
|
@interface RootViewController : UIViewController {
|
||
|
|
||
|
}
|
||
|
|
||
|
@end
|