Skip to content

Commit

Permalink
[Feat] #61 - 댓글 불러오기 API 수정된 DTO 반영
Browse files Browse the repository at this point in the history
평탄화 작업을 위해 DTO와 Model 분리
  • Loading branch information
binisnil committed Nov 19, 2024
1 parent eb160c4 commit 266a690
Show file tree
Hide file tree
Showing 5 changed files with 243 additions and 65 deletions.
12 changes: 12 additions & 0 deletions Wable-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
0547F5062C65290A001E3039 /* Lottie in Frameworks */ = {isa = PBXBuildFile; productRef = 0547F5052C65290A001E3039 /* Lottie */; };
054A85522CAA944200EFD9A5 /* AmplitudeSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 054A85512CAA944200EFD9A5 /* AmplitudeSwift */; };
054A85542CAA98CC00EFD9A5 /* AmplitudeManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 054A85532CAA98CC00EFD9A5 /* AmplitudeManager.swift */; };
0573B8C42CEC63EC00B5A434 /* FlattenReplyModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0573B8C32CEC63EC00B5A434 /* FlattenReplyModel.swift */; };
0593F6D62C96D6C100FFAD82 /* WablePhotoDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0593F6D52C96D6C100FFAD82 /* WablePhotoDetailView.swift */; };
0593F6DB2C96E75600FFAD82 /* FirebaseAnalytics in Frameworks */ = {isa = PBXBuildFile; productRef = 0593F6DA2C96E75600FFAD82 /* FirebaseAnalytics */; };
0593F6DD2C96E75600FFAD82 /* FirebaseMessaging in Frameworks */ = {isa = PBXBuildFile; productRef = 0593F6DC2C96E75600FFAD82 /* FirebaseMessaging */; };
Expand Down Expand Up @@ -276,6 +277,7 @@
0547F4FE2C64C954001E3039 /* ExampleViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleViewController.swift; sourceTree = "<group>"; };
0547F5002C64C99D001E3039 /* ExampleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleView.swift; sourceTree = "<group>"; };
054A85532CAA98CC00EFD9A5 /* AmplitudeManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AmplitudeManager.swift; sourceTree = "<group>"; };
0573B8C32CEC63EC00B5A434 /* FlattenReplyModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlattenReplyModel.swift; sourceTree = "<group>"; };
0593F6D52C96D6C100FFAD82 /* WablePhotoDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WablePhotoDetailView.swift; sourceTree = "<group>"; };
0593F6E32C9AFC1B00FFAD82 /* WablePushAlarmHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WablePushAlarmHelper.swift; sourceTree = "<group>"; };
05AD1EB42CE4C1D900F36D6B /* Dev.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Dev.xcconfig; sourceTree = "<group>"; };
Expand Down Expand Up @@ -763,6 +765,7 @@
0547F4EC2C64C6EB001E3039 /* Home */ = {
isa = PBXGroup;
children = (
0573B8C22CEC63D000B5A434 /* Model */,
050E0CB12C74B83900326EEA /* Supports */,
050E0CB02C74B83000326EEA /* ViewModels */,
050E0CAF2C74B82A00326EEA /* Views */,
Expand Down Expand Up @@ -857,6 +860,14 @@
path = Example;
sourceTree = "<group>";
};
0573B8C22CEC63D000B5A434 /* Model */ = {
isa = PBXGroup;
children = (
0573B8C32CEC63EC00B5A434 /* FlattenReplyModel.swift */,
);
path = Model;
sourceTree = "<group>";
};
3C35317E2C6F13FF0015A8FA /* Font */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -1459,6 +1470,7 @@
050E0CF92C7516C900326EEA /* InfoNotificationDTO.swift in Sources */,
3C8B4E442C80886800174943 /* WriteContentRequestDTO.swift in Sources */,
3C8B4E092C779C3A00174943 /* WriteViewModel.swift in Sources */,
0573B8C42CEC63EC00B5A434 /* FlattenReplyModel.swift in Sources */,
3C35318E2C6F1A850015A8FA /* UserInfo.swift in Sources */,
0547F49C2C60D968001E3039 /* SceneDelegate.swift in Sources */,
3CDE2DEB2C6F318A004A84CB /* JoinAgreementView.swift in Sources */,
Expand Down
Loading

0 comments on commit 266a690

Please sign in to comment.