|
246 | 246 | 74F837CA27D668F900109BAB /* ZLIssueNoneCellData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F837C927D668F900109BAB /* ZLIssueNoneCellData.swift */; }; |
247 | 247 | 74F837D127D9047E00109BAB /* ZLIssueOperateCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F837D027D9047E00109BAB /* ZLIssueOperateCell.swift */; }; |
248 | 248 | 74F837D327D904A300109BAB /* ZLIssueOperateCellData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F837D227D904A300109BAB /* ZLIssueOperateCellData.swift */; }; |
| 249 | + 74F9CEF22D9AEB22008E3920 /* ZLDiscussionInfoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F9CEF12D9AEB17008E3920 /* ZLDiscussionInfoController.swift */; }; |
| 250 | + 74F9CF002D9AECA0008E3920 /* ZLDiscussionCommentTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F9CEFD2D9AECA0008E3920 /* ZLDiscussionCommentTableViewCell.swift */; }; |
| 251 | + 74F9CF022D9AECA0008E3920 /* ZLDiscussionBodyTableViewCellData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F9CEF92D9AECA0008E3920 /* ZLDiscussionBodyTableViewCellData.swift */; }; |
| 252 | + 74F9CF082D9AECA0008E3920 /* ZLDiscussionHeaderTableViewCellData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F9CEF62D9AECA0008E3920 /* ZLDiscussionHeaderTableViewCellData.swift */; }; |
| 253 | + 74F9CF092D9AECA0008E3920 /* ZLDiscussionHeaderTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F9CEFC2D9AECA0008E3920 /* ZLDiscussionHeaderTableViewCell.swift */; }; |
| 254 | + 74F9CF0C2DAA716D008E3920 /* ZLRepoDiscussionController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F9CF0B2DAA7158008E3920 /* ZLRepoDiscussionController.swift */; }; |
| 255 | + 74F9CF0E2DAA8413008E3920 /* ZLDiscussionTableViewCellDataV2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F9CF0D2DAA8412008E3920 /* ZLDiscussionTableViewCellDataV2.swift */; }; |
| 256 | + 74F9CF112DAA99C6008E3920 /* ZLImageTextButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F9CF102DAA99C1008E3920 /* ZLImageTextButton.swift */; }; |
| 257 | + 74F9CF132DAAB8C2008E3920 /* ZLDiscussionCommentTableViewCellData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F9CF122DAAB8C1008E3920 /* ZLDiscussionCommentTableViewCellData.swift */; }; |
249 | 258 | 74FCBD9F231423A800DDE46A /* ZLEditProfileContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FCBD9E231423A800DDE46A /* ZLEditProfileContentView.swift */; }; |
250 | 259 | 74FCBDA623142F1300DDE46A /* ZLEditProfileController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FCBDA523142F1300DDE46A /* ZLEditProfileController.swift */; }; |
251 | 260 | 8EEE979EB43EE43A18EC2ADF /* libPods-GithubClient-ZLGitHubClient.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F5DBCF7431669D0BFC0ACE20 /* libPods-GithubClient-ZLGitHubClient.a */; }; |
|
548 | 557 | 74F837C927D668F900109BAB /* ZLIssueNoneCellData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLIssueNoneCellData.swift; sourceTree = "<group>"; }; |
549 | 558 | 74F837D027D9047E00109BAB /* ZLIssueOperateCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLIssueOperateCell.swift; sourceTree = "<group>"; }; |
550 | 559 | 74F837D227D904A300109BAB /* ZLIssueOperateCellData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLIssueOperateCellData.swift; sourceTree = "<group>"; }; |
| 560 | + 74F9CEF12D9AEB17008E3920 /* ZLDiscussionInfoController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLDiscussionInfoController.swift; sourceTree = "<group>"; }; |
| 561 | + 74F9CEF62D9AECA0008E3920 /* ZLDiscussionHeaderTableViewCellData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLDiscussionHeaderTableViewCellData.swift; sourceTree = "<group>"; }; |
| 562 | + 74F9CEF92D9AECA0008E3920 /* ZLDiscussionBodyTableViewCellData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLDiscussionBodyTableViewCellData.swift; sourceTree = "<group>"; }; |
| 563 | + 74F9CEFC2D9AECA0008E3920 /* ZLDiscussionHeaderTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLDiscussionHeaderTableViewCell.swift; sourceTree = "<group>"; }; |
| 564 | + 74F9CEFD2D9AECA0008E3920 /* ZLDiscussionCommentTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLDiscussionCommentTableViewCell.swift; sourceTree = "<group>"; }; |
| 565 | + 74F9CF0B2DAA7158008E3920 /* ZLRepoDiscussionController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLRepoDiscussionController.swift; sourceTree = "<group>"; }; |
| 566 | + 74F9CF0D2DAA8412008E3920 /* ZLDiscussionTableViewCellDataV2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLDiscussionTableViewCellDataV2.swift; sourceTree = "<group>"; }; |
| 567 | + 74F9CF102DAA99C1008E3920 /* ZLImageTextButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLImageTextButton.swift; sourceTree = "<group>"; }; |
| 568 | + 74F9CF122DAAB8C1008E3920 /* ZLDiscussionCommentTableViewCellData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLDiscussionCommentTableViewCellData.swift; sourceTree = "<group>"; }; |
551 | 569 | 74FCBD9E231423A800DDE46A /* ZLEditProfileContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLEditProfileContentView.swift; sourceTree = "<group>"; }; |
552 | 570 | 74FCBDA523142F1300DDE46A /* ZLEditProfileController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLEditProfileController.swift; sourceTree = "<group>"; }; |
553 | 571 | 7AC44332CAA0E09B3278CC22 /* Pods_ZLServiceFramework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ZLServiceFramework.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
1100 | 1118 | 744F655A281FC9140045DCE9 /* View */ = { |
1101 | 1119 | isa = PBXGroup; |
1102 | 1120 | children = ( |
1103 | | - 744F6560281FCB2F0045DCE9 /* ZLDiscussionTableViewCell.swift */, |
1104 | 1121 | ); |
1105 | 1122 | path = View; |
1106 | 1123 | sourceTree = "<group>"; |
|
1116 | 1133 | 744F6562281FD0120045DCE9 /* ViewModel */ = { |
1117 | 1134 | isa = PBXGroup; |
1118 | 1135 | children = ( |
1119 | | - 744F6563281FD05F0045DCE9 /* ZLDiscussionTableViewCellData.swift */, |
1120 | 1136 | ); |
1121 | 1137 | path = ViewModel; |
1122 | 1138 | sourceTree = "<group>"; |
|
1238 | 1254 | 746B092221EB71F7000EE88B /* UI */ = { |
1239 | 1255 | isa = PBXGroup; |
1240 | 1256 | children = ( |
| 1257 | + 74F9CEF02D9AEAFF008E3920 /* Discussion */, |
1241 | 1258 | 749505C229A5378800341D9E /* View */, |
1242 | 1259 | 7444B28D256782B700488EF0 /* WorkBoard */, |
1243 | 1260 | 74EAB98C260B70A300784695 /* pr */, |
|
1587 | 1604 | 74C19203239D20C300636F24 /* repo */ = { |
1588 | 1605 | isa = PBXGroup; |
1589 | 1606 | children = ( |
| 1607 | + 74F9CF0A2DAA7138008E3920 /* ZLRepoDiscussionController */, |
1590 | 1608 | 362DFCBA239E193900979594 /* StarRepoViewController */, |
1591 | 1609 | 74C639E824B916B900457F94 /* ZLRepoWorkflowRunsController */, |
1592 | 1610 | 74C639CF24B7D9F500457F94 /* ZLRepoWorkflowsController */, |
|
1804 | 1822 | 74C861C222F0259700A30B79 /* ZLReuseView */ = { |
1805 | 1823 | isa = PBXGroup; |
1806 | 1824 | children = ( |
| 1825 | + 74F9CEF32D9AEC90008E3920 /* ZLDiscussionTableViewCell */, |
1807 | 1826 | 7466363C2D95B5A700FC69EC /* ZLWebView */, |
1808 | 1827 | 746636392D92FCB000FC69EC /* ZLSearchItemTableViewCellData */, |
1809 | 1828 | 740C2F342832A1BD00DAFF0E /* ZLBaseCardTableViewCell */, |
|
1932 | 1951 | 74D3EF52259BC6050002A2D3 /* Utility */ = { |
1933 | 1952 | isa = PBXGroup; |
1934 | 1953 | children = ( |
| 1954 | + 74F9CF0F2DAA99B6008E3920 /* ZLImageTextButton */, |
1935 | 1955 | 7461C5132BC065580008DD16 /* DevelopmentLanguage */, |
1936 | 1956 | 746719C92B81FA00003E1D4B /* GithubAvatar */, |
1937 | 1957 | 743F180F2312664C00E39A95 /* Extension */, |
|
2267 | 2287 | path = ZLEditIssueController; |
2268 | 2288 | sourceTree = "<group>"; |
2269 | 2289 | }; |
| 2290 | + 74F9CEF02D9AEAFF008E3920 /* Discussion */ = { |
| 2291 | + isa = PBXGroup; |
| 2292 | + children = ( |
| 2293 | + 74F9CEF12D9AEB17008E3920 /* ZLDiscussionInfoController.swift */, |
| 2294 | + ); |
| 2295 | + path = Discussion; |
| 2296 | + sourceTree = "<group>"; |
| 2297 | + }; |
| 2298 | + 74F9CEF32D9AEC90008E3920 /* ZLDiscussionTableViewCell */ = { |
| 2299 | + isa = PBXGroup; |
| 2300 | + children = ( |
| 2301 | + 74F9CEFA2D9AECA0008E3920 /* viewModel */, |
| 2302 | + 74F9CEFF2D9AECA0008E3920 /* view */, |
| 2303 | + ); |
| 2304 | + path = ZLDiscussionTableViewCell; |
| 2305 | + sourceTree = "<group>"; |
| 2306 | + }; |
| 2307 | + 74F9CEFA2D9AECA0008E3920 /* viewModel */ = { |
| 2308 | + isa = PBXGroup; |
| 2309 | + children = ( |
| 2310 | + 74F9CF122DAAB8C1008E3920 /* ZLDiscussionCommentTableViewCellData.swift */, |
| 2311 | + 74F9CF0D2DAA8412008E3920 /* ZLDiscussionTableViewCellDataV2.swift */, |
| 2312 | + 744F6563281FD05F0045DCE9 /* ZLDiscussionTableViewCellData.swift */, |
| 2313 | + 74F9CEF62D9AECA0008E3920 /* ZLDiscussionHeaderTableViewCellData.swift */, |
| 2314 | + 74F9CEF92D9AECA0008E3920 /* ZLDiscussionBodyTableViewCellData.swift */, |
| 2315 | + ); |
| 2316 | + path = viewModel; |
| 2317 | + sourceTree = "<group>"; |
| 2318 | + }; |
| 2319 | + 74F9CEFF2D9AECA0008E3920 /* view */ = { |
| 2320 | + isa = PBXGroup; |
| 2321 | + children = ( |
| 2322 | + 744F6560281FCB2F0045DCE9 /* ZLDiscussionTableViewCell.swift */, |
| 2323 | + 74F9CEFC2D9AECA0008E3920 /* ZLDiscussionHeaderTableViewCell.swift */, |
| 2324 | + 74F9CEFD2D9AECA0008E3920 /* ZLDiscussionCommentTableViewCell.swift */, |
| 2325 | + ); |
| 2326 | + path = view; |
| 2327 | + sourceTree = "<group>"; |
| 2328 | + }; |
| 2329 | + 74F9CF0A2DAA7138008E3920 /* ZLRepoDiscussionController */ = { |
| 2330 | + isa = PBXGroup; |
| 2331 | + children = ( |
| 2332 | + 74F9CF0B2DAA7158008E3920 /* ZLRepoDiscussionController.swift */, |
| 2333 | + ); |
| 2334 | + path = ZLRepoDiscussionController; |
| 2335 | + sourceTree = "<group>"; |
| 2336 | + }; |
| 2337 | + 74F9CF0F2DAA99B6008E3920 /* ZLImageTextButton */ = { |
| 2338 | + isa = PBXGroup; |
| 2339 | + children = ( |
| 2340 | + 74F9CF102DAA99C1008E3920 /* ZLImageTextButton.swift */, |
| 2341 | + ); |
| 2342 | + path = ZLImageTextButton; |
| 2343 | + sourceTree = "<group>"; |
| 2344 | + }; |
2270 | 2345 | 74FCBD9523141F4500DDE46A /* ZLEditProfileController */ = { |
2271 | 2346 | isa = PBXGroup; |
2272 | 2347 | children = ( |
|
2362 | 2437 | 74344A6B258B0FB900903E08 /* Embed App Extensions */, |
2363 | 2438 | 74D3EEBA259BC2120002A2D3 /* Embed Frameworks */, |
2364 | 2439 | 59377ACF5DE7AAD6C8816A7A /* [CP] Copy Pods Resources */, |
| 2440 | + 12E71EE4CB7FC9B86120E99C /* [CP] Embed Pods Frameworks */, |
2365 | 2441 | ); |
2366 | 2442 | buildRules = ( |
2367 | 2443 | ); |
|
2381 | 2457 | 74344A56258B0FB600903E08 /* Sources */, |
2382 | 2458 | 74344A57258B0FB600903E08 /* Frameworks */, |
2383 | 2459 | 74344A58258B0FB600903E08 /* Resources */, |
| 2460 | + 9D803A25A865DCA68B0BF37D /* [CP] Copy Pods Resources */, |
2384 | 2461 | ); |
2385 | 2462 | buildRules = ( |
2386 | 2463 | ); |
|
2468 | 2545 | /* End PBXResourcesBuildPhase section */ |
2469 | 2546 |
|
2470 | 2547 | /* Begin PBXShellScriptBuildPhase section */ |
| 2548 | + 12E71EE4CB7FC9B86120E99C /* [CP] Embed Pods Frameworks */ = { |
| 2549 | + isa = PBXShellScriptBuildPhase; |
| 2550 | + buildActionMask = 2147483647; |
| 2551 | + files = ( |
| 2552 | + ); |
| 2553 | + inputPaths = ( |
| 2554 | + "${PODS_ROOT}/Target Support Files/Pods-GithubClient-ZLGitHubClient/Pods-GithubClient-ZLGitHubClient-frameworks.sh", |
| 2555 | + "${PODS_XCFRAMEWORKS_BUILD_DIR}/WoodPeckeriOS/WoodPeckeriOS.framework/WoodPeckeriOS", |
| 2556 | + ); |
| 2557 | + name = "[CP] Embed Pods Frameworks"; |
| 2558 | + outputPaths = ( |
| 2559 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WoodPeckeriOS.framework", |
| 2560 | + ); |
| 2561 | + runOnlyForDeploymentPostprocessing = 0; |
| 2562 | + shellPath = /bin/sh; |
| 2563 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GithubClient-ZLGitHubClient/Pods-GithubClient-ZLGitHubClient-frameworks.sh\"\n"; |
| 2564 | + showEnvVarsInLog = 0; |
| 2565 | + }; |
2471 | 2566 | 4ED0727E66FE7CDE45783884 /* [CP] Check Pods Manifest.lock */ = { |
2472 | 2567 | isa = PBXShellScriptBuildPhase; |
2473 | 2568 | buildActionMask = 2147483647; |
|
2556 | 2651 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GithubClient-ZLGitHubClient/Pods-GithubClient-ZLGitHubClient-resources.sh\"\n"; |
2557 | 2652 | showEnvVarsInLog = 0; |
2558 | 2653 | }; |
| 2654 | + 9D803A25A865DCA68B0BF37D /* [CP] Copy Pods Resources */ = { |
| 2655 | + isa = PBXShellScriptBuildPhase; |
| 2656 | + buildActionMask = 2147483647; |
| 2657 | + files = ( |
| 2658 | + ); |
| 2659 | + inputPaths = ( |
| 2660 | + "${PODS_ROOT}/Target Support Files/Pods-GithubClient-Fixed RepoExtension/Pods-GithubClient-Fixed RepoExtension-resources.sh", |
| 2661 | + "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.bundle", |
| 2662 | + ); |
| 2663 | + name = "[CP] Copy Pods Resources"; |
| 2664 | + outputPaths = ( |
| 2665 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Alamofire.bundle", |
| 2666 | + ); |
| 2667 | + runOnlyForDeploymentPostprocessing = 0; |
| 2668 | + shellPath = /bin/sh; |
| 2669 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GithubClient-Fixed RepoExtension/Pods-GithubClient-Fixed RepoExtension-resources.sh\"\n"; |
| 2670 | + showEnvVarsInLog = 0; |
| 2671 | + }; |
2559 | 2672 | BBD773204C4E643DC8C6C6DA /* [CP] Check Pods Manifest.lock */ = { |
2560 | 2673 | isa = PBXShellScriptBuildPhase; |
2561 | 2674 | buildActionMask = 2147483647; |
|
2623 | 2736 | 74203A0C24B1D6F4007DFC00 /* ZLForkEventTableViewCellData.swift in Sources */, |
2624 | 2737 | 7470B98126219CAD000D2A20 /* ZLUserOrOrgInfoController.swift in Sources */, |
2625 | 2738 | 7437978425838AF9008AFBE8 /* ZLMyPullRequestsController.swift in Sources */, |
| 2739 | + 74F9CF0E2DAA8413008E3920 /* ZLDiscussionTableViewCellDataV2.swift in Sources */, |
2626 | 2740 | 74634D4B27663D9D00A042F4 /* ZLOrgInfoHeaderCell.swift in Sources */, |
2627 | 2741 | 74F837D327D904A300109BAB /* ZLIssueOperateCellData.swift in Sources */, |
2628 | 2742 | 366DB849241F4B93002A0896 /* ZLRepoCommitController.swift in Sources */, |
|
2655 | 2769 | 74203A0824B1C676007DFC00 /* ZLCreateEventTableViewCellData.swift in Sources */, |
2656 | 2770 | 7486E04C25A3A07D00EE38CB /* ZLFloatView.m in Sources */, |
2657 | 2771 | 746636382D92F0F300FC69EC /* ZLIssueInfoBottomView.swift in Sources */, |
| 2772 | + 74F9CEF22D9AEB22008E3920 /* ZLDiscussionInfoController.swift in Sources */, |
2658 | 2773 | 366DB846241F4566002A0896 /* ZLCommitTableViewCellData.swift in Sources */, |
2659 | 2774 | 74EBF5AF275CE0C1000CF72C /* ZLPinnedRepositoriesTableViewCell.swift in Sources */, |
2660 | 2775 | 74203A0624B1B888007DFC00 /* ZLCommitCommentEventTableViewCell.swift in Sources */, |
|
2670 | 2785 | 74F1FAAE29103FAC00C03905 /* ZLSearchFilterButtonCell.swift in Sources */, |
2671 | 2786 | 74876F31256AB3F60063A93A /* ZLUserTableViewCellDataForViewerOrgs.swift in Sources */, |
2672 | 2787 | 7456B742279D6B5F0033AFB1 /* ZLProgressView.swift in Sources */, |
| 2788 | + 74F9CF0C2DAA716D008E3920 /* ZLRepoDiscussionController.swift in Sources */, |
2673 | 2789 | 74DFD9E12427BA68005825D3 /* ZLRepoContentController.swift in Sources */, |
2674 | 2790 | 7431B43622F5E0510060968A /* ZLSearchViewModel.swift in Sources */, |
2675 | 2791 | 7456A2F02416A4E100222D6C /* ZLPullRequestTableViewCellData.swift in Sources */, |
|
2692 | 2808 | 74DEC1FE256CFD82007E8A17 /* ZLMyRepoesController.swift in Sources */, |
2693 | 2809 | 7486E05125A3A98400EE38CB /* ZLAssistButtonManager.swift in Sources */, |
2694 | 2810 | 746719CB2B81FA20003E1D4B /* GithubAvatar+Extension.swift in Sources */, |
| 2811 | + 74F9CF132DAAB8C2008E3920 /* ZLDiscussionCommentTableViewCellData.swift in Sources */, |
2695 | 2812 | 3693D8D4246523A400779FC4 /* ZLAboutViewModel.swift in Sources */, |
2696 | 2813 | 74E321DC254CB2CA006CE05D /* ZLAppearanceController.swift in Sources */, |
2697 | 2814 | 74AAE5D6284A63870030DA01 /* ZLRepoInfoHeaderCell.swift in Sources */, |
|
2757 | 2874 | 74209D4724B5FE1D0068891E /* ZLNotificationTableViewCell.swift in Sources */, |
2758 | 2875 | 741A2E69246C5D1400A443E4 /* ZLRepoIssuesController.swift in Sources */, |
2759 | 2876 | 36371EAA248F644B0005774B /* ZLInputAccessTokenView.swift in Sources */, |
| 2877 | + 74F9CF112DAA99C6008E3920 /* ZLImageTextButton.swift in Sources */, |
2760 | 2878 | 0ADF902F21D4B01900BF86CD /* AppDelegate.m in Sources */, |
2761 | 2879 | 740C2F362832A1E100DAFF0E /* ZLBaseCardTableViewCell.swift in Sources */, |
2762 | 2880 | 7486DFBB25A2608F00EE38CB /* ZLUIRouter.swift in Sources */, |
|
2794 | 2912 | 74C861C622F025F100A30B79 /* ZLRepositoryTableViewCell.swift in Sources */, |
2795 | 2913 | 74886C03260DC99A00E3C33C /* ZLPullRequestCommentTableViewCell.swift in Sources */, |
2796 | 2914 | 74EF615D241E7E1C008C8D27 /* ZLRepoPullRequestController.swift in Sources */, |
| 2915 | + 74F9CF002D9AECA0008E3920 /* ZLDiscussionCommentTableViewCell.swift in Sources */, |
| 2916 | + 74F9CF022D9AECA0008E3920 /* ZLDiscussionBodyTableViewCellData.swift in Sources */, |
| 2917 | + 74F9CF082D9AECA0008E3920 /* ZLDiscussionHeaderTableViewCellData.swift in Sources */, |
| 2918 | + 74F9CF092D9AECA0008E3920 /* ZLDiscussionHeaderTableViewCell.swift in Sources */, |
2797 | 2919 | 74CC6036246C51BD0076EE3C /* ZLIssueTableViewCellData.swift in Sources */, |
2798 | 2920 | 74209D4A24B608860068891E /* ZLNotificationTableViewCellData.swift in Sources */, |
2799 | 2921 | ); |
|
0 commit comments