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