#if os(iOS) import UIKit #endif class Cat { #if os(iOS) func nya() { } #endif }
swift-4.1-DEVELOPMENT-SNAPSHOT-2017-10-25-a