update
This commit is contained in:
Generated
+15
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// DDBaseSwitch.h
|
||||
// DDBasicControlsKit_Private
|
||||
// Created by DDIsFriend on 2023/8/31.
|
||||
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface DDBaseSwitch : UISwitch
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Generated
+19
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user