|
@@ -444,6 +444,9 @@
|
|
|
BD28078F22B76A9F002AB976 /* PublishAddTopicController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD28078E22B76A9F002AB976 /* PublishAddTopicController.swift */; };
|
|
|
BD28079122B770C9002AB976 /* PublishTopicTypeCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD28079022B770C9002AB976 /* PublishTopicTypeCell.swift */; };
|
|
|
BD28079522B7713C002AB976 /* PublishTopicTypeItemCollectionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD28079422B7713C002AB976 /* PublishTopicTypeItemCollectionCell.swift */; };
|
|
|
+ BD28079722B791AF002AB976 /* PublishTopicItemCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD28079622B791AF002AB976 /* PublishTopicItemCell.swift */; };
|
|
|
+ BD28079922B79A58002AB976 /* PublishTopicHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD28079822B79A58002AB976 /* PublishTopicHeaderView.swift */; };
|
|
|
+ BD28079B22B79BAB002AB976 /* PublishSelTopicCollectionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD28079A22B79BAB002AB976 /* PublishSelTopicCollectionCell.swift */; };
|
|
|
BD29A92E228F99780018CFC3 /* OrderCommentParameterModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD29A92D228F99780018CFC3 /* OrderCommentParameterModel.swift */; };
|
|
|
BD2FCBE222B21CF70006D974 /* CommunityRecommendController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD2FCBE122B21CF70006D974 /* CommunityRecommendController.swift */; };
|
|
|
BD2FCBE422B244250006D974 /* RecommendDetailContentCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD2FCBE322B244250006D974 /* RecommendDetailContentCell.swift */; };
|
|
@@ -983,6 +986,9 @@
|
|
|
BD28078E22B76A9F002AB976 /* PublishAddTopicController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublishAddTopicController.swift; sourceTree = "<group>"; };
|
|
|
BD28079022B770C9002AB976 /* PublishTopicTypeCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublishTopicTypeCell.swift; sourceTree = "<group>"; };
|
|
|
BD28079422B7713C002AB976 /* PublishTopicTypeItemCollectionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublishTopicTypeItemCollectionCell.swift; sourceTree = "<group>"; };
|
|
|
+ BD28079622B791AF002AB976 /* PublishTopicItemCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublishTopicItemCell.swift; sourceTree = "<group>"; };
|
|
|
+ BD28079822B79A58002AB976 /* PublishTopicHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublishTopicHeaderView.swift; sourceTree = "<group>"; };
|
|
|
+ BD28079A22B79BAB002AB976 /* PublishSelTopicCollectionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublishSelTopicCollectionCell.swift; sourceTree = "<group>"; };
|
|
|
BD29A92D228F99780018CFC3 /* OrderCommentParameterModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderCommentParameterModel.swift; sourceTree = "<group>"; };
|
|
|
BD2FCBE122B21CF70006D974 /* CommunityRecommendController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommunityRecommendController.swift; sourceTree = "<group>"; };
|
|
|
BD2FCBE322B244250006D974 /* RecommendDetailContentCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecommendDetailContentCell.swift; sourceTree = "<group>"; };
|
|
@@ -3698,6 +3704,9 @@
|
|
|
children = (
|
|
|
BD28079022B770C9002AB976 /* PublishTopicTypeCell.swift */,
|
|
|
BD28079422B7713C002AB976 /* PublishTopicTypeItemCollectionCell.swift */,
|
|
|
+ BD28079622B791AF002AB976 /* PublishTopicItemCell.swift */,
|
|
|
+ BD28079822B79A58002AB976 /* PublishTopicHeaderView.swift */,
|
|
|
+ BD28079A22B79BAB002AB976 /* PublishSelTopicCollectionCell.swift */,
|
|
|
);
|
|
|
path = View;
|
|
|
sourceTree = "<group>";
|
|
@@ -4511,6 +4520,7 @@
|
|
|
BD1DC6CB228D157000B89C57 /* OrderCreateBackModel.swift in Sources */,
|
|
|
A72A72BD22321DE000B21995 /* Extension+UIColor.swift in Sources */,
|
|
|
A7FF1596228CFA8100A85748 /* OrderListViewController.swift in Sources */,
|
|
|
+ BD28079B22B79BAB002AB976 /* PublishSelTopicCollectionCell.swift in Sources */,
|
|
|
A7A98E05227EB891005306E9 /* CategoryViewController.swift in Sources */,
|
|
|
A7DF50E322A55AB600998908 /* BrowsePicturesPagerViewCell.swift in Sources */,
|
|
|
A77F2CC822320627001BD3F6 /* WRCustomNavigationBar.swift in Sources */,
|
|
@@ -4534,6 +4544,7 @@
|
|
|
A7CC751822716202003C4F38 /* SetView.swift in Sources */,
|
|
|
BD2FCBEA22B267280006D974 /* RecommendNoneCommentCell.swift in Sources */,
|
|
|
A7FF1594228C919A00A85748 /* OrderRefunddetailsTipsTableViewCell.swift in Sources */,
|
|
|
+ BD28079922B79A58002AB976 /* PublishTopicHeaderView.swift in Sources */,
|
|
|
A7B4E73A228192D20012914A /* CMSTemplateModel.swift in Sources */,
|
|
|
A72A72C622321DE000B21995 /* WebView.swift in Sources */,
|
|
|
A72A72D122321E2700B21995 /* HTMLURLMacro.swift in Sources */,
|
|
@@ -4633,6 +4644,7 @@
|
|
|
A79057062276EA3D0037F823 /* OpenCityListModel.swift in Sources */,
|
|
|
BD7AB838228420310030646A /* ShoppingCartPayOrderHeader.swift in Sources */,
|
|
|
A7824B002271F0DD00ABA381 /* EditSelfMentionContactsViewController.swift in Sources */,
|
|
|
+ BD28079722B791AF002AB976 /* PublishTopicItemCell.swift in Sources */,
|
|
|
A7CC751F227190C5003C4F38 /* AccountSecurityViewController.swift in Sources */,
|
|
|
A739121C229F75F50033177E /* JXPagingListRefreshView.swift in Sources */,
|
|
|
BD29A92E228F99780018CFC3 /* OrderCommentParameterModel.swift in Sources */,
|