YOUPAILCTabBar.h 348 B

12345678910111213141516
  1. //
  2. // YOUPAILCTabBar.h
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/4/12.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. typedef void(^TabBarCenterClickBlock)(void);
  10. @interface YOUPAILCTabBar : UITabBar
  11. @property (nonatomic, copy) TabBarCenterClickBlock block;
  12. - (void)youpaifupdateCenterBtn:(BOOL)flag;
  13. @end