Files
featherVoice/QXLive/Base/QXButton.h
2025-11-21 16:17:05 +08:00

17 lines
221 B
Objective-C

//
// QXButton.h
// QXLive
//
// Created by 启星 on 2025/11/20.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface QXButton : UIButton
@property (nonatomic,strong)id object;
@end
NS_ASSUME_NONNULL_END