axmol/samples/Cpp/AssetsManagerTest/proj.ios/RootViewController.h

17 lines
247 B
Objective-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