20 lines
357 B
Objective-C
20 lines
357 B
Objective-C
//
|
|
// DDBaseButton.m
|
|
// DDBasicControlsKit_Private
|
|
// Created by DDIsFriend on 2023/2/10.
|
|
|
|
|
|
#import "DDBaseButton.h"
|
|
|
|
@implementation DDBaseButton
|
|
|
|
/*
|
|
// Only override drawRect: if you perform custom drawing.
|
|
// An empty implementation adversely affects performance during animation.
|
|
- (void)drawRect:(CGRect)rect {
|
|
// Drawing code
|
|
}
|
|
*/
|
|
|
|
@end
|