You can try:
@available(iOS, deprecated: 9.0)
or this:
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
You can try:
@available(iOS, deprecated: 9.0)
or this:
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"