In Xcode 7 GM I started to get this warning:
Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
Remove below macro from your .h file and warning will disappear
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END