12345678910111213141516 |
- //
- // YOUPAILCTabBar.h
- // LiveChat
- //
- // Created by 张灿 on 2018/4/12.
- // Copyright © 2018年 caicai. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- typedef void(^TabBarCenterClickBlock)(void);
- @interface YOUPAILCTabBar : UITabBar
- @property (nonatomic, copy) TabBarCenterClickBlock block;
- - (void)youpaifupdateCenterBtn:(BOOL)flag;
- @end
|