|
@@ -195,6 +195,12 @@
|
|
|
A757C92E22744ACE00226355 /* AddressManagerListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A757C92D22744ACE00226355 /* AddressManagerListModel.swift */; };
|
|
|
A757C9302274839900226355 /* SelfMentionAddressListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A757C92F2274839900226355 /* SelfMentionAddressListModel.swift */; };
|
|
|
A757C9342274882E00226355 /* UIScrollView+MJRefreshEX.m in Sources */ = {isa = PBXBuildFile; fileRef = A757C9322274882E00226355 /* UIScrollView+MJRefreshEX.m */; };
|
|
|
+ A75B782222DEC2F8007B986A /* SepcialOneTypeLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75B782022DEC2F8007B986A /* SepcialOneTypeLayout.swift */; };
|
|
|
+ A75B782322DEC2F8007B986A /* RedemptionAreaSpecialOneTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75B782122DEC2F8007B986A /* RedemptionAreaSpecialOneTableViewCell.swift */; };
|
|
|
+ A75B782522DEC592007B986A /* SpecialOneTypeCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75B782422DEC592007B986A /* SpecialOneTypeCollectionViewCell.swift */; };
|
|
|
+ A75B782822DEC708007B986A /* SepcialTwoTypeLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75B782722DEC708007B986A /* SepcialTwoTypeLayout.swift */; };
|
|
|
+ A75B782A22DEC8B3007B986A /* RedemptionAreaSpecialTwoTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75B782922DEC8B3007B986A /* RedemptionAreaSpecialTwoTableViewCell.swift */; };
|
|
|
+ A75B782C22DEC908007B986A /* SpecialTwoTypeCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75B782B22DEC908007B986A /* SpecialTwoTypeCollectionViewCell.swift */; };
|
|
|
A75C474E22938B3900139C0C /* OrderFreightTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75C474D22938B3900139C0C /* OrderFreightTableViewCell.swift */; };
|
|
|
A7636AC52268139C00374F9E /* LocationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7636AC42268139C00374F9E /* LocationViewController.swift */; };
|
|
|
A7636AC822682BAF00374F9E /* LocationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7636AC722682BAF00374F9E /* LocationView.swift */; };
|
|
@@ -889,6 +895,12 @@
|
|
|
A757C92F2274839900226355 /* SelfMentionAddressListModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SelfMentionAddressListModel.swift; sourceTree = "<group>"; };
|
|
|
A757C9322274882E00226355 /* UIScrollView+MJRefreshEX.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+MJRefreshEX.m"; sourceTree = "<group>"; };
|
|
|
A757C9332274882E00226355 /* UIScrollView+MJRefreshEX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIScrollView+MJRefreshEX.h"; sourceTree = "<group>"; };
|
|
|
+ A75B782022DEC2F8007B986A /* SepcialOneTypeLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SepcialOneTypeLayout.swift; sourceTree = "<group>"; };
|
|
|
+ A75B782122DEC2F8007B986A /* RedemptionAreaSpecialOneTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RedemptionAreaSpecialOneTableViewCell.swift; sourceTree = "<group>"; };
|
|
|
+ A75B782422DEC592007B986A /* SpecialOneTypeCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpecialOneTypeCollectionViewCell.swift; sourceTree = "<group>"; };
|
|
|
+ A75B782722DEC708007B986A /* SepcialTwoTypeLayout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SepcialTwoTypeLayout.swift; sourceTree = "<group>"; };
|
|
|
+ A75B782922DEC8B3007B986A /* RedemptionAreaSpecialTwoTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RedemptionAreaSpecialTwoTableViewCell.swift; sourceTree = "<group>"; };
|
|
|
+ A75B782B22DEC908007B986A /* SpecialTwoTypeCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpecialTwoTypeCollectionViewCell.swift; sourceTree = "<group>"; };
|
|
|
A75C474D22938B3900139C0C /* OrderFreightTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderFreightTableViewCell.swift; sourceTree = "<group>"; };
|
|
|
A7636AC42268139C00374F9E /* LocationViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationViewController.swift; sourceTree = "<group>"; };
|
|
|
A7636AC722682BAF00374F9E /* LocationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationView.swift; sourceTree = "<group>"; };
|
|
@@ -1792,6 +1804,8 @@
|
|
|
A714348A22DD9E4C00132DA9 /* View */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A75B782622DEC6E7007B986A /* SpecialLayout */,
|
|
|
+ A75B781F22DEC2F8007B986A /* SpecialCell */,
|
|
|
A7D77DF522DDF3940048D5F6 /* FloorCell */,
|
|
|
A7D77DF222DDEEAA0048D5F6 /* FloorHeader */,
|
|
|
A7D77DE522DDB4B50048D5F6 /* Banner */,
|
|
@@ -2682,6 +2696,26 @@
|
|
|
path = MJRefreshEX;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ A75B781F22DEC2F8007B986A /* SpecialCell */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A75B782122DEC2F8007B986A /* RedemptionAreaSpecialOneTableViewCell.swift */,
|
|
|
+ A75B782922DEC8B3007B986A /* RedemptionAreaSpecialTwoTableViewCell.swift */,
|
|
|
+ A75B782422DEC592007B986A /* SpecialOneTypeCollectionViewCell.swift */,
|
|
|
+ A75B782B22DEC908007B986A /* SpecialTwoTypeCollectionViewCell.swift */,
|
|
|
+ );
|
|
|
+ path = SpecialCell;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ A75B782622DEC6E7007B986A /* SpecialLayout */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A75B782022DEC2F8007B986A /* SepcialOneTypeLayout.swift */,
|
|
|
+ A75B782722DEC708007B986A /* SepcialTwoTypeLayout.swift */,
|
|
|
+ );
|
|
|
+ path = SpecialLayout;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
A7636ABD2268123B00374F9E /* LocationModule */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -5921,6 +5955,7 @@
|
|
|
BD108C9522A60C2100837DAB /* HGImageCollectionViewCell.swift in Sources */,
|
|
|
A7FF1589228C854900A85748 /* OrderDetailBottomView.swift in Sources */,
|
|
|
A770E5DB22CED8C600CBD0A4 /* RouterManager.swift in Sources */,
|
|
|
+ A75B782C22DEC908007B986A /* SpecialTwoTypeCollectionViewCell.swift in Sources */,
|
|
|
A714348722DD9D4700132DA9 /* RedemptionAreaViewController.swift in Sources */,
|
|
|
A73A56DE22DC9CCE004920FE /* UpdateVersionManager.swift in Sources */,
|
|
|
A7D5F22B22BB687100F8E9AF /* BaseJSWebViewController.swift in Sources */,
|
|
@@ -6007,6 +6042,7 @@
|
|
|
BDF47D852282C59F00941AB9 /* ShoppingCartListTableViewCell.swift in Sources */,
|
|
|
BD01B20122BC677900CE9F36 /* PublishFilterView.swift in Sources */,
|
|
|
BD5CA89522DDA2A100364A67 /* CustomSlider.swift in Sources */,
|
|
|
+ A75B782522DEC592007B986A /* SpecialOneTypeCollectionViewCell.swift in Sources */,
|
|
|
A77F2CCA223209F2001BD3F6 /* BaseTabbarViewController.swift in Sources */,
|
|
|
BD61229A22C3605C00D3F513 /* AliyunEffectFilterCell.m in Sources */,
|
|
|
A7BF202B22B396F300396DB3 /* CardContentTitleTableViewCell.swift in Sources */,
|
|
@@ -6020,6 +6056,7 @@
|
|
|
BD12B67D22B4EE6D00AEB10B /* KSMediaPickerItemModel.swift in Sources */,
|
|
|
A7F2D6DD22B2536F0093000B /* CardContentPicVideoCollectionViewCell.swift in Sources */,
|
|
|
A72623D922C2F8B100AEF875 /* MessageHomeOneCollectionViewCell.swift in Sources */,
|
|
|
+ A75B782822DEC708007B986A /* SepcialTwoTypeLayout.swift in Sources */,
|
|
|
BD7AB83622841A8B0030646A /* ShoppingCartPayOrderItemCell.swift in Sources */,
|
|
|
A71AA519227219D7008FF1A5 /* EditExpressAddressViewController.swift in Sources */,
|
|
|
A7FF1568228C6E2300A85748 /* OrderDeliveryModeAndTimeTableViewCell.swift in Sources */,
|
|
@@ -6080,6 +6117,7 @@
|
|
|
A77F2CB52232010F001BD3F6 /* ShoppingMallViewController.swift in Sources */,
|
|
|
A7D77DEB22DDC5900048D5F6 /* RedemptionAreaFSPagerViewCell.swift in Sources */,
|
|
|
A7D07CD622B78BC300186014 /* PersonViewUserAndOtherListCollectionViewCell.swift in Sources */,
|
|
|
+ A75B782322DEC2F8007B986A /* RedemptionAreaSpecialOneTableViewCell.swift in Sources */,
|
|
|
A71AA513227215B5008FF1A5 /* ExpressAddressListView.swift in Sources */,
|
|
|
A7B4E723228154750012914A /* ProductFloorBannerView.swift in Sources */,
|
|
|
A7003EA3229192CC004E51FB /* PayManagerPay.swift in Sources */,
|
|
@@ -6148,6 +6186,7 @@
|
|
|
A7284A7722547333000BAEC4 /* AlipayResultModel.swift in Sources */,
|
|
|
BD61226C22C3595B00D3F513 /* AlivcRecordUIConfig.m in Sources */,
|
|
|
A72A72B422321DE000B21995 /* Extension+UIImage.swift in Sources */,
|
|
|
+ A75B782222DEC2F8007B986A /* SepcialOneTypeLayout.swift in Sources */,
|
|
|
A7BB68552268DE8600AB07A2 /* SelfRecommendationView.swift in Sources */,
|
|
|
BD12B69622B4F72900AEB10B /* KSMediaPickerPreviewView.swift in Sources */,
|
|
|
A7BF203122B47CC000396DB3 /* CardContentCommnetTableViewCell.swift in Sources */,
|
|
@@ -6244,6 +6283,7 @@
|
|
|
A7274C5F228EE636000E3A07 /* LBXScanWrapper.swift in Sources */,
|
|
|
A7CC752F2271A1F2003C4F38 /* SetPasswordView.swift in Sources */,
|
|
|
A7A98E09227EB8DD005306E9 /* CategoryView.swift in Sources */,
|
|
|
+ A75B782A22DEC8B3007B986A /* RedemptionAreaSpecialTwoTableViewCell.swift in Sources */,
|
|
|
BD0F61F822CAFC8B004650FB /* CommunityVideoAuthModel.swift in Sources */,
|
|
|
A7D07CC122B73F0200186014 /* OtherPersonalCenterViewController.swift in Sources */,
|
|
|
A7CC75362271AC14003C4F38 /* AddressManagerView.swift in Sources */,
|