|
@@ -32,7 +32,7 @@
|
|
|
A71AF0B6226EF99A001730FE /* SearchResultViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A71AF0B5226EF99A001730FE /* SearchResultViewController.swift */; };
|
|
|
A71AF0B8226EF9EC001730FE /* SearchResultNavigationbarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A71AF0B7226EF9EC001730FE /* SearchResultNavigationbarView.swift */; };
|
|
|
A71AF0BA226F00F8001730FE /* SearchResultView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A71AF0B9226F00F8001730FE /* SearchResultView.swift */; };
|
|
|
- A71AF0BC226F099B001730FE /* SearchResultTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A71AF0BB226F099B001730FE /* SearchResultTableViewCell.swift */; };
|
|
|
+ A71AF0BC226F099B001730FE /* ProductHBigTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A71AF0BB226F099B001730FE /* ProductHBigTableViewCell.swift */; };
|
|
|
A71AF0BE226F1792001730FE /* ShoppingMallModule.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A71AF0BD226F1792001730FE /* ShoppingMallModule.xcassets */; };
|
|
|
A71D2A602265673A00A55D16 /* RegisterLoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A71D2A5F2265673A00A55D16 /* RegisterLoginView.swift */; };
|
|
|
A72843FC224DB6B800F82F30 /* SwiftMoyaServiceUserApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72843FB224DB6B800F82F30 /* SwiftMoyaServiceUserApi.swift */; };
|
|
@@ -163,6 +163,19 @@
|
|
|
A7A97FDB2238FBAD0070F84D /* VerticalListCellModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A97FD72238FBAC0070F84D /* VerticalListCellModel.swift */; };
|
|
|
A7A97FDC2238FBAD0070F84D /* VerticalListCellCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A97FD82238FBAC0070F84D /* VerticalListCellCollectionViewCell.swift */; };
|
|
|
A7A97FDD2238FBAD0070F84D /* VerticalSectionHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A97FD92238FBAD0070F84D /* VerticalSectionHeaderView.swift */; };
|
|
|
+ A7A98DFD227E84F4005306E9 /* SwiftMoyaServiceProductApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A98DFC227E84F4005306E9 /* SwiftMoyaServiceProductApi.swift */; };
|
|
|
+ A7A98DFF227E8501005306E9 /* SwiftMoyaNetWorkServiceProduct.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A98DFE227E8501005306E9 /* SwiftMoyaNetWorkServiceProduct.swift */; };
|
|
|
+ A7A98E02227E8900005306E9 /* ProductSearchListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A98E01227E8900005306E9 /* ProductSearchListModel.swift */; };
|
|
|
+ A7A98E05227EB891005306E9 /* CategoryViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A98E04227EB891005306E9 /* CategoryViewController.swift */; };
|
|
|
+ A7A98E09227EB8DD005306E9 /* CategoryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A98E08227EB8DD005306E9 /* CategoryView.swift */; };
|
|
|
+ A7A98E0B227EBD04005306E9 /* CategorySearchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A98E0A227EBD04005306E9 /* CategorySearchView.swift */; };
|
|
|
+ A7A98E0E227EC0C6005306E9 /* CategoryTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A98E0D227EC0C6005306E9 /* CategoryTableViewCell.swift */; };
|
|
|
+ A7A98E10227EC531005306E9 /* ProductHSmallTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A98E0F227EC531005306E9 /* ProductHSmallTableViewCell.swift */; };
|
|
|
+ A7A98E12227ECA11005306E9 /* ProductSearchModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A98E11227ECA11005306E9 /* ProductSearchModel.swift */; };
|
|
|
+ A7A98E14227ED0E2005306E9 /* CategoryListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A98E13227ED0E2005306E9 /* CategoryListModel.swift */; };
|
|
|
+ A7A98E17227EED76005306E9 /* SpecialViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A98E16227EED76005306E9 /* SpecialViewController.swift */; };
|
|
|
+ A7A98E1B227EEE49005306E9 /* SpecialView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A98E1A227EEE49005306E9 /* SpecialView.swift */; };
|
|
|
+ A7A98E1D227EF1CB005306E9 /* SpecialBannerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A98E1C227EF1CB005306E9 /* SpecialBannerView.swift */; };
|
|
|
A7BB684F2268DCEC00AB07A2 /* SelfRecommendationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7BB684D2268DCEC00AB07A2 /* SelfRecommendationViewController.swift */; };
|
|
|
A7BB68552268DE8600AB07A2 /* SelfRecommendationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7BB68542268DE8600AB07A2 /* SelfRecommendationView.swift */; };
|
|
|
A7BB6857226965C100AB07A2 /* SelfRecommendationHeaderCollectionReusableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7BB6856226965C100AB07A2 /* SelfRecommendationHeaderCollectionReusableView.swift */; };
|
|
@@ -257,7 +270,7 @@
|
|
|
A71AF0B5226EF99A001730FE /* SearchResultViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchResultViewController.swift; sourceTree = "<group>"; };
|
|
|
A71AF0B7226EF9EC001730FE /* SearchResultNavigationbarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchResultNavigationbarView.swift; sourceTree = "<group>"; };
|
|
|
A71AF0B9226F00F8001730FE /* SearchResultView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchResultView.swift; sourceTree = "<group>"; };
|
|
|
- A71AF0BB226F099B001730FE /* SearchResultTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchResultTableViewCell.swift; sourceTree = "<group>"; };
|
|
|
+ A71AF0BB226F099B001730FE /* ProductHBigTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductHBigTableViewCell.swift; sourceTree = "<group>"; };
|
|
|
A71AF0BD226F1792001730FE /* ShoppingMallModule.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = ShoppingMallModule.xcassets; sourceTree = "<group>"; };
|
|
|
A71D2A5F2265673A00A55D16 /* RegisterLoginView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegisterLoginView.swift; sourceTree = "<group>"; };
|
|
|
A72843FB224DB6B800F82F30 /* SwiftMoyaServiceUserApi.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftMoyaServiceUserApi.swift; sourceTree = "<group>"; };
|
|
@@ -401,6 +414,19 @@
|
|
|
A7A97FD72238FBAC0070F84D /* VerticalListCellModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerticalListCellModel.swift; sourceTree = "<group>"; };
|
|
|
A7A97FD82238FBAC0070F84D /* VerticalListCellCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerticalListCellCollectionViewCell.swift; sourceTree = "<group>"; };
|
|
|
A7A97FD92238FBAD0070F84D /* VerticalSectionHeaderView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerticalSectionHeaderView.swift; sourceTree = "<group>"; };
|
|
|
+ A7A98DFC227E84F4005306E9 /* SwiftMoyaServiceProductApi.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftMoyaServiceProductApi.swift; sourceTree = "<group>"; };
|
|
|
+ A7A98DFE227E8501005306E9 /* SwiftMoyaNetWorkServiceProduct.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftMoyaNetWorkServiceProduct.swift; sourceTree = "<group>"; };
|
|
|
+ A7A98E01227E8900005306E9 /* ProductSearchListModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProductSearchListModel.swift; sourceTree = "<group>"; };
|
|
|
+ A7A98E04227EB891005306E9 /* CategoryViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CategoryViewController.swift; sourceTree = "<group>"; };
|
|
|
+ A7A98E08227EB8DD005306E9 /* CategoryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CategoryView.swift; sourceTree = "<group>"; };
|
|
|
+ A7A98E0A227EBD04005306E9 /* CategorySearchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CategorySearchView.swift; sourceTree = "<group>"; };
|
|
|
+ A7A98E0D227EC0C6005306E9 /* CategoryTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CategoryTableViewCell.swift; sourceTree = "<group>"; };
|
|
|
+ A7A98E0F227EC531005306E9 /* ProductHSmallTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductHSmallTableViewCell.swift; sourceTree = "<group>"; };
|
|
|
+ A7A98E11227ECA11005306E9 /* ProductSearchModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductSearchModel.swift; sourceTree = "<group>"; };
|
|
|
+ A7A98E13227ED0E2005306E9 /* CategoryListModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CategoryListModel.swift; sourceTree = "<group>"; };
|
|
|
+ A7A98E16227EED76005306E9 /* SpecialViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpecialViewController.swift; sourceTree = "<group>"; };
|
|
|
+ A7A98E1A227EEE49005306E9 /* SpecialView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpecialView.swift; sourceTree = "<group>"; };
|
|
|
+ A7A98E1C227EF1CB005306E9 /* SpecialBannerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpecialBannerView.swift; sourceTree = "<group>"; };
|
|
|
A7BB684D2268DCEC00AB07A2 /* SelfRecommendationViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelfRecommendationViewController.swift; sourceTree = "<group>"; };
|
|
|
A7BB68542268DE8600AB07A2 /* SelfRecommendationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelfRecommendationView.swift; sourceTree = "<group>"; };
|
|
|
A7BB6856226965C100AB07A2 /* SelfRecommendationHeaderCollectionReusableView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelfRecommendationHeaderCollectionReusableView.swift; sourceTree = "<group>"; };
|
|
@@ -667,7 +693,6 @@
|
|
|
children = (
|
|
|
A71AF0B7226EF9EC001730FE /* SearchResultNavigationbarView.swift */,
|
|
|
A71AF0B9226F00F8001730FE /* SearchResultView.swift */,
|
|
|
- A71AF0BB226F099B001730FE /* SearchResultTableViewCell.swift */,
|
|
|
);
|
|
|
path = View;
|
|
|
sourceTree = "<group>";
|
|
@@ -691,6 +716,7 @@
|
|
|
A71D2A612265756E00A55D16 /* SwiftMoyaServiceApi */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A7A98DFB227E84D0005306E9 /* SwiftMoyaServiceProduct */,
|
|
|
A71AA5242273202E008FF1A5 /* SwiftMoyaServiceConfig */,
|
|
|
A72843FD224DB79400F82F30 /* SwiftMoyaServiceUser */,
|
|
|
A7C3DD182264229900FA262E /* SwiftMoyaServiceSMS */,
|
|
@@ -1050,6 +1076,7 @@
|
|
|
A738D203225AEAD000EEE860 /* Model */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A7A98E00227E88E8005306E9 /* ProductModel */,
|
|
|
A72A73722233966800B21995 /* RootModel */,
|
|
|
A79057032276D5FE0037F823 /* ConfigModel */,
|
|
|
A7284402224DBE3500F82F30 /* UserModel */,
|
|
@@ -1389,7 +1416,10 @@
|
|
|
A77F2CA32232010F001BD3F6 /* ShoppingMallModule */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A7A98E0C227EBEE3005306E9 /* ProductView */,
|
|
|
A77F2CA42232010F001BD3F6 /* ShoppingMall */,
|
|
|
+ A7A98E03227EB7FD005306E9 /* Category */,
|
|
|
+ A7A98E15227EECEA005306E9 /* Special */,
|
|
|
);
|
|
|
path = ShoppingMallModule;
|
|
|
sourceTree = "<group>";
|
|
@@ -1576,6 +1606,87 @@
|
|
|
path = SwiftMoyaServiceManger;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ A7A98DFB227E84D0005306E9 /* SwiftMoyaServiceProduct */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A7A98DFC227E84F4005306E9 /* SwiftMoyaServiceProductApi.swift */,
|
|
|
+ A7A98DFE227E8501005306E9 /* SwiftMoyaNetWorkServiceProduct.swift */,
|
|
|
+ );
|
|
|
+ path = SwiftMoyaServiceProduct;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ A7A98E00227E88E8005306E9 /* ProductModel */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A7A98E13227ED0E2005306E9 /* CategoryListModel.swift */,
|
|
|
+ A7A98E01227E8900005306E9 /* ProductSearchListModel.swift */,
|
|
|
+ A7A98E11227ECA11005306E9 /* ProductSearchModel.swift */,
|
|
|
+ );
|
|
|
+ path = ProductModel;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ A7A98E03227EB7FD005306E9 /* Category */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A7A98E07227EB8CC005306E9 /* View */,
|
|
|
+ A7A98E06227EB8C7005306E9 /* ViewController */,
|
|
|
+ );
|
|
|
+ path = Category;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ A7A98E06227EB8C7005306E9 /* ViewController */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A7A98E04227EB891005306E9 /* CategoryViewController.swift */,
|
|
|
+ );
|
|
|
+ path = ViewController;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ A7A98E07227EB8CC005306E9 /* View */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A7A98E08227EB8DD005306E9 /* CategoryView.swift */,
|
|
|
+ A7A98E0A227EBD04005306E9 /* CategorySearchView.swift */,
|
|
|
+ A7A98E0D227EC0C6005306E9 /* CategoryTableViewCell.swift */,
|
|
|
+ );
|
|
|
+ path = View;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ A7A98E0C227EBEE3005306E9 /* ProductView */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A71AF0BB226F099B001730FE /* ProductHBigTableViewCell.swift */,
|
|
|
+ A7A98E0F227EC531005306E9 /* ProductHSmallTableViewCell.swift */,
|
|
|
+ );
|
|
|
+ path = ProductView;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ A7A98E15227EECEA005306E9 /* Special */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A7A98E19227EEE30005306E9 /* View */,
|
|
|
+ A7A98E18227EEE06005306E9 /* ViewController */,
|
|
|
+ );
|
|
|
+ path = Special;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ A7A98E18227EEE06005306E9 /* ViewController */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A7A98E16227EED76005306E9 /* SpecialViewController.swift */,
|
|
|
+ );
|
|
|
+ path = ViewController;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ A7A98E19227EEE30005306E9 /* View */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A7A98E1A227EEE49005306E9 /* SpecialView.swift */,
|
|
|
+ A7A98E1C227EF1CB005306E9 /* SpecialBannerView.swift */,
|
|
|
+ );
|
|
|
+ path = View;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
A7BB68512268DCF800AB07A2 /* SelfRecommendation */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -2167,12 +2278,14 @@
|
|
|
A7BB6857226965C100AB07A2 /* SelfRecommendationHeaderCollectionReusableView.swift in Sources */,
|
|
|
A7BB68672269B1DD00AB07A2 /* AddressPOIViewController.swift in Sources */,
|
|
|
A7284A7322546460000BAEC4 /* SwiftMoyaServicePayApi.swift in Sources */,
|
|
|
+ A7A98DFF227E8501005306E9 /* SwiftMoyaNetWorkServiceProduct.swift in Sources */,
|
|
|
A7CC74DC2270352F003C4F38 /* MineOrderCollectionViewCell.swift in Sources */,
|
|
|
A7284404224DBFBD00F82F30 /* UserModel.swift in Sources */,
|
|
|
A7CC74D822700359003C4F38 /* MineTableViewHeaderView.swift in Sources */,
|
|
|
A71D2A602265673A00A55D16 /* RegisterLoginView.swift in Sources */,
|
|
|
A73D7C682268A032002A4CE3 /* SwiftyStarRatingView.swift in Sources */,
|
|
|
A71AA5102272156A008FF1A5 /* ExpressAddressListViewController.swift in Sources */,
|
|
|
+ A7A98E14227ED0E2005306E9 /* CategoryListModel.swift in Sources */,
|
|
|
A71AF0AE226EF0A3001730FE /* SearchHeaderCollectionReusableView.swift in Sources */,
|
|
|
A7636AC52268139C00374F9E /* LocationViewController.swift in Sources */,
|
|
|
A7D46090227617D200A5A54E /* SQLModel.swift in Sources */,
|
|
@@ -2180,7 +2293,9 @@
|
|
|
A7C3DD1C226422D200FA262E /* SwiftMoyaNetWorkServiceSMS.swift in Sources */,
|
|
|
A7A97FDC2238FBAD0070F84D /* VerticalListCellCollectionViewCell.swift in Sources */,
|
|
|
A72A7386223396CB00B21995 /* SwiftMoyaNetWorkManager.swift in Sources */,
|
|
|
+ A7A98E12227ECA11005306E9 /* ProductSearchModel.swift in Sources */,
|
|
|
A71AF0B0226EF185001730FE /* SearchCollectionViewCell.swift in Sources */,
|
|
|
+ A7A98E1D227EF1CB005306E9 /* SpecialBannerView.swift in Sources */,
|
|
|
A77F2CCA223209F2001BD3F6 /* BaseTabbarViewController.swift in Sources */,
|
|
|
A7CC75332271ABB0003C4F38 /* AddressManagerViewController.swift in Sources */,
|
|
|
A7CC750D227157DA003C4F38 /* MessageDetailesView.swift in Sources */,
|
|
@@ -2210,6 +2325,7 @@
|
|
|
A7824B062271F25400ABA381 /* EditAddressTableViewCell.swift in Sources */,
|
|
|
A70EBBC022561179000AD74F /* Extension+UITableView.swift in Sources */,
|
|
|
A72A72B022321DE000B21995 /* CGView.swift in Sources */,
|
|
|
+ A7A98E0B227EBD04005306E9 /* CategorySearchView.swift in Sources */,
|
|
|
A72A73142232475E00B21995 /* AlipayManager.swift in Sources */,
|
|
|
A7824B042271F10300ABA381 /* EditSelfMentionContactsView.swift in Sources */,
|
|
|
A71AF0B6226EF99A001730FE /* SearchResultViewController.swift in Sources */,
|
|
@@ -2247,9 +2363,12 @@
|
|
|
A77F2CB72232010F001BD3F6 /* MineViewController.swift in Sources */,
|
|
|
A7778CA92244904500C7C47A /* Extension+Gifu.GIFImageView.swift in Sources */,
|
|
|
A7A97FDD2238FBAD0070F84D /* VerticalSectionHeaderView.swift in Sources */,
|
|
|
+ A7A98E02227E8900005306E9 /* ProductSearchListModel.swift in Sources */,
|
|
|
+ A7A98E17227EED76005306E9 /* SpecialViewController.swift in Sources */,
|
|
|
A7778CB32244D73400C7C47A /* RegisterLoginViewController.swift in Sources */,
|
|
|
A7A97FDB2238FBAD0070F84D /* VerticalListCellModel.swift in Sources */,
|
|
|
A7CC752F2271A1F2003C4F38 /* SetPasswordView.swift in Sources */,
|
|
|
+ A7A98E09227EB8DD005306E9 /* CategoryView.swift in Sources */,
|
|
|
A7CC75362271AC14003C4F38 /* AddressManagerView.swift in Sources */,
|
|
|
A71901752275F71F00104A50 /* BaiduToCityModel.swift in Sources */,
|
|
|
A7BB685922696B9200AB07A2 /* SelfRecommendationCollectionViewCell.swift in Sources */,
|
|
@@ -2257,6 +2376,7 @@
|
|
|
A738D205225AF90D00EEE860 /* WeChatpayOrderModel.swift in Sources */,
|
|
|
A7CC7524227190FB003C4F38 /* AccountSecurityView.swift in Sources */,
|
|
|
A72A72BD22321DE000B21995 /* Extension+UIColor.swift in Sources */,
|
|
|
+ A7A98E05227EB891005306E9 /* CategoryViewController.swift in Sources */,
|
|
|
A77F2CC822320627001BD3F6 /* WRCustomNavigationBar.swift in Sources */,
|
|
|
A7CC74EF22706CCA003C4F38 /* MessageView.swift in Sources */,
|
|
|
A7CC74E0227042A4003C4F38 /* MineServiceTableViewCell.swift in Sources */,
|
|
@@ -2278,12 +2398,14 @@
|
|
|
A7CC74E222704429003C4F38 /* MineServiceCollectionViewCell.swift in Sources */,
|
|
|
A738D202225AD6AD00EEE860 /* Extension+UICollectionView.swift in Sources */,
|
|
|
A7CC74D6226FF421003C4F38 /* MineNavigationBarView.swift in Sources */,
|
|
|
- A71AF0BC226F099B001730FE /* SearchResultTableViewCell.swift in Sources */,
|
|
|
+ A71AF0BC226F099B001730FE /* ProductHBigTableViewCell.swift in Sources */,
|
|
|
A71AF0AA226EDDF5001730FE /* SearchView.swift in Sources */,
|
|
|
+ A7A98E0E227EC0C6005306E9 /* CategoryTableViewCell.swift in Sources */,
|
|
|
A7284A542252FB5C000BAEC4 /* PaginationModel.swift in Sources */,
|
|
|
A72A72D022321E2700B21995 /* FontMacro.swift in Sources */,
|
|
|
A71AA52622732068008FF1A5 /* SwiftMoyaServiceConfigApi.swift in Sources */,
|
|
|
A77F2C982231FD25001BD3F6 /* BaseNavigationViewController.swift in Sources */,
|
|
|
+ A7A98E1B227EEE49005306E9 /* SpecialView.swift in Sources */,
|
|
|
A7824AFB2271EA2600ABA381 /* SelfMentionContactsListView.swift in Sources */,
|
|
|
A72A72AB22321DE000B21995 /* SwiftProgressHUD.swift in Sources */,
|
|
|
A7CC751C22716426003C4F38 /* SetLogoutTableViewCell.swift in Sources */,
|
|
@@ -2299,6 +2421,8 @@
|
|
|
A7CC75382271ADD6003C4F38 /* AddressManagerSelfMentionExpressHeaderView.swift in Sources */,
|
|
|
A738D66F225D9BD900EEE860 /* UMLoginModel.swift in Sources */,
|
|
|
A72A726722321DBD00B21995 /* LocationModel.swift in Sources */,
|
|
|
+ A7A98E10227EC531005306E9 /* ProductHSmallTableViewCell.swift in Sources */,
|
|
|
+ A7A98DFD227E84F4005306E9 /* SwiftMoyaServiceProductApi.swift in Sources */,
|
|
|
A72A72D222321E2700B21995 /* Common.swift in Sources */,
|
|
|
A71AF0A6226EDDC8001730FE /* SearchViewController.swift in Sources */,
|
|
|
A79057062276EA3D0037F823 /* OpenCityListModel.swift in Sources */,
|