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