Update RootViewController.h

Fix not hide status bar on iOS 7
This commit is contained in:
LinWenhai 2013-09-13 09:40:43 +08:00
parent c07556fdfb
commit 644c3ebff5
1 changed files with 1 additions and 0 deletions

View File

@ -4,5 +4,6 @@
@interface RootViewController : UIViewController {
}
- (BOOL) prefersStatusBarHidden;
@end