axmol/template/multi-platform-cpp/proj.ios/RootViewController.h

9 lines
86 B
C
Raw Normal View History

#import <UIKit/UIKit.h>
@interface RootViewController : UIViewController {
}
@end