Weakify strong reference delegates.

This commit is contained in:
SBiOSoftWhare
2021-10-29 12:23:06 +02:00
parent 8a1a8acc3f
commit 1d3cacc5bb
4 changed files with 4 additions and 4 deletions
@@ -90,7 +90,7 @@
/**
The delegate for the view controller.
*/
@property (nonatomic) id<RoomParticipantsViewControllerDelegate> delegate;
@property (nonatomic, weak) id<RoomParticipantsViewControllerDelegate> delegate;
/**
Returns the `UINib` object initialized for a `RoomParticipantsViewController`.