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