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