initial
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// DDBaseScrollView.h
|
||||
// DDBasicControlsKit_Private
|
||||
// Created by DDIsFriend on 2023/2/26.
|
||||
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <DDCategoryKit_Private/UIScrollView+DDCategory.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface DDBaseScrollView : UIScrollView
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user