| 12345678910111213141516171819202122 |
- //
- // YBTabBarController.h
- // WaWaJiClient
- //
- // Created by Rookie on 2017/11/15.
- // Copyright © 2017年 zego. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "RTabBar.h"
- @interface YBTabBarController : UITabBarController
- @property (nonatomic,assign) int reSetFlag;
- @property(nonatomic,strong) RTabBar *tabbar;
- - (instancetype)initWithAlert:(BOOL)showAlert;
- - (void)selectController:(NSInteger)index;
- -(void)goForYouViewRefresh:(BOOL)refresh;
- @end
|