猎豆优选

UITabBar+LDExtension.h 394B

1234567891011121314151617181920
  1. //
  2. // UITabBar+LDExtension.h
  3. // YouHuiProject
  4. //
  5. // Created by liuxueli on 2019/1/15.
  6. // Copyright © 2019 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface UITabBar (LDExtension)
  11. - (void)showBadgeOnItemIndex:(NSInteger)index; ///<显示小红点
  12. - (void)hideBadgeOnItemIndex:(NSInteger)index; ///<隐藏小红点
  13. @end
  14. NS_ASSUME_NONNULL_END