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 f322368a46
commit 256b3022dc

View file

@ -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 {