Make delegate weak on ShareExtensionManager

This commit is contained in:
SBiOSoftWhare
2019-01-04 13:22:31 +01:00
parent c5c111410f
commit 54aa57ef19
@@ -89,7 +89,7 @@ extern NSString *const kShareExtensionManagerDidUpdateAccountDataNotification;
/**
A delegate used to notify about needed UI changes when sharing
*/
@property (nonatomic) id<ShareExtensionManagerDelegate> delegate;
@property (nonatomic, weak) id<ShareExtensionManagerDelegate> delegate;
/**
The singleton instance