NullabilityCompat.h 175 B

123456789
  1. #if !__has_feature(nullability)
  2. #define NS_ASSUME_NONNULL_BEGIN
  3. #define NS_ASSUME_NONNULL_END
  4. #define nullable
  5. #define nonnull
  6. #define _Nullable
  7. #define _Nonnull
  8. #endif