17 lines
282 B
Objective-C
17 lines
282 B
Objective-C
//
|
|
// DDBaseTableView.h
|
|
// DDBasicControlsKit_Private
|
|
// Created by DDIsFriend on 2023/2/10.
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <DDCategoryKit_Private/UITableView+DDCategory.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface DDBaseTableView : UITableView
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|