14 lines
251 B
Swift
14 lines
251 B
Swift
//
|
|
// DDAttributedString.swift
|
|
// HichefuOfDriverCustomizeControls
|
|
//
|
|
// Created by 中道 on 2023/2/22.
|
|
//
|
|
|
|
import Foundation
|
|
import DDBasicControlsKit_Private.DDBaseAttributedString
|
|
|
|
open class DDAttributedString: DDBaseAttributedString {
|
|
|
|
}
|