|
@@ -383,6 +383,7 @@
|
|
|
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 */; };
|
|
|
+ A7DAB33522D8D3AC005B964E /* RegisterLoginModuleType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7DAB33422D8D3AC005B964E /* RegisterLoginModuleType.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 */; };
|
|
@@ -1073,6 +1074,7 @@
|
|
|
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>"; };
|
|
|
+ A7DAB33422D8D3AC005B964E /* RegisterLoginModuleType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegisterLoginModuleType.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>"; };
|
|
@@ -3455,6 +3457,7 @@
|
|
|
A770E5DA22CED8C600CBD0A4 /* RouterManager.swift */,
|
|
|
A770E5DF22CF19FA00CBD0A4 /* CommunityRouterModuleType.swift */,
|
|
|
A7DAB33222D881F5005B964E /* H5RouterModuleType.swift */,
|
|
|
+ A7DAB33422D8D3AC005B964E /* RegisterLoginModuleType.swift */,
|
|
|
);
|
|
|
path = Router;
|
|
|
sourceTree = "<group>";
|
|
@@ -6149,6 +6152,7 @@
|
|
|
A7FF1564228C696B00A85748 /* OrderListView.swift in Sources */,
|
|
|
A70B2C072284305400B2449F /* ProductModel.swift in Sources */,
|
|
|
A72A72BC22321DE000B21995 /* Extension+UIAlertController.swift in Sources */,
|
|
|
+ A7DAB33522D8D3AC005B964E /* RegisterLoginModuleType.swift in Sources */,
|
|
|
A71CAB4522CB36EC00D908A8 /* CommunityFollowUserViewModel.swift in Sources */,
|
|
|
A7BB68662269B1DD00AB07A2 /* AddressPOIView.swift in Sources */,
|
|
|
BDF862A7228E42FA000DEF84 /* OrderApplyRefundController.swift in Sources */,
|