Avatar
それはまだダメですね。今のところ typealias で対応する必要があると思います。
4:31 PM
#if canImport(UIKit) typealias ButtonType = UIButton #elseif canImport(AppKit) typealias ButtonType = NSButton #else #error("UIKit or AppKit is required") #endif