SwiftPamphletApp
SwiftPamphletApp copied to clipboard
系统判断
#if os(tvOS)
// do something in tvOS
#elseif os(iOS)
// do somthing in iOS
#elseif os(macOS)
// do somthing in macOS
#endif