更改类名和方法名
This commit is contained in:
@@ -1247,8 +1247,8 @@
|
||||
8C9C82E22B0C697A00A601BC /* Presenter */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8C9C82E32B0C697A00A601BC /* YMHomePresenter.m */,
|
||||
8C9C82E42B0C697A00A601BC /* YMHomePresenter.h */,
|
||||
8C9C82E32B0C697A00A601BC /* YMHomePresenter.m */,
|
||||
);
|
||||
path = Presenter;
|
||||
sourceTree = "<group>";
|
||||
@@ -1342,8 +1342,8 @@
|
||||
8C9C82FA2B0C697A00A601BC /* MenuContainerView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8C9C82FB2B0C697A00A601BC /* YMRoomSendTextView.m */,
|
||||
8C9C82FC2B0C697A00A601BC /* YMRoomSendTextView.h */,
|
||||
8C9C82FB2B0C697A00A601BC /* YMRoomSendTextView.m */,
|
||||
);
|
||||
path = MenuContainerView;
|
||||
sourceTree = "<group>";
|
||||
|
@@ -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];
|
||||
|
Reference in New Issue
Block a user