SWIFT 版
#if os(iOS) || os(tvOS)
import UIKit
#else if os(OSX)
import Cocoa
#endif
OC版
(TARGET_OS_OSX)