mirror of https://github.com/axmolengine/axmol.git
17 lines
247 B
C
17 lines
247 B
C
|
//
|
||
|
// AssetsManagerTestAppController.h
|
||
|
// AssetsManagerTest
|
||
|
//
|
||
|
// Created by minggo on 2/5/13.
|
||
|
// Copyright __MyCompanyName__ 2013. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
|
||
|
@interface RootViewController : UIViewController {
|
||
|
|
||
|
}
|
||
|
|
||
|
@end
|