|
145 | 145 | CEEC6B4B2961D89700D00E1E /* CustomNavigationBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEEC6B4A2961D89700D00E1E /* CustomNavigationBar.swift */; }; |
146 | 146 | CEF3CD9A296DB305002723A1 /* CourseDetailResponseDto.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEF3CD99296DB305002723A1 /* CourseDetailResponseDto.swift */; }; |
147 | 147 | CEFA9A2F29FC263700F2D0CF /* UserDeleteResponseDto.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEFA9A2E29FC263700F2D0CF /* UserDeleteResponseDto.swift */; }; |
| 148 | + DA0587F22A05D54100B72869 /* EditCourseRequestDto.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA0587F12A05D54100B72869 /* EditCourseRequestDto.swift */; }; |
| 149 | + DA0587F42A05DEC000B72869 /* CourseEditVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA0587F32A05DEC000B72869 /* CourseEditVC.swift */; }; |
148 | 150 | DA20D847296697A600F1581F /* MyCourseSelectVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA20D846296697A600F1581F /* MyCourseSelectVC.swift */; }; |
149 | 151 | DA20D849296697B400F1581F /* CourseUploadVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA20D848296697B400F1581F /* CourseUploadVC.swift */; }; |
150 | 152 | DA20D84E2966A9B300F1581F /* CourseSearchVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA20D84D2966A9B300F1581F /* CourseSearchVC.swift */; }; |
|
307 | 309 | CEEC6B4A2961D89700D00E1E /* CustomNavigationBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomNavigationBar.swift; sourceTree = "<group>"; }; |
308 | 310 | CEF3CD99296DB305002723A1 /* CourseDetailResponseDto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CourseDetailResponseDto.swift; sourceTree = "<group>"; }; |
309 | 311 | CEFA9A2E29FC263700F2D0CF /* UserDeleteResponseDto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserDeleteResponseDto.swift; sourceTree = "<group>"; }; |
| 312 | + DA0587F12A05D54100B72869 /* EditCourseRequestDto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditCourseRequestDto.swift; sourceTree = "<group>"; }; |
| 313 | + DA0587F32A05DEC000B72869 /* CourseEditVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CourseEditVC.swift; sourceTree = "<group>"; }; |
310 | 314 | DA20D846296697A600F1581F /* MyCourseSelectVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyCourseSelectVC.swift; sourceTree = "<group>"; }; |
311 | 315 | DA20D848296697B400F1581F /* CourseUploadVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CourseUploadVC.swift; sourceTree = "<group>"; }; |
312 | 316 | DA20D84D2966A9B300F1581F /* CourseSearchVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CourseSearchVC.swift; sourceTree = "<group>"; }; |
|
441 | 445 | CE10063329680BFD00FD31FB /* CourseDetailDto */ = { |
442 | 446 | isa = PBXGroup; |
443 | 447 | children = ( |
| 448 | + DA0587F02A05D52100B72869 /* RequestDto */, |
444 | 449 | CE4942AB296FCD1000736701 /* ResponseDto */, |
445 | 450 | ); |
446 | 451 | path = CourseDetailDto; |
|
719 | 724 | isa = PBXGroup; |
720 | 725 | children = ( |
721 | 726 | A3BC2F422966A93100198261 /* CourseDetailVC.swift */, |
| 727 | + DA0587F32A05DEC000B72869 /* CourseEditVC.swift */, |
722 | 728 | ); |
723 | 729 | path = VC; |
724 | 730 | sourceTree = "<group>"; |
|
1144 | 1150 | path = VC; |
1145 | 1151 | sourceTree = "<group>"; |
1146 | 1152 | }; |
| 1153 | + DA0587F02A05D52100B72869 /* RequestDto */ = { |
| 1154 | + isa = PBXGroup; |
| 1155 | + children = ( |
| 1156 | + DA0587F12A05D54100B72869 /* EditCourseRequestDto.swift */, |
| 1157 | + ); |
| 1158 | + path = RequestDto; |
| 1159 | + sourceTree = "<group>"; |
| 1160 | + }; |
1147 | 1161 | DA97A029296DC2020086760E /* RequestDto */ = { |
1148 | 1162 | isa = PBXGroup; |
1149 | 1163 | children = ( |
|
1365 | 1379 | A3F67AE2296D33AC001598A2 /* MyPageDto.swift in Sources */, |
1366 | 1380 | CE591EA1296D5EB5000FCBB3 /* PrivateCourseResponseDto.swift in Sources */, |
1367 | 1381 | A3BC2F3F2964706100198261 /* UploadedCourseInfoCVC.swift in Sources */, |
| 1382 | + DA0587F42A05DEC000B72869 /* CourseEditVC.swift in Sources */, |
1368 | 1383 | CE6655FE295D912300C64E12 /* calculateTopInset.swift in Sources */, |
1369 | 1384 | CEEC6B492961C5E200D00E1E /* SplashVC.swift in Sources */, |
1370 | 1385 | CE6655D0295D85FF00C64E12 /* CancelBag.swift in Sources */, |
|
1423 | 1438 | CE17F02D2961BBA100E1DED0 /* ColorLiterals.swift in Sources */, |
1424 | 1439 | CEC2A68E2962AF2C00160BF7 /* RNMarker.swift in Sources */, |
1425 | 1440 | CE6655D2295D862A00C64E12 /* Publisher+Driver.swift in Sources */, |
| 1441 | + DA0587F22A05D54100B72869 /* EditCourseRequestDto.swift in Sources */, |
1426 | 1442 | A3C2CACE29E313CC00EC525B /* SettingVC.swift in Sources */, |
1427 | 1443 | CE21C02E299E601700F62AF5 /* StampRouter.swift in Sources */, |
1428 | 1444 | CE6655E6295D887F00C64E12 /* UIStackView+.swift in Sources */, |
|
0 commit comments