Commit dd9f2afc88224ec71c1dfbe9bdca8977aa19d032
0 parents
0.0.3
Showing
100 changed files
with
3603 additions
and
0 deletions
Too many changes to show.
To preserve performance only 100 of 338 files are displayed.
DSShopModuleF.podspec
0 → 100644
| 1 | +++ a/DSShopModuleF.podspec | |
| 1 | +Pod::Spec.new do |s| | |
| 2 | + | |
| 3 | + s.name = "DSShopModuleF" | |
| 4 | + s.version = "0.0.3" | |
| 5 | + s.summary = "DSShopModuleF" | |
| 6 | + s.homepage = "http://bj.gitlab.cnlive.com/DSIOSTeam" | |
| 7 | + s.authors = { "DSIOSTeam" => "694092596@qq.com" } | |
| 8 | + s.license = "MIT" | |
| 9 | + s.source = { :git => 'http://bj.gitlab.cnlive.com/DSIOSTeam/DSShopModuleF.git', :tag => s.version.to_s } | |
| 10 | + s.ios.deployment_target = '9.0' | |
| 11 | + s.vendored_frameworks = "DSShopModuleF/Frameworks/DSShopModule.framework" | |
| 12 | + s.frameworks = 'Foundation', 'UIKit' | |
| 13 | + s.xcconfig = { | |
| 14 | + 'ENABLE_BITCODE' => 'NO' | |
| 15 | + } | |
| 16 | + s.pod_target_xcconfig = { | |
| 17 | + 'VALID_ARCHS' => 'arm64' | |
| 18 | + } | |
| 19 | + | |
| 20 | + s.dependency 'MGJRouter', '~> 0.10.0' | |
| 21 | + | |
| 22 | + s.dependency 'DSBaseModuleF', '>=0.0.0', '<1.0.0' | |
| 23 | + s.dependency 'DSToolsModuleF', '>=0.0.0', '<1.0.0' | |
| 24 | + s.dependency 'DSCommonModuleF', '>=0.0.0', '<1.0.0' | |
| 25 | + s.dependency 'DSAddressModuleF', '>=0.0.0', '<1.0.0' | |
| 26 | + s.dependency 'DSPayModuleF', '>=0.0.0', '<1.0.0' | |
| 27 | + s.dependency 'DSWebViewModuleF', '>=0.0.0', '<1.0.0' | |
| 28 | + s.dependency 'DSUserModuleF', '>=0.0.0', '<1.0.0' | |
| 29 | + s.dependency 'DSARModuleF', '>=0.0.0', '<1.0.0' | |
| 30 | + s.dependency 'DSQrCodeModuleF', '>=0.0.0', '<1.0.0' | |
| 31 | + | |
| 32 | +end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/DSShopModule
0 → 100755
No preview for this file type
DSShopModuleF/Frameworks/DSShopModule.framework/DSShopModule.bundle/Assets.car
0 → 100644
No preview for this file type
DSShopModuleF/Frameworks/DSShopModule.framework/DSShopModule.bundle/Info.plist
0 → 100644
No preview for this file type
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKBrandStoreActivityCollectionFirstReusableHeaderView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKBrandStoreActivityCollectionFirstReusableHeaderView.h | |
| 1 | +// | |
| 2 | +// BKBrandStoreActivityCollectionFirstReusableHeaderView.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/10. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | + | |
| 11 | + | |
| 12 | +@interface BKBrandStoreActivityCollectionFirstReusableHeaderView : UICollectionReusableView | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) DSImageView * bannerView; | |
| 15 | + | |
| 16 | +@property (nonatomic,strong) UIView * bottomView; | |
| 17 | +@property (nonatomic,strong) DSImageView * leftline; | |
| 18 | +@property (nonatomic,strong) DSImageView * rightline; | |
| 19 | +@property (nonatomic,strong) UILabel * titleLab; | |
| 20 | + | |
| 21 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKBrandStoreActivityCollectionReusableHeaderView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKBrandStoreActivityCollectionReusableHeaderView.h | |
| 1 | +// | |
| 2 | +// BKBrandStoreActivityCollectionReusableHeaderView.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/9. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | + | |
| 11 | + | |
| 12 | +@interface BKBrandStoreActivityCollectionReusableHeaderView : UICollectionReusableView | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) DSImageView * leftline; | |
| 15 | +@property (nonatomic,strong) DSImageView * rightline; | |
| 16 | +@property (nonatomic,strong) UILabel * titleLab; | |
| 17 | + | |
| 18 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKBrandStoreActivityCollectionViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKBrandStoreActivityCollectionViewCell.h | |
| 1 | +// | |
| 2 | +// BKBrandStoreActivityCollectionViewCell.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/10. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "BKBrandStoreActivityModel.h" | |
| 11 | + | |
| 12 | +@interface BKBrandStoreActivityCollectionViewCell : UICollectionViewCell | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) BKBrandStoreActivityBrandGoodsModel * goodsModel; | |
| 15 | + | |
| 16 | +/** | |
| 17 | + 点击购买 | |
| 18 | + */ | |
| 19 | +@property (nonatomic,copy) void (^buyAction)(UIButton * button,BKBrandStoreActivityBrandGoodsModel * goodsModel); | |
| 20 | + | |
| 21 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKBrandStoreActivityModel.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKBrandStoreActivityModel.h | |
| 1 | +// | |
| 2 | +// BKBrandStoreActivityModel.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/10. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +@interface BKBrandStoreActivityBrandGoodsModel : NSObject | |
| 12 | + | |
| 13 | +/** | |
| 14 | + id 商品id | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * id; | |
| 17 | + | |
| 18 | +/** | |
| 19 | + simg 图片 | |
| 20 | + */ | |
| 21 | +@property (nonatomic,copy) NSString * simg; | |
| 22 | + | |
| 23 | +/** | |
| 24 | + ads 广告语 | |
| 25 | + */ | |
| 26 | +@property (nonatomic,copy) NSString * ads; | |
| 27 | + | |
| 28 | +/** | |
| 29 | + title 标题 | |
| 30 | + */ | |
| 31 | +@property (nonatomic,copy) NSString * title; | |
| 32 | + | |
| 33 | +/** | |
| 34 | + price 价格 | |
| 35 | + */ | |
| 36 | +@property (nonatomic,copy) NSString * price; | |
| 37 | + | |
| 38 | +/** | |
| 39 | + prices 原价 | |
| 40 | + */ | |
| 41 | +@property (nonatomic,copy) NSString * prices; | |
| 42 | + | |
| 43 | +/** | |
| 44 | + 1预售 2团购 | |
| 45 | + */ | |
| 46 | +@property (nonatomic,copy) NSString * activity; | |
| 47 | + | |
| 48 | +/** | |
| 49 | + 活动标签 | |
| 50 | + */ | |
| 51 | +@property (nonatomic,copy) NSString * activity_icon_img; | |
| 52 | + | |
| 53 | +/** | |
| 54 | + brand_id 小品牌id | |
| 55 | + */ | |
| 56 | +@property (nonatomic,copy) NSString * brand_id; | |
| 57 | + | |
| 58 | +@end | |
| 59 | + | |
| 60 | +@interface BKBrandStoreActivityBrandModel : NSObject | |
| 61 | + | |
| 62 | +/** | |
| 63 | + id id | |
| 64 | + */ | |
| 65 | +@property (nonatomic,copy) NSString * id; | |
| 66 | + | |
| 67 | +/** | |
| 68 | + title 标题 | |
| 69 | + */ | |
| 70 | +@property (nonatomic,copy) NSString * title; | |
| 71 | + | |
| 72 | +/** | |
| 73 | + goods 商品数组 | |
| 74 | + */ | |
| 75 | +@property (nonatomic,copy) NSArray * goods; | |
| 76 | + | |
| 77 | +@end | |
| 78 | + | |
| 79 | +@interface BKBrandStoreActivityModel : NSObject | |
| 80 | + | |
| 81 | +/** | |
| 82 | + id id | |
| 83 | + */ | |
| 84 | +@property (nonatomic,copy) NSString * id; | |
| 85 | + | |
| 86 | +/** | |
| 87 | + title 标题 | |
| 88 | + */ | |
| 89 | +@property (nonatomic,copy) NSString * title; | |
| 90 | + | |
| 91 | +/** | |
| 92 | + simg 图片 | |
| 93 | + */ | |
| 94 | +@property (nonatomic,copy) NSString * simg; | |
| 95 | + | |
| 96 | +/** | |
| 97 | + 活动类型 1预售 2团购 | |
| 98 | + */ | |
| 99 | +@property (nonatomic,copy) NSString * type; | |
| 100 | + | |
| 101 | +/** | |
| 102 | + brand 活动数组 | |
| 103 | + */ | |
| 104 | +@property (nonatomic,copy) NSArray * brand; | |
| 105 | + | |
| 106 | +#pragma mark - 数据请求 | |
| 107 | + | |
| 108 | +/* | |
| 109 | + 门店活动列表 | |
| 110 | + 参数 id | |
| 111 | + */ | |
| 112 | ++(void)postBrandDetailsStoreWithParams:(NSDictionary*)params result:(void (^)(BKBrandStoreActivityModel * model, NSString * errorMessage))result; | |
| 113 | + | |
| 114 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKBrandStoreActivityViewController.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKBrandStoreActivityViewController.h | |
| 1 | +// | |
| 2 | +// BKBrandStoreActivityViewController.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/9. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface BKBrandStoreActivityViewController : DSBaseViewController | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 活动id | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * activityId; | |
| 17 | + | |
| 18 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsCategoryViewController.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsCategoryViewController.h | |
| 1 | +// | |
| 2 | +// BKGoodsCategoryViewController.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/11/10. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +typedef NS_ENUM(NSUInteger, BKGoodsCategoryFrom) { | |
| 12 | + BKGoodsCategoryFromOther = 0, | |
| 13 | + BKGoodsCategoryFromGoodList, | |
| 14 | +}; | |
| 15 | + | |
| 16 | +@interface BKGoodsCategoryViewController : DSBaseViewController | |
| 17 | + | |
| 18 | +/** | |
| 19 | + 来自于哪 | |
| 20 | + */ | |
| 21 | +@property (nonatomic,assign) BKGoodsCategoryFrom from; | |
| 22 | + | |
| 23 | +/** | |
| 24 | + 重新选择分类返回商品列表 | |
| 25 | + */ | |
| 26 | +@property (nonatomic,copy) void (^selectCategoryAction)(NSArray * secondLevelGroupDataArr, NSUInteger selectSecGroupIndex, NSUInteger selectThiGroupIndex, NSString * groupId); | |
| 27 | + | |
| 28 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsDetailsTableHeaderView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsDetailsTableHeaderView.h | |
| 1 | +// | |
| 2 | +// BKGoodsDetailsTableHeaderView.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/11/14. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "DSGoodsDetailsModel.h" | |
| 11 | + | |
| 12 | +@interface BKGoodsDetailsTableHeaderView : UIView | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 顶部轮播图 | |
| 16 | + */ | |
| 17 | +@property (nonatomic,strong) BKCycleScrollView * bannerView; | |
| 18 | + | |
| 19 | +@property (nonatomic,strong) DSGoodsDetailsModel * detailsModel; | |
| 20 | + | |
| 21 | +#pragma mark - 时间 | |
| 22 | + | |
| 23 | +-(void)currentTimestamp:(double)currentTimestamp; | |
| 24 | + | |
| 25 | +#pragma mark - 回调 | |
| 26 | + | |
| 27 | +/** | |
| 28 | + 点击送礼回调 | |
| 29 | + */ | |
| 30 | +@property (nonatomic,copy) void (^clickGiveGiftCallBack)(void); | |
| 31 | +/** | |
| 32 | + 查看更多团购列表 | |
| 33 | + */ | |
| 34 | +@property (nonatomic,copy) void (^checkMoreGrouponAction)(DSGoodsDetailsModel * detailsModel); | |
| 35 | +/** | |
| 36 | + 查看团购详情 | |
| 37 | + */ | |
| 38 | +@property (nonatomic,copy) void (^joinGrouponAction)(NSString * grouponId); | |
| 39 | + | |
| 40 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsFirstCategoryModel.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsFirstCategoryModel.h | |
| 1 | +// | |
| 2 | +// BKGoodsFirstCategoryModel.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/11/10. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +@interface BKGoodsFirstCategoryModel : NSObject | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 分类id | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * id; | |
| 17 | +/** | |
| 18 | + 分类名称 | |
| 19 | + */ | |
| 20 | +@property (nonatomic,copy) NSString * title; | |
| 21 | + | |
| 22 | +#pragma mark - 数据请求 | |
| 23 | + | |
| 24 | +/* | |
| 25 | + 商城获取一级分类 | |
| 26 | + */ | |
| 27 | ++(void)postShopTopGroupWithParams:(NSDictionary*)params result:(void (^)(NSArray<BKGoodsFirstCategoryModel*> * dataArr, NSString * errorMessage))result; | |
| 28 | + | |
| 29 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsGrouponDetailsCollectionReusableView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsGrouponDetailsCollectionReusableView.h | |
| 1 | +// | |
| 2 | +// BKGoodsGrouponDetailsCollectionReusableView.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/11/16. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "BKGoodsGrouponDetailsModel.h" | |
| 11 | + | |
| 12 | +@interface BKGoodsGrouponDetailsCollectionReusableView : UICollectionReusableView | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) BKGoodsGrouponDetailsModel * model; | |
| 15 | + | |
| 16 | +/** | |
| 17 | + 参加团购 | |
| 18 | + */ | |
| 19 | +@property (nonatomic,copy) void (^joinGrouponAction)(NSString * grouponTeamId); | |
| 20 | + | |
| 21 | +-(void)currentTimestamp:(double)currentTimestamp; | |
| 22 | + | |
| 23 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsGrouponDetailsCollectionViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsGrouponDetailsCollectionViewCell.h | |
| 1 | +// | |
| 2 | +// BKGoodsGrouponDetailsCollectionViewCell.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/11/16. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "BKGoodsGrouponRecommendModel.h" | |
| 11 | + | |
| 12 | +@interface BKGoodsGrouponDetailsCollectionViewCell : UICollectionViewCell | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) BKGoodsGrouponRecommendModel * model; | |
| 15 | + | |
| 16 | +@property (nonatomic,copy) void (^joinGrouponAction)(BKGoodsGrouponRecommendModel * model); | |
| 17 | + | |
| 18 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsGrouponDetailsModel.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsGrouponDetailsModel.h | |
| 1 | +// | |
| 2 | +// BKGoodsGrouponDetailsModel.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/11/16. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +@interface BKGoodsGrouponDetailsTeamModel : NSObject | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 用户id | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * id; | |
| 17 | +/** | |
| 18 | + 头像 | |
| 19 | + */ | |
| 20 | +@property (nonatomic,copy) NSString * simg; | |
| 21 | +/** | |
| 22 | + 1为发起人 | |
| 23 | + */ | |
| 24 | +@property (nonatomic,copy) NSString * is_top; | |
| 25 | + | |
| 26 | +@end | |
| 27 | + | |
| 28 | +@interface BKGoodsGrouponDetailsModel : NSObject | |
| 29 | + | |
| 30 | +/** | |
| 31 | + 团购组id | |
| 32 | + */ | |
| 33 | +@property (nonatomic,copy) NSString * id; | |
| 34 | +/** | |
| 35 | + 几人团 | |
| 36 | + */ | |
| 37 | +@property (nonatomic,copy) NSString * num; | |
| 38 | +/** | |
| 39 | + 团购价格 | |
| 40 | + */ | |
| 41 | +@property (nonatomic,copy) NSString * price; | |
| 42 | +/** | |
| 43 | + 商品正常价格 | |
| 44 | + */ | |
| 45 | +@property (nonatomic,copy) NSString * prices; | |
| 46 | +/** | |
| 47 | + 还差多少人 | |
| 48 | + */ | |
| 49 | +@property (nonatomic,copy) NSString * number; | |
| 50 | +/** | |
| 51 | + 商品id | |
| 52 | + */ | |
| 53 | +@property (nonatomic,copy) NSString * goods_id; | |
| 54 | +/** | |
| 55 | + 图片 | |
| 56 | + */ | |
| 57 | +@property (nonatomic,copy) NSString * simg; | |
| 58 | +/** | |
| 59 | + 商品名称 | |
| 60 | + */ | |
| 61 | +@property (nonatomic,copy) NSString * title; | |
| 62 | +/** | |
| 63 | + 商品广告语 | |
| 64 | + */ | |
| 65 | +@property (nonatomic,copy) NSString * ads; | |
| 66 | +/** | |
| 67 | + 开始时间 | |
| 68 | + */ | |
| 69 | +@property (nonatomic,copy) NSString * starttime; | |
| 70 | +/** | |
| 71 | + 结束时间 | |
| 72 | + */ | |
| 73 | +@property (nonatomic,copy) NSString * stoptime; | |
| 74 | +/** | |
| 75 | + 组状态 1未开始 2进行中 3已成团 | |
| 76 | + */ | |
| 77 | +@property (nonatomic,copy) NSString * state; | |
| 78 | +/** | |
| 79 | + 已团数 | |
| 80 | + */ | |
| 81 | +@property (nonatomic,copy) NSString * team_count; | |
| 82 | +/** | |
| 83 | + 已参团人 | |
| 84 | + */ | |
| 85 | +@property (nonatomic,copy) NSArray * team_user; | |
| 86 | + | |
| 87 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsGrouponDetailsTeamPeopleCollectionViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsGrouponDetailsTeamPeopleCollectionViewCell.h | |
| 1 | +// | |
| 2 | +// BKGoodsGrouponDetailsTeamPeopleCollectionViewCell.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2017/11/16. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "BKGoodsGrouponDetailsModel.h" | |
| 11 | + | |
| 12 | +@interface BKGoodsGrouponDetailsTeamPeopleCollectionViewCell : UICollectionViewCell | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) BKGoodsGrouponDetailsTeamModel * model; | |
| 15 | + | |
| 16 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsGrouponDetailsViewController.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsGrouponDetailsViewController.h | |
| 1 | +// | |
| 2 | +// BKGoodsGrouponDetailsViewController.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/11/16. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface BKGoodsGrouponDetailsViewController : DSBaseViewController | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 团购小组id | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * groupon_team_id; | |
| 17 | + | |
| 18 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsGrouponListModel.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsGrouponListModel.h | |
| 1 | +// | |
| 2 | +// BKGoodsGrouponListModel.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/11/15. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +@interface BKGoodsGrouponListModel : NSObject | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 拼团组id | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * id; | |
| 17 | +/** | |
| 18 | + 总数 | |
| 19 | + */ | |
| 20 | +@property (nonatomic,copy) NSString * num; | |
| 21 | +/** | |
| 22 | + 价格 | |
| 23 | + */ | |
| 24 | +@property (nonatomic,copy) NSString * price; | |
| 25 | +/** | |
| 26 | + 还差多少人 | |
| 27 | + */ | |
| 28 | +@property (nonatomic,copy) NSString * number; | |
| 29 | +/** | |
| 30 | + 头像 | |
| 31 | + */ | |
| 32 | +@property (nonatomic,copy) NSString * simg; | |
| 33 | +/** | |
| 34 | + 手机号 | |
| 35 | + */ | |
| 36 | +@property (nonatomic,copy) NSString * phone; | |
| 37 | +/** | |
| 38 | + 昵称 | |
| 39 | + */ | |
| 40 | +@property (nonatomic,copy) NSString * username; | |
| 41 | + | |
| 42 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsGrouponListTableViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsGrouponListTableViewCell.h | |
| 1 | +// | |
| 2 | +// BKGoodsGrouponListTableViewCell.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/11/15. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "BKGoodsGrouponListModel.h" | |
| 11 | + | |
| 12 | +@interface BKGoodsGrouponListTableViewCell : UITableViewCell | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) BKGoodsGrouponListModel * model; | |
| 15 | + | |
| 16 | +-(void)setModel:(BKGoodsGrouponListModel *)model isShowLine:(BOOL)isShowLine; | |
| 17 | + | |
| 18 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsGrouponListViewController.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsGrouponListViewController.h | |
| 1 | +// | |
| 2 | +// BKGoodsGrouponListViewController.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/11/15. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | +#import "DSGoodsDetailsModel.h" | |
| 11 | + | |
| 12 | +@interface BKGoodsGrouponListViewController : DSBaseViewController | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 团购id | |
| 16 | + */ | |
| 17 | +@property (nonatomic,copy) NSString * grouponId; | |
| 18 | +/** | |
| 19 | + 商品详情数据 | |
| 20 | + */ | |
| 21 | +@property (nonatomic,strong) DSGoodsDetailsModel * detailsModel; | |
| 22 | + | |
| 23 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsGrouponRecommendModel.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsGrouponRecommendModel.h | |
| 1 | +// | |
| 2 | +// BKGoodsGrouponRecommendModel.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2017/11/16. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +@interface BKGoodsGrouponRecommendModel : NSObject | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 团购组id 如果为nil则还未开团 | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * id; | |
| 17 | +/** | |
| 18 | + 发起人id | |
| 19 | + */ | |
| 20 | +@property (nonatomic,copy) NSString * uid; | |
| 21 | +/** | |
| 22 | + 几人团 | |
| 23 | + */ | |
| 24 | +@property (nonatomic,copy) NSString * num; | |
| 25 | +/** | |
| 26 | + 售价 | |
| 27 | + */ | |
| 28 | +@property (nonatomic,copy) NSString * price; | |
| 29 | +/** | |
| 30 | + 还差多少人 | |
| 31 | + */ | |
| 32 | +@property (nonatomic,copy) NSString * number; | |
| 33 | +/** | |
| 34 | + 商品id | |
| 35 | + */ | |
| 36 | +@property (nonatomic,copy) NSString * goods_id; | |
| 37 | +/** | |
| 38 | + 商品图片 | |
| 39 | + */ | |
| 40 | +@property (nonatomic,copy) NSString * simg; | |
| 41 | +/** | |
| 42 | + 名称 | |
| 43 | + */ | |
| 44 | +@property (nonatomic,copy) NSString * title; | |
| 45 | +/** | |
| 46 | + 原价 | |
| 47 | + */ | |
| 48 | +@property (nonatomic,copy) NSString * prices; | |
| 49 | +/** | |
| 50 | + 广告语 | |
| 51 | + */ | |
| 52 | +@property (nonatomic,copy) NSString * ads; | |
| 53 | +/** | |
| 54 | + 用户名 | |
| 55 | + */ | |
| 56 | +@property (nonatomic,copy) NSString * username; | |
| 57 | +/** | |
| 58 | + 手机号 | |
| 59 | + */ | |
| 60 | +@property (nonatomic,copy) NSString * phone; | |
| 61 | +/** | |
| 62 | + 用户头像 | |
| 63 | + */ | |
| 64 | +@property (nonatomic,copy) NSString * img; | |
| 65 | + | |
| 66 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsSecondCategoryModel.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKGoodsSecondCategoryModel.h | |
| 1 | +// | |
| 2 | +// BKGoodsSecondCategoryModel.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/11/11. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +@interface BKGoodsSecondCategoryGroupChildModel : NSObject | |
| 12 | + | |
| 13 | +/** | |
| 14 | + id | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * id; | |
| 17 | +/** | |
| 18 | + 上一级id | |
| 19 | + */ | |
| 20 | +@property (nonatomic,copy) NSString * pid; | |
| 21 | +/** | |
| 22 | + 分类名称 | |
| 23 | + */ | |
| 24 | +@property (nonatomic,copy) NSString * title; | |
| 25 | +/** | |
| 26 | + 上一级分类名称 | |
| 27 | + */ | |
| 28 | +@property (nonatomic,copy) NSString * btitle; | |
| 29 | +/** | |
| 30 | + 图片 | |
| 31 | + */ | |
| 32 | +@property (nonatomic,copy) NSString * simg; | |
| 33 | +/** | |
| 34 | + 数量 | |
| 35 | + */ | |
| 36 | +@property (nonatomic,copy) NSString * Count; | |
| 37 | + | |
| 38 | +@end | |
| 39 | + | |
| 40 | +@interface BKGoodsSecondCategoryGroupModel : NSObject | |
| 41 | + | |
| 42 | +/** | |
| 43 | + 分类id | |
| 44 | + */ | |
| 45 | +@property (nonatomic,copy) NSString * id; | |
| 46 | +/** | |
| 47 | + 标题 | |
| 48 | + */ | |
| 49 | +@property (nonatomic,copy) NSString * title; | |
| 50 | +/** | |
| 51 | + 图片 | |
| 52 | + */ | |
| 53 | +@property (nonatomic,copy) NSString * simg; | |
| 54 | +/** | |
| 55 | + 数量 | |
| 56 | + */ | |
| 57 | +@property (nonatomic,copy) NSString * Count; | |
| 58 | +/** | |
| 59 | + 子数组 | |
| 60 | + */ | |
| 61 | +@property (nonatomic,copy) NSArray * child; | |
| 62 | + | |
| 63 | +@end | |
| 64 | + | |
| 65 | +@interface BKGoodsSecondCategoryModel : NSObject | |
| 66 | + | |
| 67 | +/** | |
| 68 | + 广告位 | |
| 69 | + */ | |
| 70 | +@property (nonatomic,copy) NSString * banner; | |
| 71 | +/** | |
| 72 | + 分类数组 | |
| 73 | + */ | |
| 74 | +@property (nonatomic,copy) NSArray * group; | |
| 75 | + | |
| 76 | +#pragma mark - 数据请求 | |
| 77 | + | |
| 78 | +/* | |
| 79 | + 预售获取二级、三级分类 | |
| 80 | + 参数 id(一级id) | |
| 81 | + */ | |
| 82 | ++(void)postAdvanceGroupRightWithParams:(NSDictionary*)params result:(void (^)(BKGoodsSecondCategoryModel * model, NSString * errorMessage))result; | |
| 83 | +/* | |
| 84 | + 团购获取二级、三级分类 | |
| 85 | + 参数 id(一级id) | |
| 86 | + */ | |
| 87 | ++(void)postGrouponGroupRightWithParams:(NSDictionary*)params result:(void (^)(BKGoodsSecondCategoryModel * model, NSString * errorMessage))result; | |
| 88 | + | |
| 89 | +/* | |
| 90 | + 商城获取二级、三级分类 | |
| 91 | + 参数 id(一级id) | |
| 92 | + */ | |
| 93 | ++(void)postshopGroupRightWithParams:(NSDictionary*)params result:(void (^)(BKGoodsSecondCategoryModel * model, NSString * errorMessage))result; | |
| 94 | + | |
| 95 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKRightCategoryCollectionReusableHeaderView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKRightCategoryCollectionReusableHeaderView.h | |
| 1 | +// | |
| 2 | +// BKRightCategoryCollectionReusableHeaderView.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/11/11. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | + | |
| 11 | + | |
| 12 | +@interface BKRightCategoryCollectionReusableHeaderView : UICollectionReusableView | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) DSImageView * bannerImageView; | |
| 15 | +@property (nonatomic,strong) UILabel * titleLab; | |
| 16 | + | |
| 17 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKRightCategoryCollectionViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKRightCategoryCollectionViewCell.h | |
| 1 | +// | |
| 2 | +// BKRightCategoryCollectionViewCell.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/11/11. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | + | |
| 11 | + | |
| 12 | +@interface BKRightCategoryCollectionViewCell : UICollectionViewCell | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) DSImageView * showImageView; | |
| 15 | +@property (nonatomic,strong) UILabel * titleLab; | |
| 16 | + | |
| 17 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKSelectGrouponTypeView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKSelectGrouponTypeView.h | |
| 1 | +// | |
| 2 | +// BKSelectGrouponTypeView.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/11/15. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "DSGoodsDetailsModel.h" | |
| 11 | + | |
| 12 | +@interface BKSelectGrouponTypeView : UIView | |
| 13 | + | |
| 14 | +-(instancetype)initWithDataArr:(NSArray*)dataArr; | |
| 15 | + | |
| 16 | +@property (nonatomic,copy) void (^selectOpenGrouponAction)(BKGoodsDetailsGrouponsModel * model); | |
| 17 | + | |
| 18 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopConfirmOrderTableFooterView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopConfirmOrderTableFooterView.h | |
| 1 | +// | |
| 2 | +// BKShopConfirmOrderTableFooterView.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/24. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | + | |
| 11 | +@interface BKShopConfirmOrderTableFooterView : UIView | |
| 12 | + | |
| 13 | +@property (nonatomic,strong) UIView * peisongView; | |
| 14 | +@property (nonatomic,strong) UILabel * leftPeisongLab; | |
| 15 | +//@property (nonatomic,strong) UILabel * rightPeisongLab; | |
| 16 | + | |
| 17 | +@property (nonatomic,strong) UIView * youhuiquanView; | |
| 18 | +@property (nonatomic,strong) UILabel * leftYouhuiquanLab; | |
| 19 | +@property (nonatomic,strong) UILabel * rightYouhuiquanLab; | |
| 20 | + | |
| 21 | +@property (nonatomic,strong) UIView * priceView; | |
| 22 | +@property (nonatomic,copy) NSString * totalMoney; | |
| 23 | +@property (nonatomic,copy) NSString * yunfei; | |
| 24 | +@property (nonatomic,copy) NSString * youhui; | |
| 25 | + | |
| 26 | +@property (nonatomic,strong) UIView * messageView; | |
| 27 | +@property (nonatomic,strong) UITextField * messageTextField; | |
| 28 | + | |
| 29 | +@property (nonatomic,copy) void (^tapPeisongAction)(void); | |
| 30 | +@property (nonatomic,copy) void (^tapYouhuiquanAction)(void); | |
| 31 | + | |
| 32 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopConfirmOrderTableHeaderView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopConfirmOrderTableHeaderView.h | |
| 1 | +// | |
| 2 | +// BKShopConfirmOrderTableHeaderView.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/24. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import <DSAddressModule/DSAddressModel.h> | |
| 11 | + | |
| 12 | +@interface BKShopConfirmOrderTableHeaderView : UIView | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) UIView * addressView; | |
| 15 | +@property (nonatomic,strong) DSImageView * locImageView; | |
| 16 | +@property (nonatomic,strong) UILabel * messageLab; | |
| 17 | +@property (nonatomic,strong) DSImageView * defalutImageView; | |
| 18 | +@property (nonatomic,strong) UILabel * addressLab; | |
| 19 | +@property (nonatomic,strong) DSImageView * rightImageView; | |
| 20 | + | |
| 21 | +@property (nonatomic,strong) DSAddressModel * model; | |
| 22 | + | |
| 23 | +@property (nonatomic,copy) void (^tapAddressViewAction)(void); | |
| 24 | + | |
| 25 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopGoodsListModel.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopGoodsListModel.h | |
| 1 | +// | |
| 2 | +// BKShopGoodsListModel.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/3/17. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +@interface BKShopGoodsListModel : NSObject | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 商品id | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * id; | |
| 17 | +/** | |
| 18 | + 商品名称 | |
| 19 | + */ | |
| 20 | +@property (nonatomic,copy) NSString * title; | |
| 21 | +/** | |
| 22 | + 商品广告语 | |
| 23 | + */ | |
| 24 | +@property (nonatomic,copy) NSString * ads; | |
| 25 | +/** | |
| 26 | + 图片 | |
| 27 | + */ | |
| 28 | +@property (nonatomic,copy) NSString * simg; | |
| 29 | +/** | |
| 30 | + 价格 | |
| 31 | + */ | |
| 32 | +@property (nonatomic,copy) NSString * price; | |
| 33 | +/** | |
| 34 | + 划去的价格 | |
| 35 | + */ | |
| 36 | +@property (nonatomic,copy) NSString * prices; | |
| 37 | +/** | |
| 38 | + 普通商品为0 预售为1 团购为2 | |
| 39 | + */ | |
| 40 | +@property (nonatomic,copy) NSString * activity; | |
| 41 | +/** | |
| 42 | + 活动图标 | |
| 43 | + */ | |
| 44 | +@property (nonatomic,copy) NSString * activity_icon_img; | |
| 45 | +/** | |
| 46 | + 1跳转普通商品 2跳转文创商品 | |
| 47 | + */ | |
| 48 | +@property (nonatomic,copy) NSString * shop_type; | |
| 49 | + | |
| 50 | +#pragma mark - 数据请求 | |
| 51 | + | |
| 52 | +/* | |
| 53 | + 商城商品列表 | |
| 54 | + 参数 page groupid | |
| 55 | + */ | |
| 56 | ++(void)postShopGoodsListWithParams:(NSDictionary*)params result:(void (^)(NSArray<BKShopGoodsListModel*> * dataArr, NSString * errorMessage))result; | |
| 57 | + | |
| 58 | +/* | |
| 59 | + 预售商品列表 | |
| 60 | + 参数 page groupid | |
| 61 | + */ | |
| 62 | ++(void)postAdvanceGoodsListWithParams:(NSDictionary*)params result:(void (^)(NSArray<BKShopGoodsListModel*> * dataArr, NSString * errorMessage))result; | |
| 63 | + | |
| 64 | +/* | |
| 65 | + 团购商品列表 | |
| 66 | + 参数 page groupid | |
| 67 | + */ | |
| 68 | ++(void)postGrouponGoodsListWithParams:(NSDictionary*)params result:(void (^)(NSArray<BKShopGoodsListModel*> * dataArr, NSString * errorMessage))result; | |
| 69 | + | |
| 70 | +/* | |
| 71 | + 商城活动商品列表 | |
| 72 | + 参数 uid | |
| 73 | + */ | |
| 74 | ++(void)postMarketGoodsListWithParams:(NSDictionary*)params result:(void (^)(NSArray<BKShopGoodsListModel*> * dataArr, NSString * errorMessage))result; | |
| 75 | + | |
| 76 | +/* | |
| 77 | + 热搜数据 | |
| 78 | + */ | |
| 79 | ++(void)postHotWordWithResult:(void (^)(NSArray<NSString *> * dataArr, NSString * errorMessage))result; | |
| 80 | + | |
| 81 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopGoodsOrderCollectionReusableHeaderView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopGoodsOrderCollectionReusableHeaderView.h | |
| 1 | +// | |
| 2 | +// BKShopGoodsOrderCollectionReusableHeaderView.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/3/21. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "DSOrderListModel.h" | |
| 11 | + | |
| 12 | +@interface BKShopGoodsOrderCollectionReusableHeaderView : UICollectionReusableView | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) DSOrderListModel * model; | |
| 15 | + | |
| 16 | +@property (nonatomic,copy) void (^clickCallBack)(DSOrderListModel * model); | |
| 17 | + | |
| 18 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopGoodsOrderCollectionViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopGoodsOrderCollectionViewCell.h | |
| 1 | +// | |
| 2 | +// BKShopGoodsOrderCollectionViewCell.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/3/21. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "DSOrderListModel.h" | |
| 11 | + | |
| 12 | +@interface BKShopGoodsOrderCollectionViewCell : UICollectionViewCell | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) DSOrderListGoodsModel * goodsModel; | |
| 15 | + | |
| 16 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopGoodsOrderMethodCollectionReusableFooterView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopGoodsOrderMethodCollectionReusableFooterView.h | |
| 1 | +// | |
| 2 | +// BKShopGoodsOrderMethodCollectionReusableFooterView.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/3/21. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "DSOrderListModel.h" | |
| 11 | + | |
| 12 | +@interface BKShopGoodsOrderMethodCollectionReusableFooterView : UICollectionReusableView | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) UILabel * state; | |
| 15 | +@property (nonatomic,strong) UIButton * rightBtn; | |
| 16 | +@property (nonatomic,strong) UIButton * leftBtn; | |
| 17 | + | |
| 18 | +@property (nonatomic,strong) DSOrderListModel * model; | |
| 19 | + | |
| 20 | +@property (nonatomic,copy) void (^clickCallBack)(DSOrderListModel * model); | |
| 21 | +@property (nonatomic,copy) void (^clickBottomBtnCallBack)(UIButton * button, DSOrderListModel * model); | |
| 22 | + | |
| 23 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopGoodsOrderNormalCollectionReusableFooterView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopGoodsOrderNormalCollectionReusableFooterView.h | |
| 1 | +// | |
| 2 | +// BKShopGoodsOrderNormalCollectionReusableFooterView.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/3/21. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "DSOrderListModel.h" | |
| 11 | + | |
| 12 | +@interface BKShopGoodsOrderNormalCollectionReusableFooterView : UICollectionReusableView | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) DSOrderListModel * model; | |
| 15 | + | |
| 16 | +@property (nonatomic,copy) void (^clickCallBack)(DSOrderListModel * model); | |
| 17 | + | |
| 18 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopListCategoryView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopListCategoryView.h | |
| 1 | +// | |
| 2 | +// BKShopListCategoryView.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/3/16. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "DSStoreCategoryModel.h" | |
| 11 | + | |
| 12 | +typedef NS_ENUM(NSUInteger, BKShopListCategoryType) {//格式 | |
| 13 | + BKShopListCategoryTypeDefault = 0, //商城 | |
| 14 | + BKShopListCategoryTypeStore //门店 | |
| 15 | +}; | |
| 16 | + | |
| 17 | +@interface BKShopListCategoryView : UIView | |
| 18 | + | |
| 19 | +/** | |
| 20 | + 格式 | |
| 21 | + */ | |
| 22 | +@property (nonatomic,assign) BKShopListCategoryType categoryType; | |
| 23 | + | |
| 24 | +/** 普通格式 **/ | |
| 25 | +@property (nonatomic,copy) NSArray * leftDataArr; | |
| 26 | +@property (nonatomic,copy) NSArray * rightDataArr; | |
| 27 | +/** 门店分类格式 **/ | |
| 28 | +@property (nonatomic,strong) DSStoreCategoryModel * categoryModel; | |
| 29 | + | |
| 30 | +@property (nonatomic,assign) NSInteger leftSelectIndex; | |
| 31 | +@property (nonatomic,assign) NSInteger rightSelectIndex; | |
| 32 | + | |
| 33 | +@property (nonatomic,copy) void (^selectTypeOption)(NSString * title, NSInteger leftSelectIndex, NSInteger rightSelectIndex); | |
| 34 | +@property (nonatomic,copy) void (^hideListOption)(void); | |
| 35 | + | |
| 36 | +-(void)showList; | |
| 37 | +-(void)hideListAndIsChangeSelect:(BOOL)isChangeSelect; | |
| 38 | + | |
| 39 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopOrderDetailsFirstTypeTableViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopOrderDetailsFirstTypeTableViewCell.h | |
| 1 | +// | |
| 2 | +// BKShopOrderDetailsFirstTypeTableViewCell.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/1/5. | |
| 6 | +// Copyright © 2018年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface BKShopOrderDetailsFirstTypeTableViewCell : DSTableViewCell | |
| 12 | + | |
| 13 | +@property (nonatomic,strong) UILabel * titleLab; | |
| 14 | + | |
| 15 | +@property (nonatomic,strong) UILabel * descLab; | |
| 16 | + | |
| 17 | +@property (nonatomic,strong) UIButton * phoneCallBtn; | |
| 18 | + | |
| 19 | +@property (nonatomic,strong) DSImageView * line; | |
| 20 | + | |
| 21 | +@property (nonatomic,copy) void (^callPhoneAction)(void); | |
| 22 | + | |
| 23 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopOrderDetailsFourthTypeTableViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopOrderDetailsFourthTypeTableViewCell.h | |
| 1 | +// | |
| 2 | +// BKShopOrderDetailsFourthTypeTableViewCell.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/1/5. | |
| 6 | +// Copyright © 2018年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface BKShopOrderDetailsFourthTypeTableViewCell : DSTableViewCell | |
| 12 | + | |
| 13 | +@property (nonatomic,strong) UILabel * totalPriceMarkLab; | |
| 14 | +@property (nonatomic,strong) UILabel * totalPriceLab; | |
| 15 | +@property (nonatomic,strong) UILabel * yunfeiMarkLab; | |
| 16 | +@property (nonatomic,strong) UILabel * yunfeiLab; | |
| 17 | +@property (nonatomic,strong) UILabel * youhuiMarkLab; | |
| 18 | +@property (nonatomic,strong) UILabel * youhuiLab; | |
| 19 | +@property (nonatomic,strong) UILabel * priceLab; | |
| 20 | + | |
| 21 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopOrderDetailsSecondTypeTableViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopOrderDetailsSecondTypeTableViewCell.h | |
| 1 | +// | |
| 2 | +// BKShopOrderDetailsSecondTypeTableViewCell.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/1/5. | |
| 6 | +// Copyright © 2018年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | +#import "DSOrderDetailsModel.h" | |
| 11 | + | |
| 12 | +@interface BKShopOrderDetailsSecondTypeTableViewCell : DSTableViewCell | |
| 13 | + | |
| 14 | +#pragma mark - 回调 | |
| 15 | + | |
| 16 | +/** | |
| 17 | + 点击售后按钮回调 | |
| 18 | + */ | |
| 19 | +@property (nonatomic,copy) void (^clickApplyAfterSaleCallBack)(DSOrderDetailsGoodsModel * goodsModel); | |
| 20 | + | |
| 21 | +#pragma mark - 赋值 | |
| 22 | + | |
| 23 | +@property (nonatomic,strong,readonly) DSOrderDetailsGoodsModel * goodsModel; | |
| 24 | +@property (nonatomic,assign,readonly) BOOL isDisplayAfterSaleBtn; | |
| 25 | +@property (nonatomic,assign,readonly) BOOL isHiddenLine; | |
| 26 | + | |
| 27 | +-(void)setGoodsModel:(DSOrderDetailsGoodsModel *)goodsModel isDisplayAfterSaleBtn:(BOOL)isDisplayAfterSaleBtn isHiddenLine:(BOOL)isHiddenLine; | |
| 28 | + | |
| 29 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopOrderDetailsThirdTypeTableViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopOrderDetailsThirdTypeTableViewCell.h | |
| 1 | +// | |
| 2 | +// BKShopOrderDetailsThirdTypeTableViewCell.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/1/5. | |
| 6 | +// Copyright © 2018年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface BKShopOrderDetailsThirdTypeTableViewCell : DSTableViewCell | |
| 12 | + | |
| 13 | +@property (nonatomic,strong) UILabel * leftLab; | |
| 14 | +@property (nonatomic,strong) UILabel * rightLab; | |
| 15 | + | |
| 16 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopOrderDetailsViewController.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopOrderDetailsViewController.h | |
| 1 | +// | |
| 2 | +// BKShopOrderDetailsViewController.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/1/5. | |
| 6 | +// Copyright © 2018年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface BKShopOrderDetailsViewController : DSBaseViewController | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 订单id | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * orderId; | |
| 17 | + | |
| 18 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopPayResultCollectionReusableHeaderView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopPayResultCollectionReusableHeaderView.h | |
| 1 | +// | |
| 2 | +// BKShopPayResultCollectionReusableHeaderView.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/31. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | + | |
| 11 | + | |
| 12 | +@interface BKShopPayResultCollectionReusableHeaderView : UICollectionReusableView | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) DSImageView * payResultBgImageView; | |
| 15 | +@property (nonatomic,strong) DSImageView * payResultImageView; | |
| 16 | +@property (nonatomic,strong) UILabel * payResultTitleLab; | |
| 17 | +@property (nonatomic,strong) UILabel * payResultDescLab; | |
| 18 | + | |
| 19 | +@property (nonatomic,strong) UILabel * name; | |
| 20 | +@property (nonatomic,strong) UILabel * address; | |
| 21 | + | |
| 22 | +@property (nonatomic,strong) UIView * bottomView; | |
| 23 | +@property (nonatomic,strong) DSImageView * payTypeImageView; | |
| 24 | +@property (nonatomic,strong) UILabel * payTypeLab; | |
| 25 | +@property (nonatomic,strong) UILabel * money; | |
| 26 | + | |
| 27 | +@property (nonatomic,strong) UIButton * leftBtn; | |
| 28 | +@property (nonatomic,strong) UIButton * rightBtn; | |
| 29 | + | |
| 30 | +@property (nonatomic,strong) UILabel * remindLab; | |
| 31 | + | |
| 32 | +@property (nonatomic,strong) UIView * moreView; | |
| 33 | + | |
| 34 | +@property (nonatomic,copy) void (^leftBtnAction)(void); | |
| 35 | +@property (nonatomic,copy) void (^rightBtnAction)(void); | |
| 36 | + | |
| 37 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopPayResultViewController.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/BKShopPayResultViewController.h | |
| 1 | +// | |
| 2 | +// BKShopPayResultViewController.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/31. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | +#import <DSAddressModule/DSAddressModel.h> | |
| 11 | +#import <DSPayModule/DSSelectPayTypeView.h> | |
| 12 | + | |
| 13 | +@interface BKShopPayResultViewController : DSBaseViewController | |
| 14 | + | |
| 15 | +/** | |
| 16 | + 订单id | |
| 17 | + */ | |
| 18 | +@property (nonatomic,copy) NSString * orderId; | |
| 19 | +/** | |
| 20 | + 订单信息 | |
| 21 | + */ | |
| 22 | +@property (nonatomic,strong) DSPayOrderInfoModel * orderInfoModel; | |
| 23 | +/** | |
| 24 | + 支付类型 | |
| 25 | + */ | |
| 26 | +@property (nonatomic,assign) DSPayType payType; | |
| 27 | +/** | |
| 28 | + 支付结果 | |
| 29 | + */ | |
| 30 | +@property (nonatomic,assign) DSPayResult payResult; | |
| 31 | +/** | |
| 32 | + 收货地址 | |
| 33 | + */ | |
| 34 | +@property (nonatomic,strong) DSAddressModel * addressModel; | |
| 35 | + | |
| 36 | +@end | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAftSalDetConfirmExpressMessageView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAftSalDetConfirmExpressMessageView.h | |
| 1 | +// | |
| 2 | +// DSAftSalDetConfirmExpressMessageView.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/22. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSAftSalDetConfirmExpressMessageView : UIView | |
| 14 | + | |
| 15 | +/** | |
| 16 | + 创建方法 | |
| 17 | + | |
| 18 | + @param expressCompany 快递公司 | |
| 19 | + @param expressNumber 快递单号 | |
| 20 | + @return DSRDConfirmExpressMessageView | |
| 21 | + */ | |
| 22 | +-(instancetype)initWithExpressCompany:(NSString*)expressCompany expressNumber:(NSString*)expressNumber; | |
| 23 | + | |
| 24 | +@property (nonatomic,copy) void (^confirmCallBack)(void); | |
| 25 | + | |
| 26 | +@end | |
| 27 | + | |
| 28 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleApplyModel.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleApplyModel.h | |
| 1 | +// | |
| 2 | +// DSAfterSaleApplyModel.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/20. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | +#import <UIKit/UIKit.h> | |
| 11 | + | |
| 12 | +typedef NS_ENUM(NSUInteger, DSAfterSaleApplyContentFillStyle) { | |
| 13 | + DSAfterSaleApplyContentFillStyleCantModify = 0, //不能修改 | |
| 14 | + DSAfterSaleApplyContentFillStyleSelect, //选择 | |
| 15 | + DSAfterSaleApplyContentFillStyleTextFieldWrite, //textField输入 | |
| 16 | + DSAfterSaleApplyContentFillStyleTextViewWrite //textView输入 | |
| 17 | +}; | |
| 18 | + | |
| 19 | +NS_ASSUME_NONNULL_BEGIN | |
| 20 | + | |
| 21 | +@interface DSAfterSaleApplyModel : NSObject | |
| 22 | + | |
| 23 | +/** | |
| 24 | + 标题 | |
| 25 | + */ | |
| 26 | +@property (nonatomic,copy) NSString * title; | |
| 27 | +/** | |
| 28 | + 标题 | |
| 29 | + */ | |
| 30 | +@property (nonatomic,copy) NSString * placeholder; | |
| 31 | +/** | |
| 32 | + 标题 | |
| 33 | + */ | |
| 34 | +@property (nonatomic,copy) NSString * content; | |
| 35 | +/** | |
| 36 | + 填充内容方法 | |
| 37 | + */ | |
| 38 | +@property (nonatomic,assign) DSAfterSaleApplyContentFillStyle fillStyle; | |
| 39 | +/** | |
| 40 | + 键盘类型 | |
| 41 | + */ | |
| 42 | +@property (nonatomic,assign) UIKeyboardType writeContentKeyboardType; | |
| 43 | + | |
| 44 | +@end | |
| 45 | + | |
| 46 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleApplyTableFooterView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleApplyTableFooterView.h | |
| 1 | +// | |
| 2 | +// DSAfterSaleApplyTableFooterView.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/20. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import <DSCommonModule/DSDisplaySelectImageView.h> | |
| 11 | + | |
| 12 | +NS_ASSUME_NONNULL_BEGIN | |
| 13 | + | |
| 14 | +@interface DSAfterSaleApplyTableFooterView : UIView | |
| 15 | + | |
| 16 | +@property (nonatomic,strong) DSDisplaySelectImageView * selectImageView; | |
| 17 | + | |
| 18 | +@end | |
| 19 | + | |
| 20 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleApplyTableViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleApplyTableViewCell.h | |
| 1 | +// | |
| 2 | +// DSAfterSaleApplyTableViewCell.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/20. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | +#import "DSAfterSaleApplyModel.h" | |
| 11 | +#import "DSAfterSaleApplyTextField.h" | |
| 12 | + | |
| 13 | +NS_ASSUME_NONNULL_BEGIN | |
| 14 | + | |
| 15 | +@interface DSAfterSaleApplyTableViewCell : DSTableViewCell | |
| 16 | + | |
| 17 | +@property (nonatomic,strong) DSAfterSaleApplyTextField * contentTextField; | |
| 18 | +@property (nonatomic,strong) DSTextView * contentTextView; | |
| 19 | + | |
| 20 | +@property (nonatomic,strong) DSAfterSaleApplyModel * model; | |
| 21 | + | |
| 22 | +@end | |
| 23 | + | |
| 24 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleApplyTextField.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleApplyTextField.h | |
| 1 | +// | |
| 2 | +// DSAfterSaleApplyTextField.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/20. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSAfterSaleApplyTextField : UITextField | |
| 14 | + | |
| 15 | +@end | |
| 16 | + | |
| 17 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleApplyTypeTableHeaderView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleApplyTypeTableHeaderView.h | |
| 1 | +// | |
| 2 | +// DSAfterSaleApplyTypeTableHeaderView.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/20. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSAfterSaleApplyTypeTableHeaderView : UIView | |
| 14 | + | |
| 15 | +/** | |
| 16 | + 商品图片 | |
| 17 | + */ | |
| 18 | +@property (nonatomic,copy) NSString * goodsImageUrl; | |
| 19 | +/** | |
| 20 | + 商品标题 | |
| 21 | + */ | |
| 22 | +@property (nonatomic,copy) NSString * goodsTitle; | |
| 23 | +/** | |
| 24 | + 商品广告 | |
| 25 | + */ | |
| 26 | +@property (nonatomic,copy) NSString * goodsAds; | |
| 27 | + | |
| 28 | + | |
| 29 | +@end | |
| 30 | + | |
| 31 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleApplyTypeTableViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleApplyTypeTableViewCell.h | |
| 1 | +// | |
| 2 | +// DSAfterSaleApplyTypeTableViewCell.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/20. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSAfterSaleApplyTypeTableViewCell : DSTableViewCell | |
| 14 | + | |
| 15 | +@property (nonatomic,copy,readonly) NSString * title; | |
| 16 | +@property (nonatomic,copy,readonly) NSString * desc; | |
| 17 | +@property (nonatomic,assign,readonly) BOOL isHiddenLine; | |
| 18 | + | |
| 19 | +-(void)setTitle:(NSString*)title desc:(NSString*)desc isHiddenLine:(BOOL)isHiddenLine; | |
| 20 | + | |
| 21 | +@end | |
| 22 | + | |
| 23 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleApplyTypeViewController.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleApplyTypeViewController.h | |
| 1 | +// | |
| 2 | +// DSAfterSaleApplyTypeViewController.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/18. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSAfterSaleApplyTypeViewController : DSBaseViewController | |
| 14 | + | |
| 15 | +/** | |
| 16 | + 订单id | |
| 17 | + */ | |
| 18 | +@property (nonatomic,copy) NSString * orderId; | |
| 19 | +/** | |
| 20 | + 商品id | |
| 21 | + */ | |
| 22 | +@property (nonatomic,copy) NSString * goodsId; | |
| 23 | +/** | |
| 24 | + 商品图片 | |
| 25 | + */ | |
| 26 | +@property (nonatomic,copy) NSString * goodsImageUrl; | |
| 27 | +/** | |
| 28 | + 商品标题 | |
| 29 | + */ | |
| 30 | +@property (nonatomic,copy) NSString * goodsTitle; | |
| 31 | +/** | |
| 32 | + 商品广告 | |
| 33 | + */ | |
| 34 | +@property (nonatomic,copy) NSString * goodsAds; | |
| 35 | +/** | |
| 36 | + 是否是重新申请 | |
| 37 | + */ | |
| 38 | +@property (nonatomic,assign) BOOL isReApply; | |
| 39 | +/** | |
| 40 | + 售后id | |
| 41 | + */ | |
| 42 | +@property (nonatomic,copy) NSString * afterSaleId; | |
| 43 | + | |
| 44 | +@end | |
| 45 | + | |
| 46 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleApplyViewController.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleApplyViewController.h | |
| 1 | +// | |
| 2 | +// DSAfterSaleApplyViewController.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/18. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +typedef NS_ENUM(NSUInteger, DSAfterSaleApplyType) { | |
| 12 | + DSAfterSaleApplyTypeApply = 0, //申请 | |
| 13 | + DSAfterSaleApplyTypeReApply, //重新申请 | |
| 14 | + DSAfterSaleApplyTypeEdit //修改 | |
| 15 | +}; | |
| 16 | + | |
| 17 | +typedef NS_ENUM(NSUInteger, DSAfterSaleStyle) { | |
| 18 | + DSAfterSaleStyleRefundBoth = 0, //退货退款 | |
| 19 | + DSAfterSaleStyleRefundMoney //仅退款 | |
| 20 | +}; | |
| 21 | + | |
| 22 | +NS_ASSUME_NONNULL_BEGIN | |
| 23 | + | |
| 24 | +@interface DSAfterSaleApplyViewController : DSBaseViewController | |
| 25 | + | |
| 26 | +/** | |
| 27 | + 格式 | |
| 28 | + */ | |
| 29 | +@property (nonatomic,assign) DSAfterSaleApplyType type; | |
| 30 | +/** | |
| 31 | + 样式 | |
| 32 | + */ | |
| 33 | +@property (nonatomic,assign) DSAfterSaleStyle style; | |
| 34 | +/** | |
| 35 | + 订单id | |
| 36 | + */ | |
| 37 | +@property (nonatomic,copy) NSString * orderId; | |
| 38 | +/** | |
| 39 | + 商品id | |
| 40 | + */ | |
| 41 | +@property (nonatomic,copy) NSString * goodsId; | |
| 42 | + | |
| 43 | +/***************以下****************/ | |
| 44 | +/** 修改或者重新申请时需要 **/ | |
| 45 | + | |
| 46 | +/** | |
| 47 | + 售后id | |
| 48 | + */ | |
| 49 | +@property (nonatomic,copy) NSString * afterSaleId; | |
| 50 | +/** | |
| 51 | + 售后原因 | |
| 52 | + */ | |
| 53 | +@property (nonatomic,copy) NSString * afterSaleReson; | |
| 54 | +/** | |
| 55 | + 售后数量 | |
| 56 | + */ | |
| 57 | +@property (nonatomic,copy) NSString * afterSaleCount; | |
| 58 | +/** | |
| 59 | + 售后说明 | |
| 60 | + */ | |
| 61 | +@property (nonatomic,copy) NSString * afterSaleContent; | |
| 62 | +/** | |
| 63 | + 售后图片 | |
| 64 | + */ | |
| 65 | +@property (nonatomic,copy) NSArray * afterSaleImageUrls; | |
| 66 | + | |
| 67 | +/***************以上****************/ | |
| 68 | + | |
| 69 | +@end | |
| 70 | + | |
| 71 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleDetailsAddressView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleDetailsAddressView.h | |
| 1 | +// | |
| 2 | +// DSAfterSaleDetailsAddressView.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/22. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "DSAfterSaleDetailsModel.h" | |
| 11 | + | |
| 12 | +NS_ASSUME_NONNULL_BEGIN | |
| 13 | + | |
| 14 | +@interface DSAfterSaleDetailsAddressView : UIView | |
| 15 | + | |
| 16 | +@property (nonatomic,strong) DSAfterSaleDetailsModel * model; | |
| 17 | + | |
| 18 | +@end | |
| 19 | + | |
| 20 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleDetailsExpressView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleDetailsExpressView.h | |
| 1 | +// | |
| 2 | +// DSAfterSaleDetailsExpressView.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/22. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "DSAfterSaleDetailsModel.h" | |
| 11 | + | |
| 12 | +NS_ASSUME_NONNULL_BEGIN | |
| 13 | + | |
| 14 | +@interface DSAfterSaleDetailsExpressView : UIView | |
| 15 | + | |
| 16 | +#pragma mark - 网络数据 | |
| 17 | + | |
| 18 | +@property (nonatomic,strong) DSAfterSaleDetailsModel * model; | |
| 19 | + | |
| 20 | +#pragma mark - 输入时传入快递数据 | |
| 21 | + | |
| 22 | +@property (nonatomic,copy,readonly) NSString * expressCompany; | |
| 23 | +@property (nonatomic,copy,readonly) NSString * expressNumber; | |
| 24 | + | |
| 25 | +/** | |
| 26 | + 输入快递时传 | |
| 27 | + | |
| 28 | + @param expressCompany 快递公司 | |
| 29 | + @param expressNumber 快递单号 | |
| 30 | + */ | |
| 31 | +-(void)setExpressCompany:(NSString * _Nonnull)expressCompany expressNumber:(NSString * _Nonnull)expressNumber; | |
| 32 | + | |
| 33 | +#pragma mark - 回调 | |
| 34 | + | |
| 35 | +@property (nonatomic,copy) void (^selectCompanyCallBack)(void);//选择快递公司 | |
| 36 | +@property (nonatomic,copy) void (^tapSaoyisaoCallBack)(void);//扫一扫 | |
| 37 | +@property (nonatomic,copy) void (^tapExpressCallBack)(void);//查看快递或者修改快递 | |
| 38 | +@property (nonatomic,copy) void (^editExpressNumberCallBack)(NSString * expressNumber);//修改快递编号 | |
| 39 | + | |
| 40 | +@end | |
| 41 | + | |
| 42 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleDetailsFirStyleTableViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleDetailsFirStyleTableViewCell.h | |
| 1 | +// | |
| 2 | +// DSAfterSaleDetailsFirStyleTableViewCell.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/22. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSAfterSaleDetailsFirStyleTableViewCell : DSTableViewCell | |
| 14 | + | |
| 15 | +@property (nonatomic,copy,readonly) NSString * title; | |
| 16 | +@property (nonatomic,copy,readonly) NSString * content; | |
| 17 | +@property (nonatomic,assign,readonly) BOOL isSectionHeader;//是否为区标题显示(省了写区头了) | |
| 18 | +@property (nonatomic,assign,readonly) BOOL isHiddenLine; | |
| 19 | + | |
| 20 | +-(void)setTitle:(NSString*)title content:(NSString*)content isSectionHeader:(BOOL)isSectionHeader isHiddenLine:(BOOL)isHiddenLine; | |
| 21 | + | |
| 22 | +@end | |
| 23 | + | |
| 24 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleDetailsFouStyleTableViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleDetailsFouStyleTableViewCell.h | |
| 1 | +// | |
| 2 | +// DSAfterSaleDetailsFouStyleTableViewCell.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/23. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSAfterSaleDetailsFouStyleTableViewCell : DSTableViewCell | |
| 14 | + | |
| 15 | +@end | |
| 16 | + | |
| 17 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleDetailsModel.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleDetailsModel.h | |
| 1 | +// | |
| 2 | +// DSAfterSaleDetailsModel.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/22. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSAfterSaleDetailsGoodsModel : NSObject | |
| 14 | + | |
| 15 | +/** | |
| 16 | + 价格 | |
| 17 | + */ | |
| 18 | +@property (nonatomic,copy) NSString * price; | |
| 19 | +/** | |
| 20 | + 原价 | |
| 21 | + */ | |
| 22 | +@property (nonatomic,copy) NSString * prices; | |
| 23 | +/** | |
| 24 | + 图片 | |
| 25 | + */ | |
| 26 | +@property (nonatomic,copy) NSString * simg; | |
| 27 | +/** | |
| 28 | + 标题 | |
| 29 | + */ | |
| 30 | +@property (nonatomic,copy) NSString * title; | |
| 31 | +/** | |
| 32 | + 广告 | |
| 33 | + */ | |
| 34 | +@property (nonatomic,copy) NSString * ads; | |
| 35 | +/** | |
| 36 | + 数量 | |
| 37 | + */ | |
| 38 | +@property (nonatomic,copy) NSString * num; | |
| 39 | +/** | |
| 40 | + 商品id | |
| 41 | + */ | |
| 42 | +@property (nonatomic,copy) NSString * goods_id; | |
| 43 | +/** | |
| 44 | + 1普通商品 2文创商品 | |
| 45 | + */ | |
| 46 | +@property (nonatomic,copy) NSString * shop_type; | |
| 47 | + | |
| 48 | +@end | |
| 49 | + | |
| 50 | +@interface DSAfterSaleDetailsModel : NSObject | |
| 51 | + | |
| 52 | +/** | |
| 53 | + 售后编号id | |
| 54 | + */ | |
| 55 | +@property (nonatomic,copy) NSString * id; | |
| 56 | +/** | |
| 57 | + 申请售后时间 | |
| 58 | + */ | |
| 59 | +@property (nonatomic,copy) NSString * addtime; | |
| 60 | +/** | |
| 61 | + 审核时间(关闭时间 退款时间都是 根据状态判断) | |
| 62 | + */ | |
| 63 | +@property (nonatomic,copy) NSString * statetime; | |
| 64 | +/** | |
| 65 | + 状态 1申请中 2已通过 3商家拒绝退款 4同意申请(商家待收货) 5取消退款 (为1时 可以 修改和取消) (为3时判断 tui_state 为2时 退款失败) | |
| 66 | + */ | |
| 67 | +@property (nonatomic,copy) NSString * state; | |
| 68 | +/** | |
| 69 | + 申请中时判断 等于1时为可修改状态 为2 不可修改 | |
| 70 | + */ | |
| 71 | +@property (nonatomic,copy) NSString * status; | |
| 72 | +/** | |
| 73 | + | |
| 74 | + */ | |
| 75 | +@property (nonatomic,copy) NSString * tui_state; | |
| 76 | +/** | |
| 77 | + 退款原因 | |
| 78 | + */ | |
| 79 | +@property (nonatomic,copy) NSString * title; | |
| 80 | +/** | |
| 81 | + 退款金额 | |
| 82 | + */ | |
| 83 | +@property (nonatomic,copy) NSString * price; | |
| 84 | +/** | |
| 85 | + 审核原因(取消售后状态显示) | |
| 86 | + */ | |
| 87 | +@property (nonatomic,copy) NSString * desc; | |
| 88 | +/** | |
| 89 | + 退款说明 | |
| 90 | + */ | |
| 91 | +@property (nonatomic,copy) NSString * content; | |
| 92 | +/** | |
| 93 | + 店铺id | |
| 94 | + */ | |
| 95 | +@property (nonatomic,copy) NSString * shop_id; | |
| 96 | +/** | |
| 97 | + 申请售后 快递公司 | |
| 98 | + */ | |
| 99 | +@property (nonatomic,copy) NSString * express; | |
| 100 | +/** | |
| 101 | + 申请售后 快递编号 | |
| 102 | + */ | |
| 103 | +@property (nonatomic,copy) NSString * express_num; | |
| 104 | +/** | |
| 105 | + 快递公司id | |
| 106 | + */ | |
| 107 | +@property (nonatomic,copy) NSString * express_ids; | |
| 108 | +/** | |
| 109 | + 店铺名称 | |
| 110 | + */ | |
| 111 | +@property (nonatomic,copy) NSString * shop_name; | |
| 112 | +/** | |
| 113 | + 快递修改状态 1可修改 2不可修改 | |
| 114 | + */ | |
| 115 | +@property (nonatomic,copy) NSString * express_edit_state; | |
| 116 | +/** | |
| 117 | + 快递修改信息 (一维数组) | |
| 118 | + */ | |
| 119 | +@property (nonatomic,copy) NSArray * express_record; | |
| 120 | +/** | |
| 121 | + 退款方式 1退款退货 2退款不退货 | |
| 122 | + */ | |
| 123 | +@property (nonatomic,copy) NSString * tui_mode; | |
| 124 | +/** | |
| 125 | + 退货联系人 | |
| 126 | + */ | |
| 127 | +@property (nonatomic,copy) NSString * return_name; | |
| 128 | +/** | |
| 129 | + 退货联系电话 | |
| 130 | + */ | |
| 131 | +@property (nonatomic,copy) NSString * return_phone; | |
| 132 | +/** | |
| 133 | + 退货地址 | |
| 134 | + */ | |
| 135 | +@property (nonatomic,copy) NSString * return_address; | |
| 136 | +/** | |
| 137 | + 退款时间 / 失败时间 | |
| 138 | + */ | |
| 139 | +@property (nonatomic,copy) NSString * refundtime; | |
| 140 | +/** | |
| 141 | + 退款图片说明 | |
| 142 | + */ | |
| 143 | +@property (nonatomic,copy) NSArray * img; | |
| 144 | +/** | |
| 145 | + 订单id | |
| 146 | + */ | |
| 147 | +@property (nonatomic,copy) NSString * orderid; | |
| 148 | +/** | |
| 149 | + 用户取消时间 | |
| 150 | + */ | |
| 151 | +@property (nonatomic,copy) NSString * chexiao_time; | |
| 152 | +/** | |
| 153 | + 退款商品 | |
| 154 | + */ | |
| 155 | +@property (nonatomic,strong) DSAfterSaleDetailsGoodsModel * goods; | |
| 156 | + | |
| 157 | +#pragma mark - 自己加的 | |
| 158 | + | |
| 159 | +/** | |
| 160 | + 是否手动再次修改快递信息 | |
| 161 | + */ | |
| 162 | +@property (nonatomic,assign) BOOL isManualEditExpressMessage; | |
| 163 | + | |
| 164 | +@end | |
| 165 | + | |
| 166 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleDetailsSecStyleTableViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleDetailsSecStyleTableViewCell.h | |
| 1 | +// | |
| 2 | +// DSAfterSaleDetailsSecStyleTableViewCell.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/22. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSAfterSaleDetailsSecStyleTableViewCell : DSTableViewCell | |
| 14 | + | |
| 15 | +@property (nonatomic,copy) void (^checkImagesCallBack)(NSArray<DSImageView*> * imageViews, NSArray * imageUrls, NSUInteger selectIndex); | |
| 16 | + | |
| 17 | +#pragma mark - 赋值 | |
| 18 | + | |
| 19 | +@property (nonatomic,copy,readonly) NSString * title; | |
| 20 | +@property (nonatomic,copy,readonly) NSArray * imageUrls; | |
| 21 | + | |
| 22 | +-(void)setTitle:(NSString*)title imageUrls:(NSArray*)imageUrls; | |
| 23 | + | |
| 24 | +@end | |
| 25 | + | |
| 26 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleDetailsTableHeaderView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleDetailsTableHeaderView.h | |
| 1 | +// | |
| 2 | +// DSAfterSaleDetailsTableHeaderView.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/22. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "DSAfterSaleDetailsModel.h" | |
| 11 | + | |
| 12 | +NS_ASSUME_NONNULL_BEGIN | |
| 13 | + | |
| 14 | +@interface DSAfterSaleDetailsTableHeaderView : UIView | |
| 15 | + | |
| 16 | +@property (nonatomic,strong) DSAfterSaleDetailsModel * detailsModel; | |
| 17 | + | |
| 18 | +@property (nonatomic,copy) void (^editRefundCallBack)(void);//修改退款 | |
| 19 | +@property (nonatomic,copy) void (^cancelRefundCallBack)(void);//取消退款 | |
| 20 | + | |
| 21 | +#pragma mark - 快递 | |
| 22 | + | |
| 23 | +@property (nonatomic,copy,readonly) NSString * expressCompany; | |
| 24 | +@property (nonatomic,copy,readonly) NSString * expressNumber; | |
| 25 | + | |
| 26 | +/** | |
| 27 | + 输入快递时传 | |
| 28 | + | |
| 29 | + @param expressCompany 快递公司 | |
| 30 | + @param expressNumber 快递单号 | |
| 31 | + */ | |
| 32 | +-(void)setExpressCompany:(NSString * _Nonnull)expressCompany expressNumber:(NSString * _Nonnull)expressNumber; | |
| 33 | + | |
| 34 | +@property (nonatomic,copy) void (^selectCompanyCallBack)(void);//选择快递公司 | |
| 35 | +@property (nonatomic,copy) void (^tapSaoyisaoCallBack)(void);//扫一扫 | |
| 36 | +@property (nonatomic,copy) void (^tapExpressCallBack)(DSAfterSaleDetailsModel * detailsModel);//查看快递或者修改快递 | |
| 37 | + | |
| 38 | +@end | |
| 39 | + | |
| 40 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleDetailsThiStyleTableViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleDetailsThiStyleTableViewCell.h | |
| 1 | +// | |
| 2 | +// DSAfterSaleDetailsThiStyleTableViewCell.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/22. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | +#import "DSAfterSaleDetailsModel.h" | |
| 11 | + | |
| 12 | +NS_ASSUME_NONNULL_BEGIN | |
| 13 | + | |
| 14 | +@interface DSAfterSaleDetailsThiStyleTableViewCell : DSTableViewCell | |
| 15 | + | |
| 16 | +@property (nonatomic,strong) DSAfterSaleDetailsGoodsModel * model; | |
| 17 | + | |
| 18 | +@end | |
| 19 | + | |
| 20 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleDetailsViewController.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleDetailsViewController.h | |
| 1 | +// | |
| 2 | +// DSAfterSaleDetailsViewController.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/22. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSAfterSaleDetailsViewController : DSBaseViewController | |
| 14 | + | |
| 15 | +/** | |
| 16 | + 售后id | |
| 17 | + */ | |
| 18 | +@property (nonatomic,copy) NSString * afterSaleId; | |
| 19 | + | |
| 20 | +@end | |
| 21 | + | |
| 22 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleListModel.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleListModel.h | |
| 1 | +// | |
| 2 | +// DSAfterSaleListModel.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/20. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSAfterSaleListShopModel : NSObject | |
| 14 | + | |
| 15 | +/** | |
| 16 | + 店铺id | |
| 17 | + */ | |
| 18 | +@property (nonatomic,copy) NSString * id; | |
| 19 | +/** | |
| 20 | + 店铺名称 | |
| 21 | + */ | |
| 22 | +@property (nonatomic,copy) NSString * title; | |
| 23 | +/** | |
| 24 | + 店铺logo | |
| 25 | + */ | |
| 26 | +@property (nonatomic,copy) NSString * simg; | |
| 27 | + | |
| 28 | +@end | |
| 29 | + | |
| 30 | +@interface DSAfterSaleListGoodsModel : NSObject | |
| 31 | + | |
| 32 | +/** | |
| 33 | + | |
| 34 | + */ | |
| 35 | +@property (nonatomic,copy) NSString * id; | |
| 36 | +/** | |
| 37 | + | |
| 38 | + */ | |
| 39 | +@property (nonatomic,copy) NSString * pid; | |
| 40 | +/** | |
| 41 | + 商品id | |
| 42 | + */ | |
| 43 | +@property (nonatomic,copy) NSString * goods_id; | |
| 44 | +/** | |
| 45 | + 商品标题 | |
| 46 | + */ | |
| 47 | +@property (nonatomic,copy) NSString * title; | |
| 48 | +/** | |
| 49 | + 商品图片 | |
| 50 | + */ | |
| 51 | +@property (nonatomic,copy) NSString * simg; | |
| 52 | +/** | |
| 53 | + 商品价格 | |
| 54 | + */ | |
| 55 | +@property (nonatomic,copy) NSString * price; | |
| 56 | +/** | |
| 57 | + | |
| 58 | + */ | |
| 59 | +@property (nonatomic,copy) NSString * num; | |
| 60 | + | |
| 61 | +@end | |
| 62 | + | |
| 63 | +@interface DSAfterSaleListModel : NSObject | |
| 64 | + | |
| 65 | +/** | |
| 66 | + 退款/售后id | |
| 67 | + */ | |
| 68 | +@property (nonatomic,copy) NSString * id; | |
| 69 | +/** | |
| 70 | + 退款类型 1订单退款 2商品售后 | |
| 71 | + */ | |
| 72 | +@property (nonatomic,copy) NSString * type; | |
| 73 | +/** | |
| 74 | + | |
| 75 | + */ | |
| 76 | +@property (nonatomic,copy) NSString * pid; | |
| 77 | +/** | |
| 78 | + | |
| 79 | + */ | |
| 80 | +@property (nonatomic,copy) NSString * shop_id; | |
| 81 | +/** | |
| 82 | + 订单id | |
| 83 | + */ | |
| 84 | +@property (nonatomic,copy) NSString * orderid; | |
| 85 | +/** | |
| 86 | + 退货方式 1退款退货 2退款不退货 | |
| 87 | + */ | |
| 88 | +@property (nonatomic,copy) NSString * tui_mode; | |
| 89 | +/** | |
| 90 | + 退款金额 | |
| 91 | + */ | |
| 92 | +@property (nonatomic,copy) NSString * refund_price; | |
| 93 | +/** | |
| 94 | + 申请时间 | |
| 95 | + */ | |
| 96 | +@property (nonatomic,copy) NSString * addtime; | |
| 97 | +/** | |
| 98 | + 状态 1申请中 2已通过 3商家拒绝退款 4商家同意退款 5取消退款 (为1时 可以 修改和取消)(为3时判断 tui_state 为2时 退款失败 ) | |
| 99 | + */ | |
| 100 | +@property (nonatomic,copy) NSString * state; | |
| 101 | +/** | |
| 102 | + 申请中时判断 等于1时为可修改状态 为2 不可修改 | |
| 103 | + */ | |
| 104 | +@property (nonatomic,copy) NSString * status; | |
| 105 | +/** | |
| 106 | + 退款为 商品sku数量 售后为商品总数 | |
| 107 | + */ | |
| 108 | +@property (nonatomic,copy) NSString * num; | |
| 109 | +/** | |
| 110 | + | |
| 111 | + */ | |
| 112 | +@property (nonatomic,copy) NSString * tui_state; | |
| 113 | +/** | |
| 114 | + 快递修改状态 1可修改 2不可修改 | |
| 115 | + */ | |
| 116 | +@property (nonatomic,copy) NSString * express_edit_state; | |
| 117 | +/** | |
| 118 | + 店铺信息 | |
| 119 | + */ | |
| 120 | +@property (nonatomic,strong) DSAfterSaleListShopModel * shop; | |
| 121 | +/** | |
| 122 | + 商品信息 | |
| 123 | + */ | |
| 124 | +@property (nonatomic,strong) DSAfterSaleListGoodsModel * goods; | |
| 125 | + | |
| 126 | +@end | |
| 127 | + | |
| 128 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleListTableViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleListTableViewCell.h | |
| 1 | +// | |
| 2 | +// DSAfterSaleListTableViewCell.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/20. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | +#import "DSAfterSaleListModel.h" | |
| 11 | + | |
| 12 | +NS_ASSUME_NONNULL_BEGIN | |
| 13 | + | |
| 14 | +@interface DSAfterSaleListTableViewCell : DSTableViewCell | |
| 15 | + | |
| 16 | +@property (nonatomic,strong) DSAfterSaleListModel * model; | |
| 17 | + | |
| 18 | +@end | |
| 19 | + | |
| 20 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleListViewController.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSAfterSaleListViewController.h | |
| 1 | +// | |
| 2 | +// DSAfterSaleListViewController.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/5/20. | |
| 6 | +// Copyright © 2019 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSAfterSaleListViewController : DSBaseViewController | |
| 14 | + | |
| 15 | +/** | |
| 16 | + 是否需要导航条(默认不需要) | |
| 17 | + */ | |
| 18 | +@property (nonatomic,assign) BOOL isNeedNavigationBar; | |
| 19 | + | |
| 20 | +@end | |
| 21 | + | |
| 22 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDBottomArrowView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDBottomArrowView.h | |
| 1 | +// | |
| 2 | +// DSCGDBottomArrowView.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/1/16. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCGDBottomArrowView : UIView | |
| 13 | + | |
| 14 | +@end | |
| 15 | + | |
| 16 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDBottomView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDBottomView.h | |
| 1 | +// | |
| 2 | +// DSCGDBottomView.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/11. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCGDBottomView : UIView | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 点击左边底部向下箭头回调 | |
| 16 | + */ | |
| 17 | +@property (nonatomic,copy) void (^bottomArrowViewTapCallBack)(void); | |
| 18 | + | |
| 19 | +/** | |
| 20 | + 点击左右切换动画 | |
| 21 | + */ | |
| 22 | +@property (nonatomic,copy) void (^switchBottomStateAnimateCallBack)(void); | |
| 23 | + | |
| 24 | +/** | |
| 25 | + 点击加入购物车回调 | |
| 26 | + */ | |
| 27 | +@property (nonatomic,copy) void (^clickAddShopCartCallBack)(void); | |
| 28 | + | |
| 29 | +/** | |
| 30 | + 点击跳转购物车回调 | |
| 31 | + */ | |
| 32 | +@property (nonatomic,copy) void (^clickSkipShopCartCallBack)(void); | |
| 33 | + | |
| 34 | +/** | |
| 35 | + 点击直接购买回调 | |
| 36 | + */ | |
| 37 | +@property (nonatomic,copy) void (^clickBuyGoodsCallBack)(void); | |
| 38 | + | |
| 39 | +#pragma mark - 圆型购买隐藏/显示动画 | |
| 40 | + | |
| 41 | +/** | |
| 42 | + 圆型购买隐藏/显示动画 | |
| 43 | + | |
| 44 | + @param hidden 是否隐藏 | |
| 45 | + @param scrollAnimateTime 动画时间 | |
| 46 | + */ | |
| 47 | +-(void)setCircleBuyBtnHidden:(BOOL)hidden scrollAnimateTime:(CGFloat)scrollAnimateTime; | |
| 48 | + | |
| 49 | +#pragma mark - 父视图偏移量 | |
| 50 | + | |
| 51 | +/** | |
| 52 | + 偏移量Y | |
| 53 | + | |
| 54 | + @param scrollViewContentOffsetY 偏移量Y | |
| 55 | + */ | |
| 56 | +-(void)setScrollViewContentOffsetY:(CGFloat)scrollViewContentOffsetY; | |
| 57 | + | |
| 58 | +#pragma mark - 购物车数量赋值 | |
| 59 | + | |
| 60 | +/** | |
| 61 | + 购物车数量 | |
| 62 | + */ | |
| 63 | +@property (nonatomic,assign) NSInteger shopCartCount; | |
| 64 | + | |
| 65 | +@end | |
| 66 | + | |
| 67 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDDescView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDDescView.h | |
| 1 | +// | |
| 2 | +// DSCGDDescView.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/11. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCGDDescView : UIView | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 价格 | |
| 16 | + */ | |
| 17 | +@property (nonatomic,strong) UILabel * priceLab; | |
| 18 | +/** | |
| 19 | + 标签和描述背景 | |
| 20 | + */ | |
| 21 | +@property (nonatomic,strong) UIView * descBgView; | |
| 22 | +/** | |
| 23 | + 标签 | |
| 24 | + */ | |
| 25 | +@property (nonatomic,strong) UILabel * markLab; | |
| 26 | +/** | |
| 27 | + 描述 | |
| 28 | + */ | |
| 29 | +@property (nonatomic,strong) UILabel * descLab; | |
| 30 | +/** | |
| 31 | + 第二级描述 | |
| 32 | + */ | |
| 33 | +@property (nonatomic,strong) UILabel * subDescLab; | |
| 34 | + | |
| 35 | +@end | |
| 36 | + | |
| 37 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDIPCollectionViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDIPCollectionViewCell.h | |
| 1 | +// | |
| 2 | +// DSCGDIPCollectionViewCell.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/11. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | +#import "DSCGoodsDetailsModel.h" | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSCGDIPCollectionViewCell : UICollectionViewCell | |
| 14 | + | |
| 15 | +/** | |
| 16 | + 赋值 | |
| 17 | + */ | |
| 18 | +@property (nonatomic,strong) DSCGoodsDetailsPeopleModel * peopleModel; | |
| 19 | + | |
| 20 | +#pragma mark - 开启波纹动画 | |
| 21 | + | |
| 22 | +/** | |
| 23 | + 开启波纹动画 | |
| 24 | + */ | |
| 25 | +-(void)startRippleAnimate; | |
| 26 | + | |
| 27 | +@end | |
| 28 | + | |
| 29 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDIPCollectionViewFlowLayout.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDIPCollectionViewFlowLayout.h | |
| 1 | +// | |
| 2 | +// DSCGDIPCollectionViewFlowLayout.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by 毕珂 on 2018/12/16. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCGDIPCollectionViewFlowLayout : UICollectionViewFlowLayout | |
| 13 | + | |
| 14 | +@end | |
| 15 | + | |
| 16 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDIPRippleView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDIPRippleView.h | |
| 1 | +// | |
| 2 | +// DSCGDIPRippleView.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/13. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCGDIPRippleView : UIView | |
| 13 | + | |
| 14 | +#pragma mark - 开启波纹动画 | |
| 15 | + | |
| 16 | +/** | |
| 17 | + 开启波纹动画 | |
| 18 | + */ | |
| 19 | +-(void)startRippleAnimate; | |
| 20 | + | |
| 21 | +@end | |
| 22 | + | |
| 23 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDImageTableViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDImageTableViewCell.h | |
| 1 | +// | |
| 2 | +// DSCGDImageTableViewCell.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/12. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <DSBaseModule/DSBaseModule.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCGDImageTableViewCell : DSTableViewCell | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) DSImageView * displayImageView; | |
| 15 | + | |
| 16 | +@end | |
| 17 | + | |
| 18 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDInfoTableViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDInfoTableViewCell.h | |
| 1 | +// | |
| 2 | +// DSCGDInfoTableViewCell.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/12. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <DSBaseModule/DSBaseModule.h> | |
| 9 | +#import "DSCGoodsDetailsModel.h" | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSCGDInfoTableViewCell : DSTableViewCell | |
| 14 | + | |
| 15 | +@property (nonatomic,strong,readonly) DSCGoodsDetailsAttrModel * model; | |
| 16 | +@property (nonatomic,assign,readonly) BOOL isLast; | |
| 17 | + | |
| 18 | +/** | |
| 19 | + 赋值 | |
| 20 | + | |
| 21 | + @param model model | |
| 22 | + @param isLast 是否是最后一行 | |
| 23 | + */ | |
| 24 | +-(void)setModel:(DSCGoodsDetailsAttrModel*)model isLast:(BOOL)isLast; | |
| 25 | + | |
| 26 | +@end | |
| 27 | + | |
| 28 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDIntroTableViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDIntroTableViewCell.h | |
| 1 | +// | |
| 2 | +// DSCGDIntroTableViewCell.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/1/22. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <DSBaseModule/DSBaseModule.h> | |
| 9 | +#import "DSCGoodsDetailsModel.h" | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSCGDIntroTableViewCell : DSTableViewCell | |
| 14 | + | |
| 15 | +@property (nonatomic,strong) DSCGoodsDetailsModel * model; | |
| 16 | + | |
| 17 | +@end | |
| 18 | + | |
| 19 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDMoreView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDMoreView.h | |
| 1 | +// | |
| 2 | +// DSCGDMoreView.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/12. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCGDMoreView : UIView | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 消息框大小 | |
| 16 | + */ | |
| 17 | +@property (nonatomic,assign) CGRect moreViewFrame; | |
| 18 | + | |
| 19 | +/** | |
| 20 | + 创建方法 | |
| 21 | + | |
| 22 | + @param frame 消息框大小 | |
| 23 | + @return DSCGDMoreView | |
| 24 | + */ | |
| 25 | +-(instancetype)initWithMoreViewFrame:(CGRect)frame; | |
| 26 | + | |
| 27 | +@property (nonatomic,copy) void (^clickMessageCallBack)(void);//点击消息回调 | |
| 28 | +@property (nonatomic,copy) void (^clickShareCallBack)(void);//点击分享回调 | |
| 29 | + | |
| 30 | +@end | |
| 31 | + | |
| 32 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDStoreInfoTableViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDStoreInfoTableViewCell.h | |
| 1 | +// | |
| 2 | +// DSCGDStoreInfoTableViewCell.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/12. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <DSBaseModule/DSBaseModule.h> | |
| 9 | +#import "DSCGoodsDetailsModel.h" | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSCGDStoreInfoTableViewCell : DSTableViewCell | |
| 14 | + | |
| 15 | +@property (nonatomic,assign,readonly) NSInteger row; | |
| 16 | +@property (nonatomic,strong,readonly) DSCGoodsDetailsModel * detailsModel; | |
| 17 | + | |
| 18 | +/** | |
| 19 | + 赋值 | |
| 20 | + | |
| 21 | + @param detailsModel 数据 | |
| 22 | + @param row 行数 | |
| 23 | + */ | |
| 24 | +-(void)setDetailsModel:(DSCGoodsDetailsModel * _Nonnull)detailsModel row:(NSInteger)row; | |
| 25 | + | |
| 26 | +@end | |
| 27 | + | |
| 28 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDTableHeaderView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGDTableHeaderView.h | |
| 1 | +// | |
| 2 | +// DSCGDTableHeaderView.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/11. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | +#import "DSCGoodsDetailsModel.h" | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSCGDTableHeaderView : UIView | |
| 14 | + | |
| 15 | +/** | |
| 16 | + 顶部轮播图 | |
| 17 | + */ | |
| 18 | +@property (nonatomic,strong) BKCycleScrollView * bannerView; | |
| 19 | + | |
| 20 | +/** | |
| 21 | + 点击传承人cell回调 | |
| 22 | + */ | |
| 23 | +@property (nonatomic,copy) void (^clickIPCellCallBack)(DSCGoodsDetailsPeopleModel * peopleModel); | |
| 24 | + | |
| 25 | +#pragma mark - 传承人view扩展/缩回动画 | |
| 26 | + | |
| 27 | +/** | |
| 28 | + 传承人view扩展/缩回动画 | |
| 29 | + | |
| 30 | + @param unfold 是否扩展 | |
| 31 | + @param scrollAnimateTime 动画时间 | |
| 32 | + */ | |
| 33 | +-(void)setIPViewUnfold:(BOOL)unfold scrollAnimateTime:(CGFloat)scrollAnimateTime; | |
| 34 | + | |
| 35 | +#pragma mark - 开启传承人cell中的波纹动画 | |
| 36 | + | |
| 37 | +/** | |
| 38 | + 开启传承人cell中的波纹动画 | |
| 39 | + */ | |
| 40 | +-(void)startIPCellRippleAnimate; | |
| 41 | + | |
| 42 | +#pragma mark - 赋值 | |
| 43 | + | |
| 44 | +@property (nonatomic,strong) DSCGoodsDetailsModel * detailsModel; | |
| 45 | + | |
| 46 | +@end | |
| 47 | + | |
| 48 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGoodsAlbumCollectionViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGoodsAlbumCollectionViewCell.h | |
| 1 | +// | |
| 2 | +// DSCGoodsAlbumCollectionViewCell.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/17. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCGoodsAlbumCollectionViewCell : UICollectionViewCell | |
| 13 | + | |
| 14 | +@property (nonatomic,copy) NSString * displayImageUrl; | |
| 15 | + | |
| 16 | +@end | |
| 17 | + | |
| 18 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGoodsAlbumModel.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGoodsAlbumModel.h | |
| 1 | +// | |
| 2 | +// DSCGoodsAlbumModel.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/18. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <Foundation/Foundation.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCGoodsAlbumModel : NSObject | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 代表作关联的商品id 为0时没有卖该商品 | |
| 16 | + */ | |
| 17 | +@property (nonatomic,copy) NSString * good_id; | |
| 18 | +/** | |
| 19 | + 代表作标题 | |
| 20 | + */ | |
| 21 | +@property (nonatomic,copy) NSString * title; | |
| 22 | +/** | |
| 23 | + 代表作图片对象 | |
| 24 | + */ | |
| 25 | +@property (nonatomic,copy) NSArray * imgList; | |
| 26 | + | |
| 27 | +#pragma mark - 数据请求 | |
| 28 | + | |
| 29 | +/** | |
| 30 | + 代表作图片列表 | |
| 31 | + | |
| 32 | + @param albumId 代表作id | |
| 33 | + @param result 结果 | |
| 34 | + */ | |
| 35 | ++(void)postGetSpecPeopleGoodsImagesWithAlbumId:(NSString*)albumId result:(void (^)(DSCGoodsAlbumModel * model, NSString * errorMessage))result; | |
| 36 | + | |
| 37 | +@end | |
| 38 | + | |
| 39 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGoodsAlbumPageView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGoodsAlbumPageView.h | |
| 1 | +// | |
| 2 | +// DSCGoodsAlbumPageView.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/17. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCGoodsAlbumPageView : UIView | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 全部数量 | |
| 16 | + */ | |
| 17 | +@property (nonatomic,assign) NSUInteger totalCount; | |
| 18 | +/** | |
| 19 | + 当前选中 | |
| 20 | + */ | |
| 21 | +@property (nonatomic,assign) NSUInteger currentIndex; | |
| 22 | + | |
| 23 | +@end | |
| 24 | + | |
| 25 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGoodsAlbumViewController.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGoodsAlbumViewController.h | |
| 1 | +// | |
| 2 | +// DSCGoodsAlbumViewController.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/17. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <DSBaseModule/DSBaseModule.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCGoodsAlbumViewController : DSBaseViewController | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 代表作id | |
| 16 | + */ | |
| 17 | +@property (nonatomic,copy) NSString * albumId; | |
| 18 | + | |
| 19 | +@end | |
| 20 | + | |
| 21 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGoodsDetailsModel.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGoodsDetailsModel.h | |
| 1 | +// | |
| 2 | +// DSCGoodsDetailsModel.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/15. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <Foundation/Foundation.h> | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "DSGoodsDetailsAttrListModel.h" | |
| 11 | + | |
| 12 | +NS_ASSUME_NONNULL_BEGIN | |
| 13 | + | |
| 14 | +#pragma mark - 商品详情 | |
| 15 | + | |
| 16 | +@interface DSCGoodsDetailsContentModel : NSObject | |
| 17 | + | |
| 18 | +/** | |
| 19 | + 图片 | |
| 20 | + */ | |
| 21 | +@property (nonatomic,copy) NSString * simg; | |
| 22 | +/** | |
| 23 | + 宽(需计算) | |
| 24 | + */ | |
| 25 | +@property (nonatomic,assign) CGFloat width; | |
| 26 | +/** | |
| 27 | + 高(需计算) | |
| 28 | + */ | |
| 29 | +@property (nonatomic,assign) CGFloat height; | |
| 30 | + | |
| 31 | +@end | |
| 32 | + | |
| 33 | +#pragma mark - 商品banner | |
| 34 | + | |
| 35 | +@interface DSCGoodsDetailsImgModel : NSObject | |
| 36 | + | |
| 37 | +/** | |
| 38 | + 图片 | |
| 39 | + */ | |
| 40 | +@property (nonatomic,copy) NSString * simg; | |
| 41 | + | |
| 42 | +@end | |
| 43 | + | |
| 44 | +#pragma mark - 商品banner视频 | |
| 45 | + | |
| 46 | +@interface DSCGoodsDetailsImgVideosModel : NSObject | |
| 47 | + | |
| 48 | +/** | |
| 49 | + 视频 | |
| 50 | + */ | |
| 51 | +@property (nonatomic,copy) NSString * video_url; | |
| 52 | +/** | |
| 53 | + 图片 | |
| 54 | + */ | |
| 55 | +@property (nonatomic,copy) NSString * video_img; | |
| 56 | + | |
| 57 | +@end | |
| 58 | + | |
| 59 | +#pragma mark - 已选商品 | |
| 60 | + | |
| 61 | +@interface DSCGoodsDetailsAttrModel : NSObject | |
| 62 | + | |
| 63 | +/** | |
| 64 | + 左边标题 | |
| 65 | + */ | |
| 66 | +@property (nonatomic,copy) NSString * k; | |
| 67 | +/** | |
| 68 | + 右边信息 | |
| 69 | + */ | |
| 70 | +@property (nonatomic,copy) NSString * v; | |
| 71 | + | |
| 72 | +@end | |
| 73 | + | |
| 74 | +#pragma mark - 非遗人 | |
| 75 | + | |
| 76 | +@interface DSCGoodsDetailsPeopleModel : NSObject | |
| 77 | + | |
| 78 | +/** | |
| 79 | + 非遗人id | |
| 80 | + */ | |
| 81 | +@property (nonatomic,copy) NSString * id; | |
| 82 | +/** | |
| 83 | + 非遗人姓名 | |
| 84 | + */ | |
| 85 | +@property (nonatomic,copy) NSString * truename; | |
| 86 | +/** | |
| 87 | + 非遗人头像 | |
| 88 | + */ | |
| 89 | +@property (nonatomic,copy) NSString * simg; | |
| 90 | +/** | |
| 91 | + 简介 | |
| 92 | + */ | |
| 93 | +@property (nonatomic,copy) NSArray * abstract; | |
| 94 | +/** | |
| 95 | + 经历 | |
| 96 | + */ | |
| 97 | +@property (nonatomic,copy) NSArray * undergo; | |
| 98 | + | |
| 99 | +@end | |
| 100 | + | |
| 101 | +#pragma mark - 店铺 | |
| 102 | + | |
| 103 | +@interface DSCGoodsDetailsShopModel : NSObject | |
| 104 | + | |
| 105 | +/** | |
| 106 | + 店铺id | |
| 107 | + */ | |
| 108 | +@property (nonatomic,copy) NSString * id; | |
| 109 | +/** | |
| 110 | + 店铺logo | |
| 111 | + */ | |
| 112 | +@property (nonatomic,copy) NSString * simg; | |
| 113 | +/** | |
| 114 | + 店铺名称 | |
| 115 | + */ | |
| 116 | +@property (nonatomic,copy) NSString * title; | |
| 117 | +/** | |
| 118 | + 达人id | |
| 119 | + */ | |
| 120 | +@property (nonatomic,copy) NSString * im_uid; | |
| 121 | +/** | |
| 122 | + 店铺电话 | |
| 123 | + */ | |
| 124 | +@property (nonatomic,copy) NSString * phone; | |
| 125 | + | |
| 126 | +@end | |
| 127 | + | |
| 128 | +#pragma mark - 特别定制图片列表 | |
| 129 | + | |
| 130 | +@interface DSCGoodsDetailsMadeListModel : NSObject | |
| 131 | + | |
| 132 | +/** | |
| 133 | + id | |
| 134 | + */ | |
| 135 | +@property (nonatomic,copy) NSString * id; | |
| 136 | +/** | |
| 137 | + 标题 | |
| 138 | + */ | |
| 139 | +@property (nonatomic,copy) NSString * title; | |
| 140 | +/** | |
| 141 | + 图片 | |
| 142 | + */ | |
| 143 | +@property (nonatomic,copy) NSString * img; | |
| 144 | + | |
| 145 | +@end | |
| 146 | + | |
| 147 | +#pragma mark - 分享信息 | |
| 148 | + | |
| 149 | +@interface DSCGoodsDetailsShareModel : NSObject | |
| 150 | + | |
| 151 | +/** | |
| 152 | + 分享链接 | |
| 153 | + */ | |
| 154 | +@property (nonatomic,copy) NSString * url; | |
| 155 | +/** | |
| 156 | + 2为微信小程序 其他都不是 | |
| 157 | + */ | |
| 158 | +@property (nonatomic,copy) NSString * wx_type; | |
| 159 | +/** | |
| 160 | + 微信小程序id | |
| 161 | + */ | |
| 162 | +@property (nonatomic,copy) NSString * app_id; | |
| 163 | +/** | |
| 164 | + 微信小程序页面路径 | |
| 165 | + */ | |
| 166 | +@property (nonatomic,copy) NSString * mini_app_url; | |
| 167 | + | |
| 168 | +@end | |
| 169 | + | |
| 170 | +#pragma mark - 第一级 | |
| 171 | + | |
| 172 | +@interface DSCGoodsDetailsModel : NSObject | |
| 173 | + | |
| 174 | +/** | |
| 175 | + 商品id | |
| 176 | + */ | |
| 177 | +@property (nonatomic,copy) NSString * id; | |
| 178 | +/** | |
| 179 | + 店铺id | |
| 180 | + */ | |
| 181 | +@property (nonatomic,copy) NSString * shop_id; | |
| 182 | +/** | |
| 183 | + 商品标题 | |
| 184 | + */ | |
| 185 | +@property (nonatomic,copy) NSString * title; | |
| 186 | +/** | |
| 187 | + 商品副标题 | |
| 188 | + */ | |
| 189 | +@property (nonatomic,copy) NSString * ads; | |
| 190 | +/** | |
| 191 | + 商品图片 | |
| 192 | + */ | |
| 193 | +@property (nonatomic,copy) NSString * simg; | |
| 194 | +/** | |
| 195 | + 商品价格 | |
| 196 | + */ | |
| 197 | +@property (nonatomic,copy) NSString * price; | |
| 198 | +/** | |
| 199 | + 商品原价格 | |
| 200 | + */ | |
| 201 | +@property (nonatomic,copy) NSString * prices; | |
| 202 | +/** | |
| 203 | + 库存 | |
| 204 | + */ | |
| 205 | +@property (nonatomic,copy) NSString * stock; | |
| 206 | +/** | |
| 207 | + 0普通商品 1预售 | |
| 208 | + */ | |
| 209 | +@property (nonatomic,copy) NSString * activity; | |
| 210 | +/** | |
| 211 | + 活动描述 | |
| 212 | + */ | |
| 213 | +@property (nonatomic,copy) NSString * activity_desc; | |
| 214 | +/** | |
| 215 | + 活动图片 | |
| 216 | + */ | |
| 217 | +@property (nonatomic,copy) NSString * activity_icon_img1; | |
| 218 | +/** | |
| 219 | + 活动结束时间 | |
| 220 | + */ | |
| 221 | +@property (nonatomic,copy) NSString * stoptime; | |
| 222 | +/** | |
| 223 | + 预售发货时间 | |
| 224 | + */ | |
| 225 | +@property (nonatomic,copy) NSString * sendtime; | |
| 226 | +/** | |
| 227 | + 商品内容展示标题 | |
| 228 | + */ | |
| 229 | +@property (nonatomic,copy) NSString * desc_title; | |
| 230 | +/** | |
| 231 | + 商品内容展示列表 | |
| 232 | + */ | |
| 233 | +@property (nonatomic,copy) NSArray<NSString*> * desc_list; | |
| 234 | +/** | |
| 235 | + 是否开启赠送礼物 1开启 0关闭 | |
| 236 | + */ | |
| 237 | +@property (nonatomic,assign) BOOL is_gift; | |
| 238 | +/** | |
| 239 | + 赠送礼物入口图片 | |
| 240 | + */ | |
| 241 | +@property (nonatomic,copy) NSString * give_goods_img; | |
| 242 | +/// 加入购物车面板图片 | |
| 243 | +@property (nonatomic,copy) NSString * gift_goods_buy_img; | |
| 244 | +/** | |
| 245 | + 店铺详情 | |
| 246 | + */ | |
| 247 | +@property (nonatomic,strong) DSCGoodsDetailsShopModel * shop_info; | |
| 248 | +/** | |
| 249 | + 分享信息 | |
| 250 | + */ | |
| 251 | +@property (nonatomic,strong) DSCGoodsDetailsShareModel * share; | |
| 252 | +/** | |
| 253 | + 非遗人 | |
| 254 | + */ | |
| 255 | +@property (nonatomic,copy) NSArray<DSCGoodsDetailsPeopleModel*> * people; | |
| 256 | +/** | |
| 257 | + 已选商品 | |
| 258 | + */ | |
| 259 | +@property (nonatomic,copy) NSArray<DSCGoodsDetailsAttrModel*> * attr; | |
| 260 | +/** | |
| 261 | + 商品切换属性数组 | |
| 262 | + */ | |
| 263 | +@property (nonatomic,copy) NSArray<DSGoodsDetailsAttrListModel*> * attr_list; | |
| 264 | +/** | |
| 265 | + banner | |
| 266 | + */ | |
| 267 | +@property (nonatomic,copy) NSArray<DSCGoodsDetailsImgModel*> * img; | |
| 268 | +/** | |
| 269 | + banner第一个视频 | |
| 270 | + */ | |
| 271 | +@property (nonatomic,strong) DSCGoodsDetailsImgVideosModel * videos; | |
| 272 | +/** | |
| 273 | + 图片详情 | |
| 274 | + */ | |
| 275 | +@property (nonatomic,copy) NSArray<DSCGoodsDetailsContentModel*> * content; | |
| 276 | +/** | |
| 277 | + 特别定制图片列表 | |
| 278 | + */ | |
| 279 | +@property (nonatomic,copy) NSArray<DSCGoodsDetailsMadeListModel*> * made_list; | |
| 280 | + | |
| 281 | +#pragma mark - 数据请求 | |
| 282 | + | |
| 283 | +/** | |
| 284 | + 文化商品详情 | |
| 285 | + | |
| 286 | + @param goodsId 商品id | |
| 287 | + @param uid 用户id | |
| 288 | + @param result 结果 | |
| 289 | + */ | |
| 290 | ++(void)postCultureGoodsInfoWithGoodsId:(NSString*)goodsId uid:(NSString*)uid result:(void (^)(DSCGoodsDetailsModel * model, NSString * errorMessage))result; | |
| 291 | + | |
| 292 | +@end | |
| 293 | + | |
| 294 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGoodsDetailsViewController.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCGoodsDetailsViewController.h | |
| 1 | +// | |
| 2 | +// DSCGoodsDetailsViewController.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/11. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <DSBaseModule/DSBaseModule.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCGoodsDetailsViewController : DSBaseViewController | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 商品id | |
| 16 | + */ | |
| 17 | +@property (nonatomic,copy) NSString * goodsId; | |
| 18 | + | |
| 19 | +@end | |
| 20 | + | |
| 21 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCIPGoodsCollectionViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCIPGoodsCollectionViewCell.h | |
| 1 | +// | |
| 2 | +// DSCIPGoodsCollectionViewCell.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/15. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | +#import "DSCIPGoodsModel.h" | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSCIPGoodsCollectionViewCell : UICollectionViewCell | |
| 14 | + | |
| 15 | +/** | |
| 16 | + 赋值 | |
| 17 | + */ | |
| 18 | +@property (nonatomic,strong) DSCIPGoodsModel * goodsModel; | |
| 19 | +/** | |
| 20 | + 点击加入购物传 | |
| 21 | + */ | |
| 22 | +@property (nonatomic,copy) void (^clickAddShopCartCallBack)(DSCIPGoodsModel * goodsModel, UIView * animateBeginView); | |
| 23 | + | |
| 24 | +@end | |
| 25 | + | |
| 26 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCIPGoodsModel.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCIPGoodsModel.h | |
| 1 | +// | |
| 2 | +// DSCIPGoodsModel.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/15. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <Foundation/Foundation.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCIPGoodsModel : NSObject | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 商品id | |
| 16 | + */ | |
| 17 | +@property (nonatomic,copy) NSString * good_id; | |
| 18 | +/** | |
| 19 | + 商品图片 | |
| 20 | + */ | |
| 21 | +@property (nonatomic,copy) NSString * simg; | |
| 22 | +/** | |
| 23 | + 商品标题 | |
| 24 | + */ | |
| 25 | +@property (nonatomic,copy) NSString * title; | |
| 26 | +/** | |
| 27 | + 商品售价 | |
| 28 | + */ | |
| 29 | +@property (nonatomic,copy) NSString * price; | |
| 30 | +/** | |
| 31 | + 商品划去价格 | |
| 32 | + */ | |
| 33 | +@property (nonatomic,copy) NSString * prices; | |
| 34 | + | |
| 35 | +#pragma mark - 数据请求 | |
| 36 | + | |
| 37 | +/** | |
| 38 | + 传承人在售商品列表 | |
| 39 | + | |
| 40 | + @param uid 传承人id | |
| 41 | + @param page 页数 | |
| 42 | + @param result 结果 | |
| 43 | + */ | |
| 44 | ++(void)postSpecPeopleIntroWithUid:(NSString*)uid page:(NSUInteger)page result:(void (^)(NSArray<DSCIPGoodsModel*> * dataArr, NSString * errorMessage))result; | |
| 45 | + | |
| 46 | + | |
| 47 | +@end | |
| 48 | + | |
| 49 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCIPGoodsViewController.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCIPGoodsViewController.h | |
| 1 | +// | |
| 2 | +// DSCIPGoodsViewController.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/14. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <DSBaseModule/DSBaseModule.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCIPGoodsViewController : DSBaseViewController | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 传承人id | |
| 16 | + */ | |
| 17 | +@property (nonatomic,copy) NSString * ipID; | |
| 18 | + | |
| 19 | +/** | |
| 20 | + 添加购物车成功回调 | |
| 21 | + */ | |
| 22 | +@property (nonatomic,copy) void (^successAddShopCartCallBack)(UIView * animateBeginView, NSInteger shopCartCount); | |
| 23 | + | |
| 24 | +@end | |
| 25 | + | |
| 26 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCIPIntroGoodsCollectionViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCIPIntroGoodsCollectionViewCell.h | |
| 1 | +// | |
| 2 | +// DSCIPIntroGoodsCollectionViewCell.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/14. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | +#import "DSCIPIntroModel.h" | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSCIPIntroGoodsCollectionViewCell : UICollectionViewCell | |
| 14 | + | |
| 15 | +/** | |
| 16 | + 是否显示商品标题 | |
| 17 | + */ | |
| 18 | +@property (nonatomic,assign) BOOL isDisplayTitle; | |
| 19 | + | |
| 20 | +/** | |
| 21 | + 赋值 | |
| 22 | + */ | |
| 23 | +@property (nonatomic,strong) DSCIPIntroGoodsModel * goodsModel; | |
| 24 | + | |
| 25 | +/** | |
| 26 | + 点击购买回调 | |
| 27 | + */ | |
| 28 | +@property (nonatomic,copy) void (^clickBuyBtnCallBack)(NSString * goodsId); | |
| 29 | + | |
| 30 | +@end | |
| 31 | + | |
| 32 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCIPIntroGoodsFlowLayout.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCIPIntroGoodsFlowLayout.h | |
| 1 | +// | |
| 2 | +// DSCIPIntroGoodsFlowLayout.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/14. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCIPIntroGoodsFlowLayout : UICollectionViewFlowLayout | |
| 13 | + | |
| 14 | +@end | |
| 15 | + | |
| 16 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCIPIntroInfoView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCIPIntroInfoView.h | |
| 1 | +// | |
| 2 | +// DSCIPIntroInfoView.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/14. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | +#import "DSCIPIntroModel.h" | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSCIPIntroInfoView : UIView | |
| 14 | + | |
| 15 | +#pragma mark - 展开 | |
| 16 | + | |
| 17 | +/** | |
| 18 | + 当没有数据的时候展开 | |
| 19 | + */ | |
| 20 | +-(void)unfoldView; | |
| 21 | + | |
| 22 | +/** | |
| 23 | + 展开/缩合回调 | |
| 24 | + */ | |
| 25 | +@property (nonatomic,copy) void (^unfoldCallBack)(BOOL isUnfold); | |
| 26 | + | |
| 27 | +#pragma mark - 赋值 | |
| 28 | + | |
| 29 | +@property (nonatomic,strong) DSCIPIntroModel * model; | |
| 30 | + | |
| 31 | +@end | |
| 32 | + | |
| 33 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCIPIntroModel.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCIPIntroModel.h | |
| 1 | +// | |
| 2 | +// DSCIPIntroModel.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/15. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <Foundation/Foundation.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCIPIntroGoodsModel : NSObject | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 传承人代表作id | |
| 16 | + */ | |
| 17 | +@property (nonatomic,copy) NSString * id; | |
| 18 | +/** | |
| 19 | + 传承人代表作标题 | |
| 20 | + */ | |
| 21 | +@property (nonatomic,copy) NSString * title; | |
| 22 | +/** | |
| 23 | + 传承人代表作商品id 为0时没有卖该商品 | |
| 24 | + */ | |
| 25 | +@property (nonatomic,copy) NSString * good_id; | |
| 26 | +/** | |
| 27 | + 传承人代表作商品图片 | |
| 28 | + */ | |
| 29 | +@property (nonatomic,copy) NSString * simg; | |
| 30 | + | |
| 31 | +@end | |
| 32 | + | |
| 33 | +@interface DSCIPIntroModel : NSObject | |
| 34 | + | |
| 35 | +/** | |
| 36 | + 传承人头像 | |
| 37 | + */ | |
| 38 | +@property (nonatomic,copy) NSString * logo; | |
| 39 | +/** | |
| 40 | + 传承人姓名 | |
| 41 | + */ | |
| 42 | +@property (nonatomic,copy) NSString * truename; | |
| 43 | +/** | |
| 44 | + 传承人介绍数组 | |
| 45 | + */ | |
| 46 | +@property (nonatomic,copy) NSArray * intro; | |
| 47 | +/** | |
| 48 | + 传承人经历数组 | |
| 49 | + */ | |
| 50 | +@property (nonatomic,copy) NSArray * undergo; | |
| 51 | +/** | |
| 52 | + 传承人代表作对象 | |
| 53 | + */ | |
| 54 | +@property (nonatomic,copy) NSArray * goods; | |
| 55 | + | |
| 56 | +#pragma mark - 数据请求 | |
| 57 | + | |
| 58 | +/** | |
| 59 | + 传承人简介 | |
| 60 | + | |
| 61 | + @param uid 传承人id | |
| 62 | + @param result 结果 | |
| 63 | + */ | |
| 64 | ++(void)postSpecPeopleIntroWithUid:(NSString*)uid result:(void (^)(DSCIPIntroModel * model, NSString * errorMessage))result; | |
| 65 | + | |
| 66 | +@end | |
| 67 | + | |
| 68 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCIPIntroViewController.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCIPIntroViewController.h | |
| 1 | +// | |
| 2 | +// DSCIPIntroViewController.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/14. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <DSBaseModule/DSBaseModule.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCIPIntroViewController : DSBaseViewController | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 传承人id | |
| 16 | + */ | |
| 17 | +@property (nonatomic,copy) NSString * ipID; | |
| 18 | + | |
| 19 | +@end | |
| 20 | + | |
| 21 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCIPLiveModel.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCIPLiveModel.h | |
| 1 | +// | |
| 2 | +// DSCIPLiveModel.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/1/7. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <Foundation/Foundation.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCIPLiveModel : NSObject | |
| 13 | + | |
| 14 | +#pragma mark - 数据请求 | |
| 15 | + | |
| 16 | +/** | |
| 17 | + 获取直播状态 | |
| 18 | + | |
| 19 | + @param uid 会员id | |
| 20 | + @param ipId 传承人id | |
| 21 | + @param result 结果 | |
| 22 | + */ | |
| 23 | ++(void)postGetSpecPeopleLiveWithUid:(NSString*)uid ipId:(NSString*)ipId result:(void (^)(BOOL isLive, NSString * errorMessage))result; | |
| 24 | + | |
| 25 | +/** | |
| 26 | + 预约非遗人直播 | |
| 27 | + | |
| 28 | + @param shopId 商家id | |
| 29 | + @param sepcPeopleId 非遗人id | |
| 30 | + @param uid 用户id | |
| 31 | + @param result 结果 | |
| 32 | + */ | |
| 33 | ++(void)postMakeSpecPeopleLiveWithShopId:(NSString*)shopId specPeopleId:(NSString*)sepcPeopleId uid:(NSString*)uid result:(void (^)(BOOL isSuccess, NSString * errorMessage))result; | |
| 34 | + | |
| 35 | +@end | |
| 36 | + | |
| 37 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCIPLiveViewController.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCIPLiveViewController.h | |
| 1 | +// | |
| 2 | +// DSCIPLiveViewController.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/14. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <DSBaseModule/DSBaseModule.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCIPLiveViewController : DSBaseViewController | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 传承人id | |
| 16 | + */ | |
| 17 | +@property (nonatomic,copy) NSString * ipID; | |
| 18 | +/** | |
| 19 | + 店铺id | |
| 20 | + */ | |
| 21 | +@property (nonatomic,copy) NSString * shopId; | |
| 22 | + | |
| 23 | +@end | |
| 24 | + | |
| 25 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCInheritancePeopleModel.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCInheritancePeopleModel.h | |
| 1 | +// | |
| 2 | +// DSCInheritancePeopleModel.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/1/3. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <Foundation/Foundation.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCInheritancePeopleModel : NSObject | |
| 13 | + | |
| 14 | +#pragma mark - 数据请求 | |
| 15 | + | |
| 16 | +/** | |
| 17 | + 传承人所在店铺 | |
| 18 | + | |
| 19 | + @param uid 传承人id | |
| 20 | + @param result 结果 | |
| 21 | + */ | |
| 22 | ++(void)postGetSpecShopIdWithUid:(NSString*)uid result:(void (^)(NSString * shopId, NSString * errorMessage))result; | |
| 23 | + | |
| 24 | +@end | |
| 25 | + | |
| 26 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCInheritancePeopleViewController.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCInheritancePeopleViewController.h | |
| 1 | +// | |
| 2 | +// DSCInheritancePeopleViewController.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/12. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <DSBaseModule/DSBaseModule.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCInheritancePeopleViewController : DSBaseViewController | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 传承人id | |
| 16 | + */ | |
| 17 | +@property (nonatomic,copy) NSString * ipID; | |
| 18 | + | |
| 19 | +@end | |
| 20 | + | |
| 21 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCNewsModel.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCNewsModel.h | |
| 1 | +// | |
| 2 | +// DSCNewsModel.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/1/2. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <Foundation/Foundation.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCNewsCountryModel : NSObject | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 国家id | |
| 16 | + */ | |
| 17 | +@property (nonatomic,copy) NSString * id; | |
| 18 | +/** | |
| 19 | + 国旗 | |
| 20 | + */ | |
| 21 | +@property (nonatomic,copy) NSString * simg; | |
| 22 | +/** | |
| 23 | + 国家名称 | |
| 24 | + */ | |
| 25 | +@property (nonatomic,copy) NSString * title; | |
| 26 | +/** | |
| 27 | + 英文名称 | |
| 28 | + */ | |
| 29 | +@property (nonatomic,copy) NSString * titles; | |
| 30 | + | |
| 31 | +@end | |
| 32 | + | |
| 33 | +@interface DSCNewsModel : NSObject | |
| 34 | + | |
| 35 | +/** | |
| 36 | + 新闻id | |
| 37 | + */ | |
| 38 | +@property (nonatomic,copy) NSString * id; | |
| 39 | +/** | |
| 40 | + 新闻图片 | |
| 41 | + */ | |
| 42 | +@property (nonatomic,copy) NSString * simg; | |
| 43 | +/** | |
| 44 | + 新闻标题 | |
| 45 | + */ | |
| 46 | +@property (nonatomic,copy) NSString * title; | |
| 47 | +/** | |
| 48 | + 新闻显示类型 1(大的)或者2(小的) | |
| 49 | + */ | |
| 50 | +@property (nonatomic,copy) NSString * type; | |
| 51 | +/** | |
| 52 | + 店铺id | |
| 53 | + */ | |
| 54 | +@property (nonatomic,copy) NSString * shop_id; | |
| 55 | +/** | |
| 56 | + 跳转链接 | |
| 57 | + */ | |
| 58 | +@property (nonatomic,copy) NSString * url; | |
| 59 | +/** | |
| 60 | + 简介 | |
| 61 | + */ | |
| 62 | +@property (nonatomic,copy) NSString * desc; | |
| 63 | +/** | |
| 64 | + 来源 | |
| 65 | + */ | |
| 66 | +@property (nonatomic,copy) NSString * source; | |
| 67 | +/** | |
| 68 | + 国家信息 | |
| 69 | + */ | |
| 70 | +@property (nonatomic,strong) DSCNewsCountryModel * country; | |
| 71 | + | |
| 72 | +#pragma mark - 数据请求 | |
| 73 | + | |
| 74 | +/** | |
| 75 | + 新闻列表 | |
| 76 | + | |
| 77 | + @param shopId 店铺id | |
| 78 | + @param page 页数(一页20条) | |
| 79 | + @param result 结果 | |
| 80 | + */ | |
| 81 | ++(void)postGetNewsWithShopId:(NSString*)shopId page:(NSInteger)page result:(void (^)(NSArray<DSCNewsModel*> * dataArr, NSString * errorMessage))result; | |
| 82 | + | |
| 83 | +@end | |
| 84 | + | |
| 85 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCNewsNationalFlagModel.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCNewsNationalFlagModel.h | |
| 1 | +// | |
| 2 | +// DSCNewsNationalFlagModel.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/1/3. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <Foundation/Foundation.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCNewsNationalFlagModel : NSObject | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 国旗url | |
| 16 | + */ | |
| 17 | +@property (nonatomic,copy) NSString * simg; | |
| 18 | +/** | |
| 19 | + 占位几个 | |
| 20 | + */ | |
| 21 | +@property (nonatomic,assign) NSInteger placeholderNumber; | |
| 22 | + | |
| 23 | +@end | |
| 24 | + | |
| 25 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCNewsNationalFlagView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCNewsNationalFlagView.h | |
| 1 | +// | |
| 2 | +// DSCNewsNationalFlagView.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/1/2. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | +#import "DSCNewsNationalFlagModel.h" | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSCNewsNationalFlagView : UIView | |
| 14 | + | |
| 15 | +@property (nonatomic,copy,readonly) NSArray<DSCNewsNationalFlagModel*> * dataArr; | |
| 16 | +@property (nonatomic,assign,readonly) NSUInteger selectIndex; | |
| 17 | + | |
| 18 | +/** | |
| 19 | + 赋值 | |
| 20 | + | |
| 21 | + @param dataArr 数据 | |
| 22 | + @param selectIndex 选中的第几个 | |
| 23 | + */ | |
| 24 | +-(void)setDataArr:(NSArray<DSCNewsNationalFlagModel *> * _Nonnull)dataArr selectIndex:(NSUInteger)selectIndex; | |
| 25 | + | |
| 26 | +@end | |
| 27 | + | |
| 28 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCNewsTableViewCell.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCNewsTableViewCell.h | |
| 1 | +// | |
| 2 | +// DSCNewsTableViewCell.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/1/2. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <DSBaseModule/DSBaseModule.h> | |
| 9 | +#import "DSCNewsModel.h" | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSCNewsTableViewCell : DSTableViewCell | |
| 14 | + | |
| 15 | +@property (nonatomic,strong) DSCNewsModel * model; | |
| 16 | + | |
| 17 | +@end | |
| 18 | + | |
| 19 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCNewsViewController.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCNewsViewController.h | |
| 1 | +// | |
| 2 | +// DSCNewsViewController.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/1/2. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <DSBaseModule/DSBaseModule.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCNewsViewController : DSBaseViewController | |
| 13 | + | |
| 14 | +@property (nonatomic,copy) NSString * shopId; | |
| 15 | + | |
| 16 | +@end | |
| 17 | + | |
| 18 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCSpecialCHeaderView.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCSpecialCHeaderView.h | |
| 1 | +// | |
| 2 | +// DSCSpecialCHeaderView.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/25. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCSpecialCHeaderView : UIView | |
| 13 | + | |
| 14 | +@property (nonatomic,copy) NSString * bannerImageUrl; | |
| 15 | + | |
| 16 | +@end | |
| 17 | + | |
| 18 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCSpecialCModel.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCSpecialCModel.h | |
| 1 | +// | |
| 2 | +// DSCSpecialCModel.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/29. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <Foundation/Foundation.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCSpecialCModel : NSObject | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 特别定制顶部店铺图片/新闻顶部图片 | |
| 16 | + | |
| 17 | + @param shopId 店铺id | |
| 18 | + @param result 结果 | |
| 19 | + */ | |
| 20 | ++(void)postShopInfoWithShopId:(NSString*)shopId result:(void (^)(NSString * scBannerImageUrl, NSString * newsBannerImageUrl, NSString * errorMessage))result; | |
| 21 | + | |
| 22 | +/** | |
| 23 | + 商品特别定制 | |
| 24 | + | |
| 25 | + @param shopId 商家id | |
| 26 | + @param uid 用户id | |
| 27 | + @param goodsId 商品id | |
| 28 | + @param type 类型 1个人 2公司 | |
| 29 | + @param phone 手机号 | |
| 30 | + @param title type 1 个人名称 type 2 公司名称 | |
| 31 | + @param titles type 1 性别 type 2 职位 | |
| 32 | + @param result 结果 | |
| 33 | + */ | |
| 34 | ++(void)postShopGoodsMadeWithShopId:(NSString*)shopId uid:(NSString*)uid goodsId:(NSString*)goodsId type:(NSString*)type phone:(NSString*)phone title:(NSString*)title titles:(NSString*)titles result:(void (^)(BOOL isSuccess, NSString * errorMessage))result; | |
| 35 | + | |
| 36 | +@end | |
| 37 | + | |
| 38 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCSpecialCResultAlert.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCSpecialCResultAlert.h | |
| 1 | +// | |
| 2 | +// DSCSpecialCResultAlert.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/29. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCSpecialCResultAlert : UIView | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 点击关闭回调 | |
| 16 | + */ | |
| 17 | +@property(nonatomic,copy) void (^clickCloseCallBack)(void); | |
| 18 | + | |
| 19 | +@end | |
| 20 | + | |
| 21 | +NS_ASSUME_NONNULL_END | ... | ... |
DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCSpecialCSubViewController.h
0 → 100644
| 1 | +++ a/DSShopModuleF/Frameworks/DSShopModule.framework/Headers/DSCSpecialCSubViewController.h | |
| 1 | +// | |
| 2 | +// DSCSpecialCSubViewController.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/12/25. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <DSBaseModule/DSBaseModule.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSCSpecialCSubViewController : DSBaseViewController | |
| 13 | + | |
| 14 | +#pragma mark - 值 | |
| 15 | + | |
| 16 | +@property (nonatomic,copy) NSString * name; | |
| 17 | +@property (nonatomic,copy) NSString * phone; | |
| 18 | +@property (nonatomic,copy) NSString * sex; | |
| 19 | + | |
| 20 | +@property (nonatomic,copy) NSString * companyName; | |
| 21 | +@property (nonatomic,copy) NSString * companyPosition; | |
| 22 | +@property (nonatomic,copy) NSString * companyPhone; | |
| 23 | + | |
| 24 | +/** | |
| 25 | + 输入完成回调 | |
| 26 | + */ | |
| 27 | +@property (nonatomic,copy) void (^importCompleteCallBack)(void); | |
| 28 | + | |
| 29 | +@end | |
| 30 | + | |
| 31 | +NS_ASSUME_NONNULL_END | ... | ... |