|
@@ -382,6 +382,7 @@
|
|
|
A7D5F26122C0C2F300F8E9AF /* UserFollowsModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7D5F26022C0C2F300F8E9AF /* UserFollowsModel.swift */; };
|
|
|
A7D5F26322C0CF8600F8E9AF /* UserFansModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7D5F26222C0CF8600F8E9AF /* UserFansModel.swift */; };
|
|
|
A7D5F26522C118F100F8E9AF /* CMSMemberListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7D5F26422C118F100F8E9AF /* CMSMemberListModel.swift */; };
|
|
|
+ A7DAB33322D881F5005B964E /* H5RouterModuleType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7DAB33222D881F5005B964E /* H5RouterModuleType.swift */; };
|
|
|
A7DC467F22783A47001F3EFC /* EditExpressAddressTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7DC467E22783A47001F3EFC /* EditExpressAddressTableViewCell.swift */; };
|
|
|
A7DF50D622A4E8B400998908 /* OrderDetailProductTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7DF50D522A4E8B400998908 /* OrderDetailProductTableViewCell.swift */; };
|
|
|
A7DF50D822A4FAFC00998908 /* ProductDetailEvaluationImageCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7DF50D722A4FAFC00998908 /* ProductDetailEvaluationImageCollectionViewCell.swift */; };
|
|
@@ -1071,6 +1072,7 @@
|
|
|
A7D5F26022C0C2F300F8E9AF /* UserFollowsModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserFollowsModel.swift; sourceTree = "<group>"; };
|
|
|
A7D5F26222C0CF8600F8E9AF /* UserFansModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserFansModel.swift; sourceTree = "<group>"; };
|
|
|
A7D5F26422C118F100F8E9AF /* CMSMemberListModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CMSMemberListModel.swift; sourceTree = "<group>"; };
|
|
|
+ A7DAB33222D881F5005B964E /* H5RouterModuleType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = H5RouterModuleType.swift; sourceTree = "<group>"; };
|
|
|
A7DC467E22783A47001F3EFC /* EditExpressAddressTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditExpressAddressTableViewCell.swift; sourceTree = "<group>"; };
|
|
|
A7DF50D522A4E8B400998908 /* OrderDetailProductTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderDetailProductTableViewCell.swift; sourceTree = "<group>"; };
|
|
|
A7DF50D722A4FAFC00998908 /* ProductDetailEvaluationImageCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductDetailEvaluationImageCollectionViewCell.swift; sourceTree = "<group>"; };
|
|
@@ -1820,6 +1822,7 @@
|
|
|
BD2FCBDE22B21BE00006D974 /* CommunityRecommendDetail */,
|
|
|
A7C0FDFC22B66B3C00BC1E86 /* CommunityFeaturedTopics */,
|
|
|
BD1FC17D22B08CEB00D55081 /* CommunityMyFollowTopic */,
|
|
|
+ A7DAB33122D875C0005B964E /* CommunityVideoSubCommentController */,
|
|
|
BD27F0AA22CC5E0400A6514D /* CommunityVideoContent */,
|
|
|
);
|
|
|
path = CommunityModule;
|
|
@@ -3450,6 +3453,7 @@
|
|
|
children = (
|
|
|
A770E5DA22CED8C600CBD0A4 /* RouterManager.swift */,
|
|
|
A770E5DF22CF19FA00CBD0A4 /* CommunityRouterModuleType.swift */,
|
|
|
+ A7DAB33222D881F5005B964E /* H5RouterModuleType.swift */,
|
|
|
);
|
|
|
path = Router;
|
|
|
sourceTree = "<group>";
|
|
@@ -4035,6 +4039,13 @@
|
|
|
path = CommunityModel;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ A7DAB33122D875C0005B964E /* CommunityVideoSubCommentController */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = CommunityVideoSubCommentController;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
A7DF50D922A556C300998908 /* BrowsePictures */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -6222,6 +6233,7 @@
|
|
|
BDF862AE228E57E1000DEF84 /* OrderCommentDefaultCollectionCell.swift in Sources */,
|
|
|
BD61229722C3605C00D3F513 /* AliyunEffectPrestoreManager.m in Sources */,
|
|
|
A70B2C3E228825B100B2449F /* ProductDetailEvaluationTableViewCell.swift in Sources */,
|
|
|
+ A7DAB33322D881F5005B964E /* H5RouterModuleType.swift in Sources */,
|
|
|
A79057022276C9770037F823 /* SetPasswordModel.swift in Sources */,
|
|
|
BD12B68022B4EF2600AEB10B /* KSMediaPickerViewImageCell.swift in Sources */,
|
|
|
A7274C5A228EE636000E3A07 /* LBXScanView.swift in Sources */,
|