增加麦序管理的协议

This commit is contained in:
zu
2021-11-04 19:01:19 +08:00
parent 06b1262740
commit 670e0c8e78
8 changed files with 47 additions and 3 deletions

View File

@@ -76,6 +76,11 @@
}
}
#pragma mark - RoomGuestDelegate
- (void)onMicroQueueUpdate:(NSMutableDictionary<NSString *,MicroQueueModel *> *)queue {
}
#pragma mark - Private Method
- (void)initSubViews {
[self addSubview:self.stackView];