mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Remove nonnull and nuulable annotations in ASViewController. Travis don't recognize them (yet).
This commit is contained in:
@@ -11,8 +11,9 @@
|
||||
|
||||
@interface ASViewController : UIViewController
|
||||
|
||||
@property (nonatomic, strong, readonly, nonnull) ASDisplayNode *node;
|
||||
@property (nonatomic, strong, readonly) ASDisplayNode *node;
|
||||
|
||||
- (nullable instancetype)initWithNode:(nonnull ASDisplayNode *)node;
|
||||
//TODO Use nonnull annotation late on. Travis doesn't recognize it (yet).
|
||||
- (instancetype)initWithNode:(ASDisplayNode *)node;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user