Add nullability annotations to newer APIs that lacked it from the original PR.

This commit is contained in:
Scott Goodson
2015-12-25 15:35:52 -08:00
parent 882d4b336e
commit c6fa897dc2
4 changed files with 8 additions and 8 deletions

View File

@@ -361,9 +361,7 @@ NS_ASSUME_NONNULL_BEGIN
@end
<<<<<<< HEAD
NS_ASSUME_NONNULL_END
=======
@protocol ASTableViewDelegate <ASTableDelegate>;
@protocol ASTableViewDelegate <ASTableDelegate>
@end
>>>>>>> master
NS_ASSUME_NONNULL_END