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

21 lines
320 B
Objective-C

//
// QXButton.m
// QXLive
//
// Created by 启星 on 2025/11/20.
//
#import "QXButton.h"
@implementation QXButton
/*
// Only override drawRect: if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
- (void)drawRect:(CGRect)rect {
// Drawing code
}
*/
@end