|
@@ -152,6 +152,7 @@
|
|
|
A7CC74DE22703B4A003C4F38 /* MineModule.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A7CC74DD22703B4A003C4F38 /* MineModule.xcassets */; };
|
|
|
A7CC74E0227042A4003C4F38 /* MineServiceTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7CC74DF227042A4003C4F38 /* MineServiceTableViewCell.swift */; };
|
|
|
A7CC74E222704429003C4F38 /* MineServiceCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7CC74E122704429003C4F38 /* MineServiceCollectionViewCell.swift */; };
|
|
|
+ A7CC74E62270628B003C4F38 /* DeliveryMethodTypeModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7CC74E52270628B003C4F38 /* DeliveryMethodTypeModel.swift */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -332,6 +333,7 @@
|
|
|
A7CC74DD22703B4A003C4F38 /* MineModule.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = MineModule.xcassets; sourceTree = "<group>"; };
|
|
|
A7CC74DF227042A4003C4F38 /* MineServiceTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MineServiceTableViewCell.swift; sourceTree = "<group>"; };
|
|
|
A7CC74E122704429003C4F38 /* MineServiceCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MineServiceCollectionViewCell.swift; sourceTree = "<group>"; };
|
|
|
+ A7CC74E52270628B003C4F38 /* DeliveryMethodTypeModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeliveryMethodTypeModel.swift; sourceTree = "<group>"; };
|
|
|
A7E03A30F40582782EC5DA89 /* Pods_RainbowPlanetTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RainbowPlanetTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
BD9052C044FD3AE4E62D3929 /* Pods-RainbowPlanet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RainbowPlanet.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
D469F6C3768252BCB7001EDD /* Pods_RainbowPlanet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RainbowPlanet.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
@@ -491,6 +493,7 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
A7284403224DBFBD00F82F30 /* LoginModel.swift */,
|
|
|
+ A7CC74E52270628B003C4F38 /* DeliveryMethodTypeModel.swift */,
|
|
|
);
|
|
|
path = UserModel;
|
|
|
sourceTree = "<group>";
|
|
@@ -1337,9 +1340,9 @@
|
|
|
A7CC74D2226FF190003C4F38 /* View */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A7CC74D5226FF421003C4F38 /* MineNavigationBarView.swift */,
|
|
|
A7CC74D3226FF1AA003C4F38 /* MineView.swift */,
|
|
|
A7CC74D722700359003C4F38 /* MineTableViewHeaderView.swift */,
|
|
|
- A7CC74D5226FF421003C4F38 /* MineNavigationBarView.swift */,
|
|
|
A7CC74D922702E41003C4F38 /* MineOrderTableViewCell.swift */,
|
|
|
A7CC74DB2270352F003C4F38 /* MineOrderCollectionViewCell.swift */,
|
|
|
A7CC74DF227042A4003C4F38 /* MineServiceTableViewCell.swift */,
|
|
@@ -1669,6 +1672,7 @@
|
|
|
A729B5B022671310004AE098 /* MobileLoginView.swift in Sources */,
|
|
|
A72A726822321DBD00B21995 /* UMManager.swift in Sources */,
|
|
|
A729B5AD2266FF45004AE098 /* BindPhoneNumberView.swift in Sources */,
|
|
|
+ A7CC74E62270628B003C4F38 /* DeliveryMethodTypeModel.swift in Sources */,
|
|
|
A7CC74DA22702E41003C4F38 /* MineOrderTableViewCell.swift in Sources */,
|
|
|
A77F2CB92232010F001BD3F6 /* ShoppingCartViewController.swift in Sources */,
|
|
|
A72A72B822321DE000B21995 /* Extension+UserDefaults.swift in Sources */,
|