礼物值模式的UI
This commit is contained in:
@@ -177,6 +177,10 @@
|
||||
self.micButton.hidden = YES;
|
||||
}
|
||||
}
|
||||
|
||||
- (void)onRoomUpdate {
|
||||
self.moreButton.hidden = self.delegate.getRoomInfo.uid == [AccountInfoStorage instance].getUid.integerValue ? NO : YES;
|
||||
}
|
||||
#pragma mark - Getters And Setters
|
||||
- (UIButton *)inputButton {
|
||||
if (!_inputButton) {
|
||||
|
Reference in New Issue
Block a user