ContactsTableViewController: Prevent retain cycles.

This commit is contained in:
SBiOSoftWhare
2021-10-29 11:59:52 +02:00
parent 8cd1e76334
commit 262ac81bac
2 changed files with 11 additions and 3 deletions
@@ -122,7 +122,7 @@
/**
The delegate for the view controller.
*/
@property (nonatomic) id<ContactsTableViewControllerDelegate> contactsTableViewControllerDelegate;
@property (nonatomic, weak) id<ContactsTableViewControllerDelegate> contactsTableViewControllerDelegate;
@end