WKInterfaceTextField
is only available in watchOS 6.0
, so I am needing to exclude the @property from watchOS
versions lower than 6.0.
Is there a preprocessor macro that I can use in the .h
file to exclude the @property
unless it is watchOS 6.0
?