initial
This commit is contained in:
Generated
+19
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// DDBaseView.m
|
||||
// DDBasicControlsKit_Private
|
||||
// Created by DDIsFriend on 2023/2/10.
|
||||
|
||||
|
||||
#import "DDBaseView.h"
|
||||
|
||||
@implementation DDBaseView
|
||||
|
||||
/*
|
||||
// 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