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

10 lines
119 B
Objective-C

#import <UIKit/UIKit.h>
@interface RootViewController : UIViewController {
}
- (BOOL) prefersStatusBarHidden;
@end