MJTempViewController.h 380 B

123456789101112131415161718
  1. //
  2. // MJTempViewController.h
  3. // MJRefreshExample
  4. //
  5. // Created by MJ Lee on 15/9/22.
  6. // Copyright © 2015年 小码哥. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface MJTempViewController : UIViewController
  10. + (instancetype)sharedInstance;
  11. @property (assign, nonatomic) UIStatusBarStyle statusBarStyle;
  12. @property (assign, nonatomic) BOOL statusBarHidden;
  13. @end