14 lines
207 B
Swift
14 lines
207 B
Swift
//
|
|
// DDLabel.swift
|
|
// HichefuOfDriverCustomizeControls
|
|
//
|
|
// Created by 中道 on 2023/2/13.
|
|
//
|
|
|
|
import Foundation
|
|
import DDBasicControlsKit_Private.DDBaseLabel
|
|
|
|
open class DDLabel: DDBaseLabel {
|
|
|
|
}
|