17 lines
348 B
Objective-C
17 lines
348 B
Objective-C
//
|
|
// DDBaseMutableAttributedString.h
|
|
// DDBasicControlsKit_Private
|
|
// Created by DDIsFriend on 2023/2/22.
|
|
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <DDCategoryKit_Private/NSMutableAttributedString+DDCategory.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface DDBaseMutableAttributedString : NSMutableAttributedString
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|