查看坑位上用户的礼物值

This commit is contained in:
fengshuo
2021-12-23 14:44:08 +08:00
parent 1c23aa0b13
commit 2154d8f5c9
7 changed files with 63 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ NS_ASSUME_NONNULL_BEGIN
@interface XPWebViewController : BaseViewController
//TODO: 先这样传进来 等修改了保存房间信息的manager 之后在修改
@property (nonatomic,copy) NSString *roomUid;
@property (copy, nonatomic) NSString *url;
/// URL加载完成回调result:加载结果成功/失败error:失败原因