Optional
This commit is contained in:
@@ -21,8 +21,10 @@
|
||||
|
||||
|
||||
import Foundation
|
||||
#if os(iOS) || os(macOS)
|
||||
#if canImport(UIKit)
|
||||
#if canImport(UIKit)
|
||||
import UIKit
|
||||
#endif
|
||||
|
||||
public extension NSMutableAttributedString {
|
||||
@discardableResult func customize(_ text: String,
|
||||
|
||||
Reference in New Issue
Block a user