// // UITabBar+LDExtension.h // YouHuiProject // // Created by liuxueli on 2019/1/15. // Copyright © 2019 kuxuan. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface UITabBar (LDExtension) - (void)showBadgeOnItemIndex:(NSInteger)index; ///<显示小红点 - (void)hideBadgeOnItemIndex:(NSInteger)index; ///<隐藏小红点 @end NS_ASSUME_NONNULL_END