mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Add nullability annotations to newer APIs that lacked it from the original PR.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user