@@ -29,13 +29,13 @@ NS_ASSUME_NONNULL_BEGIN
29
29
@property (weak , nonatomic ) IBOutlet UIView *outgoingLineView;
30
30
@property (weak , nonatomic ) IBOutlet UIView *linksLineView;
31
31
32
- @property (nonatomic , strong ) MEGAShareList *outgoingShareList;
32
+ @property (nonatomic , strong , nullable ) MEGAShareList *outgoingShareList;
33
33
@property (nonatomic , strong , nullable ) MEGAShareList *outgoingUnverifiedShareList;
34
34
@property (nonatomic , strong , nullable ) NSMutableArray <MEGAShare *> *outgoingUnverifiedSharesMutableArray;
35
35
@property (nonatomic , strong , nullable ) NSMutableArray <MEGANode *> *outgoingUnverifiedNodesMutableArray;
36
36
37
- @property (nonatomic , strong ) MEGAShareList *incomingShareList;
38
- @property (nonatomic , strong ) MEGAShareList *incomingUnverifiedShareList;
37
+ @property (nonatomic , strong , nullable ) MEGAShareList *incomingShareList;
38
+ @property (nonatomic , strong , nullable ) MEGAShareList *incomingUnverifiedShareList;
39
39
@property (nonatomic , strong , nullable ) NSMutableArray <MEGAShare *> *incomingUnverifiedSharesMutableArray;
40
40
@property (nonatomic , strong , nullable ) NSMutableArray <MEGANode *> *incomingUnverifiedNodesMutableArray;
41
41
0 commit comments