initial
This commit is contained in:
Generated
+16
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// DDBaseImage.h
|
||||
// DDBasicControlsKit_Private
|
||||
// Created by DDIsFriend on 2023/2/15.
|
||||
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <DDCategoryKit_Private/UIImage+DDCategory.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface DDBaseImage : UIImage
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Generated
+11
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// DDBaseImage.m
|
||||
// DDBasicControlsKit_Private
|
||||
// Created by DDIsFriend on 2023/2/15.
|
||||
|
||||
|
||||
#import "DDBaseImage.h"
|
||||
|
||||
@implementation DDBaseImage
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user