|
//
|
|
// AssetsManagerTestAppController.h
|
|
// AssetsManagerTest
|
|
//
|
|
// Created by minggo on 2/5/13.
|
|
// Copyright __MyCompanyName__ 2013. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
|
@interface RootViewController : UIViewController {
|
|
|
|
}
|
|
- (BOOL)prefersStatusBarHidden;
|
|
@end
|