Files
featherVoice/QXLive/Base/QXButton.m

21 lines
320 B
Mathematica
Raw Normal View History

2025-11-21 16:17:05 +08:00
//
// 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