SP1.2: Invite to Space in room landing element-ios#5225

- Update after review
This commit is contained in:
Gil Eluard
2022-02-04 09:05:50 +01:00
parent a71f800579
commit b092f5fba4
@@ -22,6 +22,8 @@ protocol AddItemHeaderViewDelegate: AnyObject {
func addItemHeaderView(_ headerView: AddItemHeaderView, didTapButton button: UIButton)
}
/// `AddItemHeaderView` is a generic view used as a header view for UITableView.
/// With this view we can add an extra action cell with icon and text as for SpaceMemberList and SpaceExploreRooms
@objcMembers
final class AddItemHeaderView: UIView, NibLoadable, Themable {