更改类名和方法名

This commit is contained in:
liyuhua
2023-12-04 18:26:23 +08:00
parent 42cdbe44f6
commit b70b5ad456
2 changed files with 3 additions and 3 deletions

View File

@@ -1247,8 +1247,8 @@
8C9C82E22B0C697A00A601BC /* Presenter */ = { 8C9C82E22B0C697A00A601BC /* Presenter */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
8C9C82E32B0C697A00A601BC /* YMHomePresenter.m */,
8C9C82E42B0C697A00A601BC /* YMHomePresenter.h */, 8C9C82E42B0C697A00A601BC /* YMHomePresenter.h */,
8C9C82E32B0C697A00A601BC /* YMHomePresenter.m */,
); );
path = Presenter; path = Presenter;
sourceTree = "<group>"; sourceTree = "<group>";
@@ -1342,8 +1342,8 @@
8C9C82FA2B0C697A00A601BC /* MenuContainerView */ = { 8C9C82FA2B0C697A00A601BC /* MenuContainerView */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
8C9C82FB2B0C697A00A601BC /* YMRoomSendTextView.m */,
8C9C82FC2B0C697A00A601BC /* YMRoomSendTextView.h */, 8C9C82FC2B0C697A00A601BC /* YMRoomSendTextView.h */,
8C9C82FB2B0C697A00A601BC /* YMRoomSendTextView.m */,
); );
path = MenuContainerView; path = MenuContainerView;
sourceTree = "<group>"; sourceTree = "<group>";

View File

@@ -109,7 +109,7 @@
} }
// //
- (void)CHSessionNavView:(CHSessionNavView *)view didClickReport:(UIButton *)sender { - (void)sessionNavView:(CHSessionNavView *)view didClickReport:(UIButton *)sender {
CHSessionInfoViewController * reportVC = [[CHSessionInfoViewController alloc] init]; CHSessionInfoViewController * reportVC = [[CHSessionInfoViewController alloc] init];
reportVC.userId = self.session.sessionId; reportVC.userId = self.session.sessionId;
[self.navigationController pushViewController:reportVC animated:YES]; [self.navigationController pushViewController:reportVC animated:YES];