Files
midi_ios/QXLive/Base/QXBadgeButton.h
2025-08-14 10:07:49 +08:00

17 lines
272 B
Objective-C

//
// 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