添加了我的房间的入口和开启自己房间的逻辑

This commit is contained in:
fengshuo
2021-11-04 15:27:11 +08:00
parent d50b33a35f
commit 483edc88f9
9 changed files with 61 additions and 26 deletions

View File

@@ -27,8 +27,6 @@
if (self) {
[self initSubViews];
[self initSubViewConstraints];
#warning to do Malloc
[self initMallocData];
}
return self;
}