axmol/samples/Cpp/TestCpp/proj.ios/Classes/RootViewController.h

17 lines
254 B
Objective-C

//
// RootViewController.h
// test
//
// Created by Walzer on 11-4-28.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface RootViewController : UIViewController {
}
- (BOOL)prefersStatusBarHidden;
@end