// // YBTabBar.h // WaWaJiClient // // Created by Rookie on 2017/11/15. // Copyright © 2017年 zego. All rights reserved. // #import @protocol YBTabBarDelegate -(void)centerBtnDidClicked; @end @interface YBTabBar : UITabBar @property (nonatomic,weak) id tabbarDelegate; @end