// // DDBaseMutableAttributedString.h // DDBasicControlsKit_Private // Created by DDIsFriend on 2023/2/22. #import #import NS_ASSUME_NONNULL_BEGIN @interface DDBaseMutableAttributedString : NSMutableAttributedString @end NS_ASSUME_NONNULL_END