NewBasicTabbarController.h 376 B

1234567891011121314151617181920
  1. //
  2. // ViewController.m
  3. // MingMen
  4. //
  5. // Created by 罗云飞 on 2017/3/9.
  6. // Copyright © 2017年 罗云飞. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface NewBasicTabbarController : UITabBarController
  10. + (NewBasicTabbarController *) sharedInstance;//创建
  11. +(void)objectDealloc;//销毁
  12. - (void)changeRootViewControllerEvent:(NSInteger)changeIndex;
  13. @end