SwiftPamphletApp
SwiftPamphletApp copied to clipboard
canImport 判断库是否可使用
#if canImport(SpriteKit)
// iOS 等苹果系统执行
#else
// 非苹果系统
#endif