新增H5进入房间打开礼物面板方法
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
package com.yizhuan.xchat_android_core.room.anotherroompk;
|
||||
|
||||
public class ShowGiftDialogEvent {
|
||||
private int giftId;
|
||||
|
||||
public int getGiftId() {
|
||||
return giftId;
|
||||
}
|
||||
|
||||
public ShowGiftDialogEvent setGiftId(int giftId) {
|
||||
this.giftId = giftId;
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user