消息模块-送礼物消息

This commit is contained in:
fengshuo
2022-04-21 20:06:43 +08:00
parent bbca6afefc
commit 181d34c2e6
5 changed files with 50 additions and 7 deletions

View File

@@ -380,6 +380,13 @@
[self.giftcollectionView reloadData];
}
- (void)setUsingplaceType:(SendGiftType)usingplaceType {
_usingplaceType = usingplaceType;
if (_usingplaceType == SendGiftType_User) {
self.luckyGiftButton.hidden = YES;
}
}
- (UIStackView *)segmentStackView {
if (!_segmentStackView) {
_segmentStackView = [[UIStackView alloc] init];