// // QXBadgeButton.h // QXLive // // Created by 启星 on 2025/7/28. // #import #import "TIMCommonModel.h" NS_ASSUME_NONNULL_BEGIN @interface QXBadgeButton : UIButton @property (nonatomic,strong)TUIUnReadView *unreadView; @end NS_ASSUME_NONNULL_END