YBTabBarController.h 467 B

12345678910111213141516171819202122
  1. //
  2. // YBTabBarController.h
  3. // WaWaJiClient
  4. //
  5. // Created by Rookie on 2017/11/15.
  6. // Copyright © 2017年 zego. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "RTabBar.h"
  10. @interface YBTabBarController : UITabBarController
  11. @property (nonatomic,assign) int reSetFlag;
  12. @property(nonatomic,strong) RTabBar *tabbar;
  13. - (instancetype)initWithAlert:(BOOL)showAlert;
  14. - (void)selectController:(NSInteger)index;
  15. -(void)goForYouViewRefresh:(BOOL)refresh;
  16. @end