Sha256: 08e78278cb08660e5f192e2a3dbc8ccfb33a0669d6181d68555b0cf3323def5a
Contents?: true
Size: 371 Bytes
Versions: 10
Compression:
Stored size: 371 Bytes
Contents
#ifndef FIR_SWIFT_NAME #import <Foundation/Foundation.h> // NS_SWIFT_NAME can only translate factory methods before the iOS 9.3 SDK. // Wrap it in our own macro if it's a non-compatible SDK. #ifdef __IPHONE_9_3 #define FIR_SWIFT_NAME(X) NS_SWIFT_NAME(X) #else #define FIR_SWIFT_NAME(X) // Intentionally blank. #endif // #ifdef __IPHONE_9_3 #endif // FIR_SWIFT_NAME
Version data entries
10 entries across 8 versions & 2 rubygems