Fix documentation warnings.

This commit is contained in:
Doug
2021-07-02 16:46:27 +01:00
parent 3b6feb3583
commit f76db0baa4
5 changed files with 7 additions and 7 deletions
@@ -31,7 +31,7 @@ extern NSString *const kRoomEncryptedDataBubbleCellTapOnEncryptionIcon;
/**
Return the icon displayed in front of an event in an encrypted room if needed.
@param event the bubble component.
@param bubbleComponent the bubble component.
*/
+ (UIImage*)encryptionIconForBubbleComponent:(MXKRoomBubbleComponent *)bubbleComponent;