Files
featherVoice/QXLive/Base/QXBadgeButton.h

17 lines
272 B
C
Raw Permalink Normal View History

2025-08-08 10:49:36 +08:00
//
// QXBadgeButton.h
// QXLive
//
// Created by 启星 on 2025/7/28.
//
#import <UIKit/UIKit.h>
#import "TIMCommonModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXBadgeButton : UIButton
@property (nonatomic,strong)TUIUnReadView *unreadView;
@end
NS_ASSUME_NONNULL_END