17 lines
286 B
Objective-C
17 lines
286 B
Objective-C
//
|
|
// 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
|