iOS: set property to strong for test
This commit is contained in:
parent
8366e1c508
commit
84ca53c3b7
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
@interface DoricNotificationPlugin ()
|
@interface DoricNotificationPlugin ()
|
||||||
|
|
||||||
@property(nonatomic, copy) NSDictionary<NSString *, id> *observers;
|
@property(nonatomic, strong) NSDictionary<NSString *, id> *observers;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@implementation DoricNotificationPlugin
|
@implementation DoricNotificationPlugin
|
||||||
|
Reference in New Issue
Block a user