From b70b5ad456f6c61ea67a8df2dc4ab2d6b0b87352 Mon Sep 17 00:00:00 2001 From: liyuhua <15626451870@163.com> Date: Mon, 4 Dec 2023 18:26:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=B1=BB=E5=90=8D=E5=92=8C?= =?UTF-8?q?=E6=96=B9=E6=B3=95=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yinmeng-ios/yinmeng-ios.xcodeproj/project.pbxproj | 4 ++-- .../Main/YinMeng/Message/View/Session/SessionViewController.m | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yinmeng-ios/yinmeng-ios.xcodeproj/project.pbxproj b/yinmeng-ios/yinmeng-ios.xcodeproj/project.pbxproj index d2d4c6f..ed65df4 100644 --- a/yinmeng-ios/yinmeng-ios.xcodeproj/project.pbxproj +++ b/yinmeng-ios/yinmeng-ios.xcodeproj/project.pbxproj @@ -1247,8 +1247,8 @@ 8C9C82E22B0C697A00A601BC /* Presenter */ = { isa = PBXGroup; children = ( - 8C9C82E32B0C697A00A601BC /* YMHomePresenter.m */, 8C9C82E42B0C697A00A601BC /* YMHomePresenter.h */, + 8C9C82E32B0C697A00A601BC /* YMHomePresenter.m */, ); path = Presenter; sourceTree = ""; @@ -1342,8 +1342,8 @@ 8C9C82FA2B0C697A00A601BC /* MenuContainerView */ = { isa = PBXGroup; children = ( - 8C9C82FB2B0C697A00A601BC /* YMRoomSendTextView.m */, 8C9C82FC2B0C697A00A601BC /* YMRoomSendTextView.h */, + 8C9C82FB2B0C697A00A601BC /* YMRoomSendTextView.m */, ); path = MenuContainerView; sourceTree = ""; diff --git a/yinmeng-ios/yinmeng-ios/Main/YinMeng/Message/View/Session/SessionViewController.m b/yinmeng-ios/yinmeng-ios/Main/YinMeng/Message/View/Session/SessionViewController.m index b986ea8..abe8f2e 100644 --- a/yinmeng-ios/yinmeng-ios/Main/YinMeng/Message/View/Session/SessionViewController.m +++ b/yinmeng-ios/yinmeng-ios/Main/YinMeng/Message/View/Session/SessionViewController.m @@ -109,7 +109,7 @@ } // 举报 -- (void)CHSessionNavView:(CHSessionNavView *)view didClickReport:(UIButton *)sender { +- (void)sessionNavView:(CHSessionNavView *)view didClickReport:(UIButton *)sender { CHSessionInfoViewController * reportVC = [[CHSessionInfoViewController alloc] init]; reportVC.userId = self.session.sessionId; [self.navigationController pushViewController:reportVC animated:YES];