Skip to content

Commit

Permalink
[chore] ViewModels/Chatting > /Chat 디렉토리 네이밍 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-muuu committed May 23, 2023
1 parent 8815786 commit 4e50284
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Zatch.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@
EEE326AE2998C6CC0017DF46 /* Search */,
EE642C5B298FAE1D00E15869 /* Register */,
23CB3CF828C7D85500C42858 /* Main */,
5722461928C6C84D009B7C78 /* Chatting */,
5722461928C6C84D009B7C78 /* Chat */,
EEC3752E29F8E17800190B22 /* MyPage */,
);
path = ViewModels;
Expand Down Expand Up @@ -1365,15 +1365,15 @@
path = HeaderView;
sourceTree = "<group>";
};
5722461928C6C84D009B7C78 /* Chatting */ = {
5722461928C6C84D009B7C78 /* Chat */ = {
isa = PBXGroup;
children = (
5722461C28C6C8CA009B7C78 /* SearchAddressViewModel.swift */,
5722462C28C77FE1009B7C78 /* SearchAddressResusltViewModel.swift */,
57D6D79A28CDBD6600F805B7 /* MakeMeetingSheetViewModel.swift */,
57D6D79C28CDBD7A00F805B7 /* ModifyMeetingSheetViewModel.swift */,
);
path = Chatting;
path = Chat;
sourceTree = "<group>";
};
5724EB59290FC08A00DC529B /* Map */ = {
Expand Down

0 comments on commit 4e50284

Please sign in to comment.