Avatar
importはインデント深くなるけど
9:51 AM
classの中のfuncとかはインデント変わらないような気がする
9:51 AM
#if os(iOS) import UIKit #endif class Cat { #if os(iOS) func nya() { } #endif }
9:51 AM
//xcodeだとこうなる↑