Guest User

Untitled

a guest
Oct 22nd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import Foundation
  2.  
  3. #if os(iOS) || os(watchOS) || os(tvOS)
  4. print("Variant A")
  5. #elseif os(OSX)
  6. print("Variant B")
  7. #else
  8. print("Unknown variant")
  9. #endif
Add Comment
Please, Sign In to add comment