iOS: set property to strong for test
This commit is contained in:
@@ -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