Commit 9a47015cc7098f9327836babc0e8f0c7684c6da5

Authored by 毕珂
0 parents

0.0.3

Showing 95 changed files with 4779 additions and 0 deletions

Too many changes to show.

To preserve performance only 95 of 137 files are displayed.

DSLifeServiceModuleF.podspec 0 → 100644
  1 +++ a/DSLifeServiceModuleF.podspec
  1 +Pod::Spec.new do |s|
  2 +
  3 + s.name = "DSLifeServiceModuleF"
  4 + s.version = "0.0.3"
  5 + s.summary = "DSLifeServiceModuleF"
  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/DSLifeServiceModuleF.git', :tag => s.version.to_s }
  10 + s.ios.deployment_target = '9.0'
  11 + s.vendored_frameworks = "DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.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 +
  29 +end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/DSLifeServiceModule 0 → 100755
No preview for this file type
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/DSLifeServiceModule.bundle/Assets.car 0 → 100644
No preview for this file type
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/DSLifeServiceModule.bundle/Info.plist 0 → 100644
No preview for this file type
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceCleanerDetailsModel.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceCleanerDetailsModel.h
  1 +//
  2 +// BKLifeServiceCleanerDetailsModel.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/25.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <Foundation/Foundation.h>
  10 +
  11 +@interface BKLifeServiceCleanerDetailsGroupTitleModel : NSObject
  12 +
  13 +/**
  14 + 标题
  15 + */
  16 +@property (nonatomic,copy) NSString * title;
  17 +/**
  18 + 价格
  19 + */
  20 +@property (nonatomic,copy) NSString * price;
  21 +/**
  22 + 单位
  23 + */
  24 +@property (nonatomic,copy) NSString * unit_desc;
  25 +
  26 +@end
  27 +
  28 +@interface BKLifeServiceCleanerDetailsSecondGroupModel : NSObject
  29 +
  30 +/**
  31 + 标题
  32 + */
  33 +@property (nonatomic,copy) NSString * title;
  34 +/**
  35 + 价格
  36 + */
  37 +@property (nonatomic,copy) NSString * price;
  38 +/**
  39 + 单位
  40 + */
  41 +@property (nonatomic,copy) NSString * unit_desc;
  42 +/**
  43 + id
  44 + */
  45 +@property (nonatomic,copy) NSString * id;
  46 +/**
  47 + 上一级id
  48 + */
  49 +@property (nonatomic,copy) NSString * pid;
  50 +/**
  51 + 时间(分钟)
  52 + */
  53 +@property (nonatomic,copy) NSString * time;
  54 +
  55 +@end
  56 +
  57 +@interface BKLifeServiceCleanerDetailsGroupModel : NSObject
  58 +
  59 +/**
  60 + 标题
  61 + */
  62 +@property (nonatomic,copy) NSString * title;
  63 +/**
  64 + 价格
  65 + */
  66 +@property (nonatomic,copy) NSString * price;
  67 +/**
  68 + 单位
  69 + */
  70 +@property (nonatomic,copy) NSString * unit_desc;
  71 +/**
  72 + id
  73 + */
  74 +@property (nonatomic,copy) NSString * id;
  75 +/**
  76 + 上一级id
  77 + */
  78 +@property (nonatomic,copy) NSString * pid;
  79 +/**
  80 + 分类数组
  81 + */
  82 +@property (nonatomic,copy) NSArray * group;
  83 +
  84 +@end
  85 +
  86 +@interface BKLifeServiceCleanerDetailsImgModel : NSObject
  87 +
  88 +/**
  89 + 图片
  90 + */
  91 +@property (nonatomic,copy) NSString * simg;
  92 +/**
  93 + 宽
  94 + */
  95 +@property (nonatomic,copy) NSString * w;
  96 +/**
  97 + 高
  98 + */
  99 +@property (nonatomic,copy) NSString * h;
  100 +
  101 +@end
  102 +
  103 +@interface BKLifeServiceCleanerDetailsShopModel : NSObject
  104 +
  105 +/**
  106 + id
  107 + */
  108 +@property (nonatomic,copy) NSString * id;
  109 +/**
  110 + 名称
  111 + */
  112 +@property (nonatomic,copy) NSString * title;
  113 +/**
  114 + 联系电话
  115 + */
  116 +@property (nonatomic,copy) NSString * phone;
  117 +/**
  118 + 图片
  119 + */
  120 +@property (nonatomic,copy) NSString * simg;
  121 +/**
  122 + 简介
  123 + */
  124 +@property (nonatomic,copy) NSString * desc;
  125 +
  126 +@end
  127 +
  128 +@interface BKLifeServiceCleanerDetailsScheduleTimeModel : NSObject
  129 +
  130 +/**
  131 + 时间
  132 + */
  133 +@property (nonatomic,copy) NSString * time;
  134 +/**
  135 + 状态 1未预定 2已预订
  136 + */
  137 +@property (nonatomic,copy) NSString * state;
  138 +/**
  139 + 时间戳
  140 + */
  141 +@property (nonatomic,copy) NSString * timestamp;
  142 +
  143 +@end
  144 +
  145 +@interface BKLifeServiceCleanerDetailsScheduleModel : NSObject
  146 +
  147 +/**
  148 + 周期
  149 + */
  150 +@property (nonatomic,copy) NSString * day;
  151 +/**
  152 + 开始时间
  153 + */
  154 +@property (nonatomic,copy) NSString * start;
  155 +/**
  156 + 周
  157 + */
  158 +@property (nonatomic,copy) NSString * week;
  159 +/**
  160 + 当日档期
  161 + */
  162 +@property (nonatomic,copy) NSArray * time;
  163 +
  164 +@end
  165 +
  166 +@interface BKLifeServiceCleanerDetailsModel : NSObject
  167 +
  168 +/**
  169 + id
  170 + */
  171 +@property (nonatomic,copy) NSString * id;
  172 +/**
  173 + 姓名
  174 + */
  175 +@property (nonatomic,copy) NSString * name;
  176 +/**
  177 + 广告
  178 + */
  179 +@property (nonatomic,copy) NSString * ads;
  180 +/**
  181 + 标签
  182 + */
  183 +@property (nonatomic,copy) NSString * label;
  184 +/**
  185 + 价格(半小时)
  186 + */
  187 +@property (nonatomic,copy) NSString * price;
  188 +/**
  189 + 接单量
  190 + */
  191 +@property (nonatomic,copy) NSString * sale;
  192 +/**
  193 + 店铺id
  194 + */
  195 +@property (nonatomic,copy) NSString * shopid;
  196 +/**
  197 + 保洁图片
  198 + */
  199 +@property (nonatomic,copy) NSString * simg;
  200 +/**
  201 + 星级
  202 + */
  203 +@property (nonatomic,copy) NSString * star;
  204 +/**
  205 + 满意度
  206 + */
  207 +@property (nonatomic,copy) NSString * satisfaction;
  208 +/**
  209 + 饱和度
  210 + */
  211 +@property (nonatomic,copy) NSString * saturation;
  212 +/**
  213 + 服务时间
  214 + */
  215 +@property (nonatomic,copy) NSString * service_hours;
  216 +/**
  217 + 0不显示店铺 1显示店铺
  218 + */
  219 +@property (nonatomic,copy) NSString * cleaning_shop_state;
  220 +/**
  221 + 服务开始时间
  222 + */
  223 +@property (nonatomic,copy) NSString * service_starttime;
  224 +/**
  225 + 服务结束时间
  226 + */
  227 +@property (nonatomic,copy) NSString * service_endtime;
  228 +/**
  229 + 小时工起约基数 小时单位
  230 + */
  231 +@property (nonatomic,copy) NSString * base;
  232 +/**
  233 + 分类标题数组
  234 + */
  235 +@property (nonatomic,copy) NSArray * grouptitle;
  236 +/**
  237 + 分类数组
  238 + */
  239 +@property (nonatomic,copy) NSArray * group;
  240 +/**
  241 + 详情图片数组
  242 + */
  243 +@property (nonatomic,copy) NSArray * img;
  244 +/**
  245 + 店铺数据
  246 + */
  247 +@property (nonatomic,strong) BKLifeServiceCleanerDetailsShopModel * shop;
  248 +/**
  249 + 档期数组
  250 + */
  251 +@property (nonatomic,copy) NSArray * schedule;
  252 +
  253 +/**
  254 + 小时工个人技能
  255 + */
  256 +@property (nonatomic,copy) NSString * specialty;
  257 +
  258 +
  259 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceCleanerDetailsTableFooterView.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceCleanerDetailsTableFooterView.h
  1 +//
  2 +// BKLifeServiceCleanerDetailsTableFooterView.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/26.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +#import "BKLifeServiceCleanerDetailsModel.h"
  11 +
  12 +@interface BKLifeServiceCleanerDetailsTableFooterView : UIView
  13 +
  14 +/**
  15 + 当有详情图片时 内容高度传5 当无详情图片时 内容高度传0
  16 +
  17 + @param y 内容高度
  18 + @param dataModel 数据
  19 + @return BKLifeServiceCleanerDetailsTableFooterView
  20 + */
  21 +-(instancetype)initWithContentViewY:(CGFloat)y dataModel:(BKLifeServiceCleanerDetailsModel*)dataModel;
  22 +
  23 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceCleanerDetailsTableHeaderView.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceCleanerDetailsTableHeaderView.h
  1 +//
  2 +// BKLifeServiceCleanerDetailsTableHeaderView.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/25.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +#import "BKLifeServiceCleanerDetailsModel.h"
  11 +
  12 +@interface BKLifeServiceCleanerDetailsTableHeaderView : UIView
  13 +
  14 +/**
  15 + 动画开始高度
  16 + */
  17 +@property (nonatomic,assign) CGFloat animateBeginHeight;
  18 +
  19 +@property (nonatomic,copy) void (^tapOrderAction)(void);
  20 +
  21 +@property (nonatomic,copy) void (^tapPhoneCallAction)(void);
  22 +
  23 +/**
  24 + 查看未来可约时间
  25 + */
  26 +@property (nonatomic,copy) void (^checkFutureDateAction)(void);
  27 +
  28 +-(instancetype)initWithData:(BKLifeServiceCleanerDetailsModel*)model type:(NSInteger)type;
  29 +
  30 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceCleanerDetailsViewController.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceCleanerDetailsViewController.h
  1 +//
  2 +// BKLifeServiceCleanerDetailsViewController.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/25.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +
  11 +@interface BKLifeServiceCleanerDetailsViewController : DSBaseViewController
  12 +
  13 +/**
  14 + id
  15 + */
  16 +@property (nonatomic,strong) NSString * id;
  17 +
  18 +/**
  19 + 1保洁师 2小时工
  20 + */
  21 +@property (nonatomic,assign) NSInteger type;
  22 +
  23 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceDetailsModel.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceDetailsModel.h
  1 +//
  2 +// BKLifeServiceDetailsModel.h
  3 +// iosZhaoLinNeighbouraide
  4 +//
  5 +// Created by 兆林 on 2017/4/19.
  6 +// Copyright © 2017年 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <Foundation/Foundation.h>
  10 +#import <UIKit/UIKit.h>
  11 +
  12 +@interface BKLifeServiceDetailsImagesModel : NSObject
  13 +
  14 +/**
  15 + 高(需计算)
  16 + */
  17 +@property (nonatomic,assign) CGFloat h;
  18 +/**
  19 + 宽(需计算)
  20 + */
  21 +@property (nonatomic,assign) CGFloat w;
  22 +/**
  23 + 图片
  24 + */
  25 +@property (nonatomic,copy) NSString * simg;
  26 +
  27 +@end
  28 +
  29 +@interface BKLifeServiceDetailsShopModel : NSObject
  30 +
  31 +/**
  32 + id
  33 + */
  34 +@property (nonatomic,copy) NSString * id;
  35 +/**
  36 + 名称
  37 + */
  38 +@property (nonatomic,copy) NSString * title;
  39 +/**
  40 + 联系电话
  41 + */
  42 +@property (nonatomic,copy) NSString * phone;
  43 +/**
  44 + 图片
  45 + */
  46 +@property (nonatomic,copy) NSString * simg;
  47 +/**
  48 + 简介
  49 + */
  50 +@property (nonatomic,copy) NSString * desc;
  51 +
  52 +@end
  53 +
  54 +@interface BKLifeServiceDetailsScheduleTimeModel : NSObject
  55 +
  56 +/**
  57 + 时间
  58 + */
  59 +@property (nonatomic,copy) NSString * time;
  60 +/**
  61 + 状态 1未预定 2已预订
  62 + */
  63 +@property (nonatomic,copy) NSString * state;
  64 +/**
  65 + 时间戳
  66 + */
  67 +@property (nonatomic,copy) NSString * timestamp;
  68 +
  69 +@end
  70 +
  71 +@interface BKLifeServiceDetailsScheduleModel : NSObject
  72 +
  73 +/**
  74 + 周期
  75 + */
  76 +@property (nonatomic,copy) NSString * day;
  77 +/**
  78 + 开始时间
  79 + */
  80 +@property (nonatomic,copy) NSString * start;
  81 +/**
  82 + 周
  83 + */
  84 +@property (nonatomic,copy) NSString * week;
  85 +/**
  86 + 当日档期
  87 + */
  88 +@property (nonatomic,copy) NSArray * time;
  89 +
  90 +@end
  91 +
  92 +@interface BKLifeServiceDetailsModel : NSObject
  93 +
  94 +/**
  95 + 产品id
  96 + */
  97 +@property (nonatomic,copy) NSString * id;
  98 +/**
  99 + 标题
  100 + */
  101 +@property (nonatomic,copy) NSString * title;
  102 +/**
  103 + 图片
  104 + */
  105 +@property (nonatomic,copy) NSString * simg;
  106 +/**
  107 + 价格
  108 + */
  109 +@property (nonatomic,copy) NSString * price;
  110 +/**
  111 + 销量
  112 + */
  113 +@property (nonatomic,copy) NSString * sale;
  114 +/**
  115 + 描述
  116 + */
  117 +@property (nonatomic,copy) NSString * ads;
  118 +/**
  119 + 详情图片数组
  120 + */
  121 +@property (nonatomic,copy) NSArray * img;
  122 +
  123 +/**
  124 + 1、数量 2、时间 (时间是半个小时一个单位)
  125 + */
  126 +@property (nonatomic,strong) NSString * unit;
  127 +
  128 +/**
  129 + 计量单位
  130 + */
  131 +@property (nonatomic,strong) NSString * unit_desc;
  132 +
  133 +/**
  134 + 店铺电话
  135 + */
  136 +@property (nonatomic,strong) NSString * shop_phone;
  137 +
  138 +/**
  139 + 起售数量 时间为小时
  140 + */
  141 +@property (nonatomic,strong) NSString * base;
  142 +
  143 +/**
  144 + 0不显示店铺 1显示店铺
  145 + */
  146 +@property (nonatomic,copy) NSString * cleaning_shop_state;
  147 +/**
  148 + 店铺数据
  149 + */
  150 +@property (nonatomic,strong) BKLifeServiceDetailsShopModel * shop;
  151 +/**
  152 + 档期数组
  153 + */
  154 +@property (nonatomic,copy) NSArray * schedule;
  155 +
  156 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceDetailsTableFooterView.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceDetailsTableFooterView.h
  1 +//
  2 +// BKLifeServiceDetailsTableFooterView.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/8/2.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +#import "BKLifeServiceDetailsModel.h"
  11 +
  12 +@interface BKLifeServiceDetailsTableFooterView : UIView
  13 +
  14 +/**
  15 + 当有详情图片时 内容高度传5 当无详情图片时 内容高度传0
  16 +
  17 + @param y 内容高度
  18 + @param dataModel 数据
  19 + @return BKLifeServiceCleanerDetailsTableFooterView
  20 + */
  21 +-(instancetype)initWithContentViewY:(CGFloat)y dataModel:(BKLifeServiceDetailsModel*)dataModel;
  22 +
  23 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceDetailsTableHeaderView.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceDetailsTableHeaderView.h
  1 +//
  2 +// BKLifeServiceDetailsTableHeaderView.h
  3 +// iosZhaoLinNeighbouraide
  4 +//
  5 +// Created by 兆林 on 2017/4/19.
  6 +// Copyright © 2017年 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +#import "BKLifeServiceDetailsModel.h"
  11 +
  12 +@interface BKLifeServiceDetailsTableHeaderView : UIView
  13 +
  14 +@property (nonatomic,copy) void (^tapOrderAction)(void);
  15 +
  16 +@property (nonatomic,copy) void (^tapPhoneCallAction)(void);
  17 +
  18 +@property (nonatomic,strong) BKLifeServiceDetailsModel * dataModel;
  19 +
  20 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceDetailsViewController.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceDetailsViewController.h
  1 +//
  2 +// BKLifeServiceDetailsViewController.h
  3 +// iosZhaoLinNeighbouraide
  4 +//
  5 +// Created by 兆林 on 2017/4/19.
  6 +// Copyright © 2017年 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +
  11 +@interface BKLifeServiceDetailsViewController : DSBaseViewController
  12 +
  13 +/// 服务id
  14 +@property (nonatomic,copy) NSString * serviceid;
  15 +
  16 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceFutureDateView.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceFutureDateView.h
  1 +//
  2 +// BKLifeServiceFutureDateView.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/31.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +
  11 +@interface BKLifeServiceFutureDateView : UIView
  12 +
  13 +/**
  14 + 创建
  15 +
  16 + @param type 1为日类型 2为月类型
  17 + @param dataArr 数据
  18 + @return BKLifeServiceFutureDateView
  19 + */
  20 +-(instancetype)initWithType:(NSInteger)type dataArr:(NSArray *)dataArr;
  21 +
  22 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceOrderDetailsFirstTypeTableViewCell.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceOrderDetailsFirstTypeTableViewCell.h
  1 +//
  2 +// BKLifeServiceOrderDetailsFirstTypeTableViewCell.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/8/14.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +
  11 +@interface BKLifeServiceOrderDetailsFirstTypeTableViewCell : DSTableViewCell
  12 +
  13 +@property (nonatomic,strong) UILabel * titleLab;
  14 +
  15 +@property (nonatomic,strong) UILabel * descLab;
  16 +
  17 +@property (nonatomic,strong) DSImageView * line;
  18 +
  19 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceOrderDetailsFourthTypeTableViewCell.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceOrderDetailsFourthTypeTableViewCell.h
  1 +//
  2 +// BKLifeServiceOrderDetailsFourthTypeTableViewCell.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/8/14.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +
  11 +@interface BKLifeServiceOrderDetailsFourthTypeTableViewCell : DSTableViewCell
  12 +
  13 +@property (nonatomic,strong) UILabel * totalPriceMarkLab;
  14 +@property (nonatomic,strong) UILabel * totalPriceLab;
  15 +@property (nonatomic,strong) UILabel * youhuiMarkLab;
  16 +@property (nonatomic,strong) UILabel * youhuiLab;
  17 +@property (nonatomic,strong) UILabel * priceLab;
  18 +
  19 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceOrderDetailsSecondTypeTableViewCell.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceOrderDetailsSecondTypeTableViewCell.h
  1 +//
  2 +// BKLifeServiceOrderDetailsSecondTypeTableViewCell.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/8/14.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +
  11 +@interface BKLifeServiceOrderDetailsSecondTypeTableViewCell : DSTableViewCell
  12 +
  13 +@property (nonatomic,strong) DSImageView * showImageView;
  14 +@property (nonatomic,strong) UILabel * startTimeLab;
  15 +@property (nonatomic,strong) UILabel * serviceTimeLab;
  16 +@property (nonatomic,strong) UILabel * serviceProjectLab;
  17 +@property (nonatomic,strong) UILabel * serviceStoreLab;
  18 +@property (nonatomic,strong) UILabel * moneyLab;
  19 +
  20 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceOrderDetailsThirdTypeTableViewCell.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceOrderDetailsThirdTypeTableViewCell.h
  1 +//
  2 +// BKLifeServiceOrderDetailsThirdTypeTableViewCell.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/8/14.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +
  11 +@interface BKLifeServiceOrderDetailsThirdTypeTableViewCell : DSTableViewCell
  12 +
  13 +@property (nonatomic,strong) UILabel * leftLab;
  14 +@property (nonatomic,strong) UILabel * rightLab;
  15 +
  16 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceRefundRemindView.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceRefundRemindView.h
  1 +//
  2 +// BKLifeServiceRefundRemindView.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/8/15.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +
  11 +@interface BKLifeServiceRefundRemindView : UIView
  12 +
  13 +-(instancetype)initWithContent:(NSString*)content;
  14 +
  15 +@property (nonatomic,copy) void (^affirmAciton)(void);
  16 +
  17 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceSecondTypeDetailsModel.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceSecondTypeDetailsModel.h
  1 +//
  2 +// BKLifeServiceSecondTypeDetailsModel.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/27.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <Foundation/Foundation.h>
  10 +
  11 +@interface BKLifeServiceSecondTypeDetailsAbilityModel : NSObject
  12 +
  13 +/**
  14 + 标题
  15 + */
  16 +@property (nonatomic,copy) NSString * title;
  17 +/**
  18 + 图片
  19 + */
  20 +@property (nonatomic,copy) NSString * simg;
  21 +
  22 +@end
  23 +
  24 +@interface BKLifeServiceSecondTypeDetailsTrainingModel : NSObject
  25 +
  26 +/**
  27 + 培训学校
  28 + */
  29 +@property (nonatomic,copy) NSString * title;
  30 +/**
  31 + 主题
  32 + */
  33 +@property (nonatomic,copy) NSString * theme;
  34 +/**
  35 + 培训类型
  36 + */
  37 +@property (nonatomic,copy) NSString * types;
  38 +/**
  39 + 培训时间
  40 + */
  41 +@property (nonatomic,copy) NSString * themetime;
  42 +
  43 +
  44 +@end
  45 +
  46 +@interface BKLifeServiceSecondTypeDetailsShopModel : NSObject
  47 +
  48 +/**
  49 + 店铺名称
  50 + */
  51 +@property (nonatomic,copy) NSString * title;
  52 +/**
  53 + 店铺图片
  54 + */
  55 +@property (nonatomic,copy) NSString * simg;
  56 +/**
  57 + 预约百分比
  58 + */
  59 +@property (nonatomic,copy) NSString * yuesao;
  60 +/**
  61 + 电话
  62 + */
  63 +@property (nonatomic,copy) NSString * phone;
  64 +/**
  65 + 地址
  66 + */
  67 +@property (nonatomic,copy) NSString * address;
  68 +
  69 +@end
  70 +
  71 +@interface BKLifeServiceSecondTypeDetailsRecommendModel : NSObject
  72 +
  73 +/**
  74 + 月嫂id
  75 + */
  76 +@property (nonatomic,copy) NSString * id;
  77 +/**
  78 + 姓名
  79 + */
  80 +@property (nonatomic,copy) NSString * name;
  81 +/**
  82 + 头像
  83 + */
  84 +@property (nonatomic,copy) NSString * simg;
  85 +/**
  86 + 每月价格
  87 + */
  88 +@property (nonatomic,copy) NSString * price;
  89 +/**
  90 + 在岗天数
  91 + */
  92 +@property (nonatomic,copy) NSString * onduty;
  93 +/**
  94 + 标签
  95 + */
  96 +@property (nonatomic,copy) NSString * label;
  97 +/**
  98 + 好评
  99 + */
  100 +@property (nonatomic,copy) NSString * praise;
  101 +
  102 +@end
  103 +
  104 +@interface BKLifeServiceSecondTypeDetailsScheduleTimeModel : NSObject
  105 +
  106 +/**
  107 + 时间
  108 + */
  109 +@property (nonatomic,copy) NSString * time;
  110 +/**
  111 + 状态 1未预定 2已预订
  112 + */
  113 +@property (nonatomic,copy) NSString * state;
  114 +/**
  115 + 时间戳
  116 + */
  117 +@property (nonatomic,copy) NSString * timestamp;
  118 +
  119 +@end
  120 +
  121 +@interface BKLifeServiceSecondTypeDetailsScheduleModel : NSObject
  122 +
  123 +/**
  124 + 月份
  125 + */
  126 +@property (nonatomic,copy) NSString * month;
  127 +/**
  128 + 当月天数
  129 + */
  130 +@property (nonatomic,copy) NSString * monthNum;
  131 +/**
  132 + 档期数组天数
  133 + */
  134 +@property (nonatomic,copy) NSArray * time;
  135 +
  136 +@end
  137 +
  138 +@interface BKLifeServiceSecondTypeDetailsModel : NSObject
  139 +
  140 +/**
  141 + 月嫂id
  142 + */
  143 +@property (nonatomic,copy) NSString * id;
  144 +/**
  145 + 姓名
  146 + */
  147 +@property (nonatomic,copy) NSString * name;
  148 +/**
  149 + 头像
  150 + */
  151 +@property (nonatomic,copy) NSString * simg;
  152 +/**
  153 + 每月价格(半月)
  154 + */
  155 +@property (nonatomic,copy) NSString * price;
  156 +/**
  157 + 每日价格
  158 + */
  159 +@property (nonatomic,copy) NSString * prices;
  160 +/**
  161 + 在岗天数
  162 + */
  163 +@property (nonatomic,copy) NSString * onduty;
  164 +/**
  165 + 标签
  166 + */
  167 +@property (nonatomic,copy) NSString * label;
  168 +/**
  169 + 接单量
  170 + */
  171 +@property (nonatomic,copy) NSString * sale;
  172 +/**
  173 + 星级
  174 + */
  175 +@property (nonatomic,copy) NSString * star;
  176 +/**
  177 + 起约基数(1个月)
  178 + */
  179 +@property (nonatomic,copy) NSString * base;
  180 +/**
  181 + 起约基数(日)
  182 + */
  183 +@property (nonatomic,copy) NSString * bases;
  184 +/**
  185 + 广告
  186 + */
  187 +@property (nonatomic,copy) NSString * ads;
  188 +/**
  189 + 手机号
  190 + */
  191 +@property (nonatomic,copy) NSString * phone;
  192 +/**
  193 + 身份证号
  194 + */
  195 +@property (nonatomic,copy) NSString * cardno;
  196 +/**
  197 + 基本信息(类型)
  198 + */
  199 +@property (nonatomic,copy) NSString * types;
  200 +/**
  201 + 民族
  202 + */
  203 +@property (nonatomic,copy) NSString * nation;
  204 +/**
  205 + 1未婚 2已婚 0保密
  206 + */
  207 +@property (nonatomic,copy) NSString * marriage;
  208 +/**
  209 + 年龄
  210 + */
  211 +@property (nonatomic,copy) NSString * age;
  212 +/**
  213 + 星座
  214 + */
  215 +@property (nonatomic,copy) NSString * constellation;
  216 +/**
  217 + 属相
  218 + */
  219 +@property (nonatomic,copy) NSString * genus;
  220 +/**
  221 + 住址
  222 + */
  223 +@property (nonatomic,copy) NSString * address;
  224 +/**
  225 + 每月休息几天
  226 + */
  227 +@property (nonatomic,copy) NSString * rest;
  228 +/**
  229 + 个人特长
  230 + */
  231 +@property (nonatomic,copy) NSString * specialty;
  232 +/**
  233 + (工作信息)工作经验
  234 + */
  235 +@property (nonatomic,copy) NSString * jobs;
  236 +/**
  237 + 自我介绍
  238 + */
  239 +@property (nonatomic,copy) NSString * introduction;
  240 +/**
  241 + 工作经验(月)
  242 + */
  243 +@property (nonatomic,copy) NSString * experience;
  244 +/**
  245 + 好评
  246 + */
  247 +@property (nonatomic,copy) NSString * praise;
  248 +/**
  249 + 浏览量
  250 + */
  251 +@property (nonatomic,copy) NSString * pv;
  252 +/**
  253 + 学历 0保密 1小学 2初中 3高中 4中专 5大专 6本科
  254 + */
  255 +@property (nonatomic,copy) NSString * education;
  256 +/**
  257 + 籍贯
  258 + */
  259 +@property (nonatomic,copy) NSString * place_title;
  260 +/**
  261 + 1待岗 2在岗
  262 + */
  263 +@property (nonatomic,copy) NSString * status;
  264 +/**
  265 + 更新时间
  266 + */
  267 +@property (nonatomic,copy) NSString * edittime;
  268 +/**
  269 + 证件照数组 以,隔开
  270 + */
  271 +@property (nonatomic,copy) NSString * paperwork;
  272 +/**
  273 + 能力数组
  274 + */
  275 +@property (nonatomic,copy) NSArray * ability;
  276 +/**
  277 + 培训数组
  278 + */
  279 +@property (nonatomic,copy) NSArray * training;
  280 +/**
  281 + 店铺数据
  282 + */
  283 +@property (nonatomic,strong) BKLifeServiceSecondTypeDetailsShopModel * shop;
  284 +/**
  285 + 推荐月嫂
  286 + */
  287 +@property (nonatomic,copy) NSArray * recommend;
  288 +/**
  289 + 档期数组
  290 + */
  291 +@property (nonatomic,copy) NSArray * schedule;
  292 +/**
  293 + 距小区距离m
  294 + */
  295 +@property (nonatomic,copy) NSString * juli;
  296 +/**
  297 + 2已收藏 1未收藏
  298 + */
  299 +@property (nonatomic,copy) NSString * is_cell;
  300 +
  301 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceSecondTypeDetailsTableHeaderView.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceSecondTypeDetailsTableHeaderView.h
  1 +//
  2 +// BKLifeServiceSecondTypeDetailsTableHeaderView.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/27.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +#import "BKLifeServiceSecondTypeDetailsModel.h"
  11 +
  12 +@interface BKLifeServiceSecondTypeDetailsTableHeaderView : UIView
  13 +
  14 +/**
  15 + 更改头部高度
  16 + */
  17 +@property (nonatomic,copy) void (^changeTableHeaderViewOption)(BKLifeServiceSecondTypeDetailsTableHeaderView * headerView);
  18 +
  19 +/**
  20 + 查看未来可约时间
  21 + */
  22 +@property (nonatomic,copy) void (^checkFutureDateAction)(void);
  23 +
  24 +-(instancetype)initWithData:(BKLifeServiceSecondTypeDetailsModel*)dataModel;
  25 +
  26 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceSecondTypeDetailsTableViewCell.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceSecondTypeDetailsTableViewCell.h
  1 +//
  2 +// BKLifeServiceSecondTypeDetailsTableViewCell.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/27.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +#import "BKLifeServiceSecondTypeDetailsModel.h"
  11 +
  12 +@interface BKLifeServiceSecondTypeDetailsTableViewCell : DSTableViewCell
  13 +
  14 +@property (nonatomic,strong) BKLifeServiceSecondTypeDetailsRecommendModel * dataModel;
  15 +
  16 +@property (nonatomic,strong) DSImageView * line;
  17 +
  18 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceSecondTypeDetailsViewController.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceSecondTypeDetailsViewController.h
  1 +//
  2 +// BKLifeServiceSecondTypeDetailsViewController.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/26.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +
  11 +@interface BKLifeServiceSecondTypeDetailsViewController : DSBaseViewController
  12 +
  13 +/**
  14 + 1月嫂 2保姆
  15 + */
  16 +@property (nonatomic,assign) NSInteger type;
  17 +
  18 +/**
  19 + id
  20 + */
  21 +@property (nonatomic,strong) NSString * id;
  22 +
  23 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceTimetableView.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceTimetableView.h
  1 +//
  2 +// BKLifeServiceTimetableView.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/31.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +
  11 +@interface BKLifeServiceTimetableView : UIView
  12 +
  13 +/**
  14 + 创建时间表
  15 +
  16 + @param frame 大小
  17 + @param type 1为日类型 2为月类型
  18 + @param dataArr 数据
  19 + @return 时间表
  20 + */
  21 +-(instancetype)initWithFrame:(CGRect)frame type:(NSInteger)type dataArr:(NSArray *)dataArr;
  22 +
  23 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSComplaintCollectionReusableFooterView.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSComplaintCollectionReusableFooterView.h
  1 +//
  2 +// DSLSComplaintCollectionReusableFooterView.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/2/18.
  6 +//
  7 +
  8 +#import <UIKit/UIKit.h>
  9 +
  10 +NS_ASSUME_NONNULL_BEGIN
  11 +
  12 +@interface DSLSComplaintCollectionReusableFooterView : UICollectionReusableView
  13 +
  14 +@property (nonatomic,strong) DSTextView * descTextView;
  15 +
  16 +@end
  17 +
  18 +NS_ASSUME_NONNULL_END
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSComplaintCollectionReusableHeaderView.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSComplaintCollectionReusableHeaderView.h
  1 +//
  2 +// DSLSComplaintCollectionReusableHeaderView.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/2/18.
  6 +//
  7 +
  8 +#import <UIKit/UIKit.h>
  9 +
  10 +NS_ASSUME_NONNULL_BEGIN
  11 +
  12 +@interface DSLSComplaintCollectionReusableHeaderView : UICollectionReusableView
  13 +
  14 +@end
  15 +
  16 +NS_ASSUME_NONNULL_END
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSComplaintCollectionViewCell.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSComplaintCollectionViewCell.h
  1 +//
  2 +// DSLSComplaintCollectionViewCell.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/2/18.
  6 +//
  7 +
  8 +#import <UIKit/UIKit.h>
  9 +
  10 +NS_ASSUME_NONNULL_BEGIN
  11 +
  12 +@interface DSLSComplaintCollectionViewCell : UICollectionViewCell
  13 +
  14 +@property (nonatomic,copy,readonly) NSString * title;
  15 +@property (nonatomic,assign,readonly) BOOL isSelect;
  16 +
  17 +-(void)setTitle:(NSString*)title isSelect:(BOOL)isSelect;
  18 +
  19 +@end
  20 +
  21 +NS_ASSUME_NONNULL_END
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSComplaintCollectionViewFlowLayout.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSComplaintCollectionViewFlowLayout.h
  1 +//
  2 +// DSLSComplaintCollectionViewFlowLayout.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/2/18.
  6 +//
  7 +
  8 +#import <UIKit/UIKit.h>
  9 +
  10 +NS_ASSUME_NONNULL_BEGIN
  11 +
  12 +@interface DSLSComplaintCollectionViewFlowLayout : UICollectionViewFlowLayout
  13 +
  14 +@end
  15 +
  16 +NS_ASSUME_NONNULL_END
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSComplaintViewController.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSComplaintViewController.h
  1 +//
  2 +// DSLSComplaintViewController.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/2/16.
  6 +//
  7 +
  8 +#import <DSBaseModule/DSBaseModule.h>
  9 +
  10 +NS_ASSUME_NONNULL_BEGIN
  11 +
  12 +@interface DSLSComplaintViewController : DSBaseViewController
  13 +
  14 +/**
  15 + 订单Id
  16 + */
  17 +@property (nonatomic,copy) NSString * orderId;
  18 +
  19 +@end
  20 +
  21 +NS_ASSUME_NONNULL_END
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSConfirmOrderTableViewCell.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSConfirmOrderTableViewCell.h
  1 +//
  2 +// DSLSConfirmOrderTableViewCell.h
  3 +// iosZhaoLinNeighbouraide
  4 +//
  5 +// Created by 张魁 on 2017/4/18.
  6 +// Copyright © 2017年 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +
  11 +@interface DSLSConfirmOrderTableViewCell : DSTableViewCell
  12 +
  13 +/**
  14 + 预约时间等名称
  15 + */
  16 +@property (nonatomic,strong) UILabel * nameLabel;
  17 +/**
  18 + 详情数据
  19 + */
  20 +@property (nonatomic,strong) UILabel * detailsLabel;
  21 +/**
  22 + 右侧imageView
  23 + */
  24 +@property (nonatomic,strong) DSImageView * rightImageView;
  25 +/**
  26 + 备注背景view
  27 + */
  28 +@property (nonatomic,strong) DSRoundedRectView * contentTextBgView;
  29 +/**
  30 + 备注信息
  31 + */
  32 +@property (nonatomic,strong) DSTextView * contentTextView;
  33 +/**
  34 + 减号按钮
  35 + */
  36 +@property (nonatomic,strong) UIButton * subtractBtn;
  37 +/**
  38 + 加号按钮
  39 + */
  40 +@property (nonatomic,strong) UIButton * addBtn;
  41 +/**
  42 + 底部白色线
  43 + */
  44 +@property (nonatomic,strong) UIView * lineView;
  45 +
  46 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSFStyleConfirmOrderViewController.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSFStyleConfirmOrderViewController.h
  1 +//
  2 +// DSLSFStyleConfirmOrderViewController.h
  3 +// iosZhaoLinNeighbouraide
  4 +//
  5 +// Created by 张魁 on 2017/4/18.
  6 +// Copyright © 2017年 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +#import "BKLifeServiceDetailsModel.h"
  11 +#import "BKLifeServiceCleanerDetailsModel.h"
  12 +
  13 +@interface DSLSFStyleConfirmOrderViewController : DSBaseViewController
  14 +
  15 +/**
  16 + 人员类型 1保洁项目 2保洁师 3小时工
  17 + */
  18 +@property (nonatomic,copy) NSString * type;
  19 +
  20 +/**
  21 + 保洁项目详情model
  22 + */
  23 +@property (nonatomic,strong) BKLifeServiceDetailsModel * serviceDetailsModel;
  24 +
  25 +/**
  26 + 保洁师、小时工预约
  27 + */
  28 +@property (nonatomic,strong) BKLifeServiceCleanerDetailsModel * cleanDetailModel;
  29 +
  30 +
  31 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSHomePageModel.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSHomePageModel.h
  1 +//
  2 +// DSLSHomePageModel.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/25.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <Foundation/Foundation.h>
  10 +
  11 +@interface DSLSHomePageBannerModel : NSObject
  12 +
  13 +/**
  14 + 图片
  15 + */
  16 +@property (nonatomic,copy) NSString * simg;
  17 +/**
  18 + 跳转方式 0不跳转 1h5
  19 + */
  20 +@property (nonatomic,copy) NSString * type;
  21 +/**
  22 + 跳转给的参数
  23 + */
  24 +@property (nonatomic,copy) NSString * to;
  25 +
  26 +@end
  27 +
  28 +@interface DSLSHomePageTypeModel : NSObject
  29 +
  30 +/**
  31 + 1保洁师 2月嫂 3保姆 4小时工
  32 + */
  33 +@property (nonatomic,copy) NSString * type;
  34 +/**
  35 + 分类标题
  36 + */
  37 +@property (nonatomic,copy) NSString * title;
  38 +/**
  39 + 图标
  40 + */
  41 +@property (nonatomic,copy) NSString * simg;
  42 +/**
  43 + 标签
  44 + */
  45 +@property (nonatomic,copy) NSString * label;
  46 +/**
  47 + 内容
  48 + */
  49 +@property (nonatomic,copy) NSString * desc;
  50 +
  51 +@end
  52 +
  53 +@interface DSLSHomePageModel : NSObject
  54 +
  55 +/**
  56 + 首页幻灯片
  57 + */
  58 +@property (nonatomic,copy) NSArray * banner;
  59 +/**
  60 + 列表
  61 + */
  62 +@property (nonatomic,copy) NSArray * type;
  63 +
  64 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSHomePageTableViewCell.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSHomePageTableViewCell.h
  1 +//
  2 +// DSLSHomePageTableViewCell.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/25.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +#import "DSLSHomePageModel.h"
  11 +
  12 +@interface DSLSHomePageTableViewCell : DSTableViewCell
  13 +
  14 +@property (nonatomic,strong) DSLSHomePageTypeModel * dataModel;
  15 +
  16 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSHomePageViewController.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSHomePageViewController.h
  1 +//
  2 +// DSLSHomePageViewController.h
  3 +// iosZhaoLinNeighbouraide
  4 +//
  5 +// Created by 兆林 on 2017/4/18.
  6 +// Copyright © 2017年 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +
  11 +@interface DSLSHomePageViewController : DSBaseViewController
  12 +
  13 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListCleanerModel.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListCleanerModel.h
  1 +//
  2 +// DSLSListCleanerModel.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/25.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <Foundation/Foundation.h>
  10 +
  11 +@interface DSLSListCleanerModel : NSObject
  12 +
  13 +/**
  14 + 保洁师id
  15 + */
  16 +@property (nonatomic,copy) NSString * id;
  17 +/**
  18 + 店铺id
  19 + */
  20 +@property (nonatomic,copy) NSString * shopid;
  21 +/**
  22 + 姓名
  23 + */
  24 +@property (nonatomic,copy) NSString * name;
  25 +/**
  26 + 保洁图片
  27 + */
  28 +@property (nonatomic,copy) NSString * simg;
  29 +/**
  30 + 星级
  31 + */
  32 +@property (nonatomic,copy) NSString * star;
  33 +/**
  34 + 接单量
  35 + */
  36 +@property (nonatomic,copy) NSString * sale;
  37 +/**
  38 + 分类标题
  39 + */
  40 +@property (nonatomic,copy) NSString * group;
  41 +/**
  42 + 标签(英文逗号隔开)
  43 + */
  44 +@property (nonatomic,copy) NSString * label;
  45 +/**
  46 + 满意度
  47 + */
  48 +@property (nonatomic,copy) NSString * satisfaction;
  49 +/**
  50 + 小时工个人技能
  51 + */
  52 +@property (nonatomic,copy) NSString * specialty;
  53 +
  54 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListCleanerTableViewCell.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListCleanerTableViewCell.h
  1 +//
  2 +// DSLSListCleanerTableViewCell.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/25.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +#import "DSLSListCleanerModel.h"
  11 +
  12 +@interface DSLSListCleanerTableViewCell : DSTableViewCell
  13 +
  14 +@property (nonatomic,strong) DSLSListCleanerModel * dataModel;
  15 +
  16 +/**
  17 + 1保洁师 2小时工
  18 + */
  19 +@property (nonatomic,assign) NSInteger type;
  20 +
  21 +-(void)setDataModel:(DSLSListCleanerModel *)dataModel type:(NSInteger)type;
  22 +
  23 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListCleanerViewController.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListCleanerViewController.h
  1 +//
  2 +// DSLSListCleanerViewController.h
  3 +// iosZhaoLinNeighbouraide
  4 +//
  5 +// Created by 兆林 on 2017/4/18.
  6 +// Copyright © 2017年 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +
  11 +typedef NS_ENUM(NSUInteger, DSLSListCleanerType) {
  12 + DSLSListCleanerTypeStaff = 0, //保洁师
  13 + DSLSListCleanerTypeHourlyWorker //小时工
  14 +};
  15 +
  16 +@interface DSLSListCleanerViewController : DSBaseViewController
  17 +
  18 +/**
  19 + 创建
  20 + */
  21 +-(instancetype)initWithType:(DSLSListCleanerType)type;
  22 +
  23 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterCollectionReusableHeaderView.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterCollectionReusableHeaderView.h
  1 +//
  2 +// DSLSListFilterCollectionReusableHeaderView.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/8/8.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +
  11 +@interface DSLSListFilterCollectionReusableHeaderView : UICollectionReusableView
  12 +
  13 +@property (nonatomic,strong) UILabel * titleLab;
  14 +
  15 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterFirstStyleCollectionViewCell.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterFirstStyleCollectionViewCell.h
  1 +//
  2 +// DSLSListFilterFirstStyleCollectionViewCell.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/8/7.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +
  11 +@interface DSLSListFilterFirstStyleCollectionViewCell : UICollectionViewCell
  12 +
  13 +@property (nonatomic,strong) UILabel * titleLab;
  14 +@property (nonatomic,strong) DSImageView * line;
  15 +
  16 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterFirstStyleView.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterFirstStyleView.h
  1 +//
  2 +// DSLSListFilterFirstStyleView.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/8/7.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +
  11 +@interface DSLSListFilterFirstStyleView : UIView
  12 +
  13 +-(instancetype)initWithFrame:(CGRect)frame type:(NSInteger)type dataArr:(NSArray*)dataArr;
  14 +
  15 +-(void)removeSelf;
  16 +
  17 +@property (nonatomic,copy) void (^removeSelfAction)(void);
  18 +
  19 +//---------------------------- 筛选参数 --------------------------------
  20 +/**
  21 + 排序 1在岗天数 2月薪 3工作经验 4更新时间 5综合排序 6好评
  22 + */
  23 +@property (nonatomic,copy) NSString * order;
  24 +
  25 +-(void)setPlace:(NSString*)place place2:(NSString*)place2;
  26 +
  27 +-(void)setSalary:(NSString*)salary restSmall:(NSString*)restSmall restBig:(NSString*)restBig;
  28 +
  29 +@property (nonatomic,copy) void (^resetFirstFilterAction)(NSString * order);
  30 +@property (nonatomic,copy) void (^resetSecondFilterAction)(NSString * place,NSString * place2);
  31 +@property (nonatomic,copy) void (^resetThirdFilterAction)(NSString * salary,NSString * restSmall,NSString * restBig);
  32 +
  33 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterJiguanModel.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterJiguanModel.h
  1 +//
  2 +// DSLSListFilterJiguanModel.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/8/8.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <Foundation/Foundation.h>
  10 +
  11 +@interface DSLSListFilterJiguanPlaceModel : NSObject
  12 +
  13 +/**
  14 + id
  15 + */
  16 +@property (nonatomic,copy) NSString * id;
  17 +/**
  18 + 籍贯名称
  19 + */
  20 +@property (nonatomic,copy) NSString * title;
  21 +
  22 +@end
  23 +
  24 +@interface DSLSListFilterJiguanSecondModel : NSObject
  25 +
  26 +/**
  27 + 名称
  28 + */
  29 +@property (nonatomic,copy) NSString * title;
  30 +/**
  31 + 数组
  32 + */
  33 +@property (nonatomic,copy) NSArray * place;
  34 +
  35 +@end
  36 +
  37 +@interface DSLSListFilterJiguanModel : NSObject
  38 +
  39 +/**
  40 + 标题
  41 + */
  42 +@property (nonatomic,copy) NSString * title;
  43 +/**
  44 + 籍贯一级数组
  45 + */
  46 +@property (nonatomic,copy) NSArray * place;
  47 +/**
  48 + 籍贯二级数组
  49 + */
  50 +@property (nonatomic,copy) NSArray * place2;
  51 +
  52 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterMoreModel.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterMoreModel.h
  1 +//
  2 +// DSLSListFilterMoreModel.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/8/8.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <Foundation/Foundation.h>
  10 +
  11 +@interface DSLSListFilterMoreExperienceModel : NSObject
  12 +
  13 +/**
  14 + 名称
  15 + */
  16 +@property (nonatomic,copy) NSString * title;
  17 +/**
  18 + 最小参数
  19 + */
  20 +@property (nonatomic,copy) NSString * small;
  21 +/**
  22 + 最大参数
  23 + */
  24 +@property (nonatomic,copy) NSString * big;
  25 +
  26 +@end
  27 +
  28 +@interface DSLSListFilterMoreAgeModel : NSObject
  29 +
  30 +/**
  31 + 名称
  32 + */
  33 +@property (nonatomic,copy) NSString * title;
  34 +/**
  35 + 最小参数
  36 + */
  37 +@property (nonatomic,copy) NSString * small;
  38 +/**
  39 + 最大参数
  40 + */
  41 +@property (nonatomic,copy) NSString * big;
  42 +
  43 +@end
  44 +
  45 +@interface DSLSListFilterMoreDutiesModel : NSObject
  46 +
  47 +/**
  48 + 名称
  49 + */
  50 +@property (nonatomic,copy) NSString * title;
  51 +/**
  52 + id
  53 + */
  54 +@property (nonatomic,copy) NSString * id;
  55 +
  56 +@end
  57 +
  58 +@interface DSLSListFilterMoreAbilityModel : NSObject
  59 +
  60 +/**
  61 + 名称
  62 + */
  63 +@property (nonatomic,copy) NSString * title;
  64 +/**
  65 + id
  66 + */
  67 +@property (nonatomic,copy) NSString * id;
  68 +
  69 +@end
  70 +
  71 +@interface DSLSListFilterMoreEducationModel : NSObject
  72 +
  73 +/**
  74 + 名称
  75 + */
  76 +@property (nonatomic,copy) NSString * title;
  77 +/**
  78 + id
  79 + */
  80 +@property (nonatomic,copy) NSString * id;
  81 +
  82 +@end
  83 +
  84 +@interface DSLSListFilterMoreOndutyModel : NSObject
  85 +
  86 +/**
  87 + 名称
  88 + */
  89 +@property (nonatomic,copy) NSString * title;
  90 +/**
  91 + 最小参数
  92 + */
  93 +@property (nonatomic,copy) NSString * small;
  94 +/**
  95 + 最大参数
  96 + */
  97 +@property (nonatomic,copy) NSString * big;
  98 +
  99 +@end
  100 +
  101 +@interface DSLSListFilterMoreTrainingModel : NSObject
  102 +
  103 +/**
  104 + 名称
  105 + */
  106 +@property (nonatomic,copy) NSString * title;
  107 +/**
  108 + 是否有
  109 + */
  110 +@property (nonatomic,copy) NSString * is;
  111 +
  112 +@end
  113 +
  114 +@interface DSLSListFilterMorePaperworkModel : NSObject
  115 +
  116 +/**
  117 + 名称
  118 + */
  119 +@property (nonatomic,copy) NSString * title;
  120 +/**
  121 + 是否有
  122 + */
  123 +@property (nonatomic,copy) NSString * is;
  124 +
  125 +@end
  126 +
  127 +@interface DSLSListFilterMoreInsuranceModel : NSObject
  128 +
  129 +/**
  130 + 名称
  131 + */
  132 +@property (nonatomic,copy) NSString * title;
  133 +/**
  134 + 是否有
  135 + */
  136 +@property (nonatomic,copy) NSString * is;
  137 +
  138 +@end
  139 +
  140 +@interface DSLSListFilterMoreModel : NSObject
  141 +
  142 +/**
  143 + 名称
  144 + */
  145 +@property (nonatomic,copy) NSString * title;
  146 +/**
  147 + 经验数组
  148 + */
  149 +@property (nonatomic,copy) NSArray * experience;
  150 +/**
  151 + 年龄数组
  152 + */
  153 +@property (nonatomic,copy) NSArray * age;
  154 +/**
  155 + 职务数组
  156 + */
  157 +@property (nonatomic,copy) NSArray * duties;
  158 +/**
  159 + 能力数组
  160 + */
  161 +@property (nonatomic,copy) NSArray * ability;
  162 +/**
  163 + 学历数组
  164 + */
  165 +@property (nonatomic,copy) NSArray * education;
  166 +/**
  167 + 在岗天数数组
  168 + */
  169 +@property (nonatomic,copy) NSArray * onduty;
  170 +/**
  171 + 培训经历数组
  172 + */
  173 +@property (nonatomic,copy) NSArray * training;
  174 +/**
  175 + 证件照数组
  176 + */
  177 +@property (nonatomic,copy) NSArray * paperwork;
  178 +/**
  179 + 保险数组
  180 + */
  181 +@property (nonatomic,copy) NSArray * insurance;
  182 +
  183 +
  184 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterSecondStyleCollectionViewCell.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterSecondStyleCollectionViewCell.h
  1 +//
  2 +// DSLSListFilterSecondStyleCollectionViewCell.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/8/8.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +
  11 +@interface DSLSListFilterSecondStyleCollectionViewCell : UICollectionViewCell
  12 +
  13 +@property (nonatomic,strong) DSRoundedRectView * colorView;
  14 +@property (nonatomic,strong) UILabel * titleLab;
  15 +
  16 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterSecondStyleView.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterSecondStyleView.h
  1 +//
  2 +// DSLSListFilterSecondStyleView.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/8/8.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +
  11 +@interface DSLSListFilterSecondStyleView : UIView
  12 +
  13 +-(instancetype)initWithFrame:(CGRect)frame dataArr:(NSArray*)dataArr;
  14 +
  15 +-(void)removeSelf;
  16 +
  17 +@property (nonatomic,copy) void (^removeSelfAction)(void);
  18 +
  19 +//---------------------------- 筛选参数 --------------------------------
  20 +-(void)setAgeSmall:(NSString*)ageSmall ageBig:(NSString*)ageBig duties:(NSString*)duties ability:(NSString*)ability education:(NSString*)education cardno_img:(NSString*)cardno_img insurance:(NSString*)insurance oudutySmall:(NSString*)oudutySmall oudutyBig:(NSString*)oudutyBig experienceSmall:(NSString*)experienceSmall experienceBig:(NSString*)experienceBig training:(NSString*)training;
  21 +
  22 +@property (nonatomic,copy) void (^resetFourthFilterAction)(NSString * ageSmall,NSString * ageBig,NSString * duties,NSString * ability,NSString * education,NSString * cardno_img,NSString * insurance,NSString * oudutySmall,NSString * oudutyBig,NSString * experienceSmall,NSString * experienceBig,NSString * training);
  23 +
  24 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterXinshuiModel.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterXinshuiModel.h
  1 +//
  2 +// DSLSListFilterXinshuiModel.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/8/8.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <Foundation/Foundation.h>
  10 +
  11 +@interface DSLSListFilterXinshuiSalaryModel : 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 * small;
  25 +/**
  26 + 最大参数
  27 + */
  28 +@property (nonatomic,copy) NSString * big;
  29 +
  30 +@end
  31 +
  32 +@interface DSLSListFilterXinshuiHughModel : NSObject
  33 +
  34 +/**
  35 + 名称
  36 + */
  37 +@property (nonatomic,copy) NSString * title;
  38 +/**
  39 + 最小参数
  40 + */
  41 +@property (nonatomic,copy) NSString * small;
  42 +/**
  43 + 最大参数
  44 + */
  45 +@property (nonatomic,copy) NSString * big;
  46 +
  47 +@end
  48 +
  49 +@interface DSLSListFilterXinshuiModel : NSObject
  50 +
  51 +/**
  52 + 名称
  53 + */
  54 +@property (nonatomic,copy) NSString * title;
  55 +/**
  56 + 待遇数组
  57 + */
  58 +@property (nonatomic,copy) NSArray * salary;
  59 +/**
  60 + 月休数组
  61 + */
  62 +@property (nonatomic,copy) NSArray * hugh;
  63 +
  64 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFirstTypeViewController.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFirstTypeViewController.h
  1 +//
  2 +// DSLSListFirstTypeViewController.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/25.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +
  11 +@interface DSLSListFirstTypeViewController : DSBaseViewController
  12 +
  13 +/**
  14 + 0保洁项目 1保洁师
  15 + */
  16 +@property (nonatomic,assign) NSInteger lookIndex;
  17 +
  18 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListProjectCategoryModel.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListProjectCategoryModel.h
  1 +//
  2 +// DSLSListProjectCategoryModel.h
  3 +// iosZhaoLinNeighbouraide
  4 +//
  5 +// Created by 兆林 on 2017/4/19.
  6 +// Copyright © 2017年 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <Foundation/Foundation.h>
  10 +
  11 +@interface DSLSListProjectCategoryBannerModel : NSObject
  12 +
  13 +/**
  14 + 跳转目标 为0不跳转
  15 + */
  16 +@property (nonatomic,copy) NSString * to;
  17 +/**
  18 + 跳转方式 0不跳转 1跳5 2商品
  19 + */
  20 +@property (nonatomic,copy) NSString * type;
  21 +/**
  22 + 图标 为空不显示
  23 + */
  24 +@property (nonatomic,copy) NSString * simg;
  25 +
  26 +@end
  27 +
  28 +@interface DSLSListProjectCategoryGroupModel : NSObject
  29 +
  30 +/**
  31 + 分类id
  32 + */
  33 +@property (nonatomic,copy) NSString * id;
  34 +/**
  35 + 分类标题
  36 + */
  37 +@property (nonatomic,copy) NSString * title;
  38 +/**
  39 + 图标
  40 + */
  41 +@property (nonatomic,copy) NSString * simg;
  42 +/**
  43 + 选中图标
  44 + */
  45 +@property (nonatomic,copy) NSString * bg_simg;
  46 +
  47 +@end
  48 +
  49 +@interface DSLSListProjectCategoryModel : NSObject
  50 +
  51 +/**
  52 + banner
  53 + */
  54 +@property (nonatomic,copy) NSArray * banner;
  55 +/**
  56 + 分类
  57 + */
  58 +@property (nonatomic,copy) NSArray * group;
  59 +
  60 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListProjectCollectionReusableView.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListProjectCollectionReusableView.h
  1 +//
  2 +// DSLSListProjectCollectionReusableView.h
  3 +// iosZhaoLinNeighbouraide
  4 +//
  5 +// Created by 兆林 on 2017/4/18.
  6 +// Copyright © 2017年 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +#import "DSLSListProjectCategoryModel.h"
  11 +
  12 +@interface DSLSListProjectCollectionReusableView : UICollectionReusableView
  13 +
  14 +@property (nonatomic,strong) BKCycleScrollView * bannerView;
  15 +
  16 +@property (nonatomic,strong) DSLSListProjectCategoryModel * categoryModel;
  17 +
  18 +@property (nonatomic,assign) NSInteger selectIndex;
  19 +
  20 +-(void)insertData:(DSLSListProjectCategoryModel *)categoryModel selectIndex:(NSInteger)selectIndex;
  21 +
  22 +@property (nonatomic,copy) void (^tapBannerAction)(NSString * to , NSString * type);
  23 +@property (nonatomic,copy) void (^selectCategoryIndex)(NSInteger index);
  24 +
  25 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListProjectCollectionViewCell.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListProjectCollectionViewCell.h
  1 +//
  2 +// DSLSListProjectCollectionViewCell.h
  3 +// iosZhaoLinNeighbouraide
  4 +//
  5 +// Created by 兆林 on 2017/4/18.
  6 +// Copyright © 2017年 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +
  11 +@interface DSLSListProjectCollectionViewCell : UICollectionViewCell
  12 +
  13 +@property (nonatomic,strong) DSImageView * showImageView;
  14 +@property (nonatomic,strong) UILabel * title;
  15 +@property (nonatomic,strong) UILabel * price;
  16 +@property (nonatomic,strong) UILabel * service_num;
  17 +@property (nonatomic,strong) UILabel * remind;
  18 +
  19 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListProjectModel.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListProjectModel.h
  1 +//
  2 +// DSLSListProjectModel.h
  3 +// iosZhaoLinNeighbouraide
  4 +//
  5 +// Created by 兆林 on 2017/4/19.
  6 +// Copyright © 2017年 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <Foundation/Foundation.h>
  10 +
  11 +@interface DSLSListProjectModel : 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 * simg;
  25 +/**
  26 + 价格
  27 + */
  28 +@property (nonatomic,copy) NSString * price;
  29 +/**
  30 + 销量
  31 + */
  32 +@property (nonatomic,copy) NSString * sale;
  33 +/**
  34 + 由哪个商店提供
  35 + */
  36 +@property (nonatomic,copy) NSString * shop_title;
  37 +
  38 +
  39 +/**
  40 + 1、数量 2、时间 (时间是半个小时一个单位)
  41 + */
  42 +@property ( nonatomic , strong ) NSString * unit;
  43 +
  44 +/**
  45 + 计量单位
  46 + */
  47 +@property ( nonatomic , strong ) NSString * unit_desc;
  48 +
  49 +/**
  50 + 店铺电话
  51 + */
  52 +@property ( nonatomic , strong ) NSString * shop_phone;
  53 +
  54 +
  55 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListProjectViewController.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListProjectViewController.h
  1 +//
  2 +// DSLSListProjectViewController.h
  3 +// iosZhaoLinNeighbouraide
  4 +//
  5 +// Created by 兆林 on 2017/4/18.
  6 +// Copyright © 2017年 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +
  11 +@interface DSLSListProjectViewController : DSBaseViewController
  12 +
  13 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListSecondTypeModel.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListSecondTypeModel.h
  1 +//
  2 +// DSLSListSecondTypeModel.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/26.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <Foundation/Foundation.h>
  10 +
  11 +@interface DSLSListSecondTypeModel : NSObject
  12 +
  13 +/**
  14 + 月嫂id
  15 + */
  16 +@property (nonatomic,copy) NSString * id;
  17 +/**
  18 + 姓名
  19 + */
  20 +@property (nonatomic,copy) NSString * name;
  21 +/**
  22 + 头像
  23 + */
  24 +@property (nonatomic,copy) NSString * simg;
  25 +/**
  26 + 每月价格
  27 + */
  28 +@property (nonatomic,copy) NSString * price;
  29 +/**
  30 + 在岗天数
  31 + */
  32 +@property (nonatomic,copy) NSString * onduty;
  33 +/**
  34 + 标签
  35 + */
  36 +@property (nonatomic,copy) NSString * label;
  37 +/**
  38 + 好评
  39 + */
  40 +@property (nonatomic,copy) NSString * praise;
  41 +
  42 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListSecondTypeTableViewCell.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListSecondTypeTableViewCell.h
  1 +//
  2 +// DSLSListSecondTypeTableViewCell.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/26.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +#import "DSLSListSecondTypeModel.h"
  11 +
  12 +@interface DSLSListSecondTypeTableViewCell : DSTableViewCell
  13 +
  14 +@property (nonatomic,strong) DSLSListSecondTypeModel * dataModel;
  15 +
  16 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListSecondTypeViewController.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListSecondTypeViewController.h
  1 +//
  2 +// DSLSListSecondTypeViewController.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/25.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +
  11 +@interface DSLSListSecondTypeViewController : DSBaseViewController
  12 +
  13 +/**
  14 + 1月嫂 2保姆
  15 + */
  16 +@property (nonatomic,assign) NSInteger type;
  17 +
  18 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderDetailsModel.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderDetailsModel.h
  1 +//
  2 +// DSLSOrderDetailsModel.h
  3 +// iosZhaoLinNeighbouraide
  4 +//
  5 +// Created by 张魁 on 2017/4/20.
  6 +// Copyright © 2017年 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <Foundation/Foundation.h>
  10 +
  11 +@interface DSLSOrderDetailsGoodsModel : NSObject
  12 +
  13 +/**
  14 + id 商品id
  15 + */
  16 +@property (nonatomic,copy) NSString * id;
  17 +
  18 +/**
  19 + prices 划去的价格
  20 + */
  21 +@property (nonatomic,copy) NSString * prices;
  22 +
  23 +/**
  24 + simg 图片
  25 + */
  26 +@property (nonatomic,copy) NSString * simg;
  27 +
  28 +/**
  29 + price 价格
  30 + */
  31 +@property (nonatomic,copy) NSString * price;
  32 +
  33 +/**
  34 + title 标题
  35 + */
  36 +@property (nonatomic,copy) NSString * title;
  37 +
  38 +/**
  39 + ads 广告语
  40 + */
  41 +@property (nonatomic,copy) NSString * ads;
  42 +
  43 +/**
  44 + num 数量
  45 + */
  46 +@property (nonatomic,copy) NSString * num;
  47 +
  48 +/**
  49 + goods_id 产品id
  50 + */
  51 +@property (nonatomic,copy) NSString * goods_id;
  52 +
  53 +/**
  54 + endtime 服务时间(实际服务时间)
  55 + */
  56 +@property (nonatomic,copy) NSString * endtime;
  57 +
  58 +/**
  59 + shop_title 店铺名称
  60 + */
  61 +@property (nonatomic,copy) NSString * shop_title;
  62 +/**
  63 + 1、数量 2、时间 (时间是半个小时一个单位)
  64 + */
  65 +@property (nonatomic,copy) NSString * unit;
  66 +
  67 +/**
  68 + 计量单位
  69 + */
  70 +@property (nonatomic,copy) NSString * unit_desc;
  71 +
  72 +/**
  73 + 店铺电话
  74 + */
  75 +@property (nonatomic,copy) NSString * shop_phone;
  76 +
  77 +@end
  78 +
  79 +
  80 +
  81 +@interface DSLSOrderDetailsModel : NSObject
  82 +
  83 +/**
  84 + id 订单id
  85 + */
  86 +@property (nonatomic,copy) NSString * id;
  87 +/**
  88 + orderid 订单号
  89 + */
  90 +@property (nonatomic,copy) NSString * orderid;
  91 +/**
  92 + price 实付价格或定金
  93 + */
  94 +@property (nonatomic,copy) NSString * price;
  95 +/**
  96 + price 总价格
  97 + */
  98 +@property (nonatomic,copy) NSString * prices;
  99 +/**
  100 + uid 会员id
  101 + */
  102 +@property (nonatomic,copy) NSString * uid;
  103 +/**
  104 + payment 支付方式 0未支付 1支付宝 2微信 3银联 4网家家支付 5货到付款
  105 + */
  106 +@property (nonatomic,copy) NSString * payment;
  107 +/**
  108 + addtime 下单时间
  109 + */
  110 +@property (nonatomic,copy) NSString * addtime;
  111 +/**
  112 + state 状态 1待付款 2待服务 3服务中 4已完成 5已取消 6已退款
  113 + */
  114 +@property (nonatomic,copy) NSString * state;
  115 +/**
  116 + uidtime state等于4时判断此值 等于0时为服务中 不为0时为已完成
  117 + */
  118 +@property (nonatomic,copy) NSString * uidtime;
  119 +/**
  120 + address_name 地址人名
  121 + */
  122 +@property (nonatomic,copy) NSString * address_name;
  123 +/**
  124 + address_phone 地址电话
  125 + */
  126 +@property (nonatomic,copy) NSString * address_phone;
  127 +
  128 +/**
  129 + address_address 地址
  130 + */
  131 +@property (nonatomic,copy) NSString * address_address;
  132 +/**
  133 + content 订单备注
  134 + */
  135 +@property (nonatomic,copy) NSString * content;
  136 +/**
  137 + is_tui 为2显示申请退款中
  138 + */
  139 +@property (nonatomic,copy) NSString * is_tui;
  140 +/**
  141 + is_refund 等于2时 不可以申请退款
  142 + */
  143 +@property (nonatomic,copy) NSString * is_refund;
  144 +/**
  145 + endtime 服务时间(实际服务时间)
  146 + */
  147 +@property (nonatomic,copy) NSString * endtime;
  148 +
  149 +/**
  150 + edittime 修改时间
  151 + */
  152 +@property (nonatomic,copy) NSString * edittime;
  153 +
  154 +/**
  155 + edit_desc 修改服务时间备注
  156 + */
  157 +@property (nonatomic,copy) NSString * edit_desc;
  158 +
  159 +/**
  160 + formertime 服务时间(原服务时间)
  161 + */
  162 +@property (nonatomic,copy) NSString * formertime;
  163 +/**
  164 + 商品列表
  165 + */
  166 +@property ( nonatomic , strong ) NSArray * goods;
  167 +/**
  168 + 售后id 为零则未申请售后
  169 + */
  170 +@property (nonatomic,copy) NSString * refund_id;
  171 +/**
  172 + (月嫂、保姆状态) 判断是否是预付订单 0预付订单 非0余额订单
  173 + */
  174 +@property (nonatomic,copy) NSString * pid;
  175 +/**
  176 + 面试时间
  177 + */
  178 +@property (nonatomic,copy) NSString * audition_time;
  179 +/**
  180 + 面试类型 1到店面试 2到家面试
  181 + */
  182 +@property (nonatomic,copy) NSString * audition_type;
  183 +/**
  184 + 面试地址
  185 + */
  186 +@property (nonatomic,copy) NSString * audition_address;
  187 +/**
  188 + (月嫂、保姆状态) 0预约中 非0面试中
  189 + */
  190 +@property (nonatomic,copy) NSString * shoptime;
  191 +/**
  192 + 订单类型 1保洁产品 2 预约保洁师 3月嫂 4保姆 5小时工
  193 + */
  194 +@property (nonatomic,copy) NSString * type;
  195 +/**
  196 + 1月 2天
  197 + */
  198 +@property (nonatomic,copy) NSString * timetype;
  199 +
  200 +@end
  201 +
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderDetailsViewController.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderDetailsViewController.h
  1 +//
  2 +// DSLSOrderDetailsViewController.h
  3 +// iosZhaoLinNeighbouraide
  4 +//
  5 +// Created by 张魁 on 2017/4/18.
  6 +// Copyright © 2017年 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +
  11 +@interface DSLSOrderDetailsViewController : DSBaseViewController
  12 +
  13 +/**
  14 + 订单id
  15 + */
  16 +@property ( nonatomic , strong ) NSString * orderId;
  17 +
  18 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderListModel.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderListModel.h
  1 +//
  2 +// DSLSOrderListModel.h
  3 +// iosZhaoLinNeighbouraide
  4 +//
  5 +// Created by 兆林 on 2017/4/20.
  6 +// Copyright © 2017年 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <Foundation/Foundation.h>
  10 +
  11 +@interface DSLSOrderListGoodsModel : 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 * price;
  25 +/**
  26 + 划去的价格
  27 + */
  28 +@property (nonatomic,copy) NSString * prices;
  29 +/**
  30 + 广告语
  31 + */
  32 +@property (nonatomic,copy) NSString * ads;
  33 +/**
  34 + 图片
  35 + */
  36 +@property (nonatomic,copy) NSString * simg;
  37 +/**
  38 + 数量 (半个小时一个单位)
  39 + */
  40 +@property (nonatomic,copy) NSString * num;
  41 +
  42 +
  43 +/**
  44 + 1、数量 2、时间 (时间是半个小时一个单位)
  45 + */
  46 +@property ( nonatomic , strong ) NSString * unit;
  47 +
  48 +/**
  49 + 计量单位
  50 + */
  51 +@property ( nonatomic , strong ) NSString * unit_desc;
  52 +
  53 +/**
  54 + 店铺电话
  55 + */
  56 +@property ( nonatomic , strong ) NSString * shop_phone;
  57 +
  58 +@end
  59 +
  60 +@interface DSLSOrderListModel : NSObject
  61 +
  62 +/**
  63 + 订单id
  64 + */
  65 +@property (nonatomic,copy) NSString * id;
  66 +/**
  67 + 付款时用的订单号
  68 + */
  69 +@property (nonatomic,copy) NSString * orderid;
  70 +/**
  71 + 实付价格
  72 + */
  73 +@property (nonatomic,copy) NSString * price;
  74 +/**
  75 + 下单时间
  76 + */
  77 +@property (nonatomic,copy) NSString * addtime;
  78 +/**
  79 + 状态 1待付款 2待服务 3,4服务中 4已完成 5已取消 6已退款
  80 + */
  81 +@property (nonatomic,copy) NSString * state;
  82 +/**
  83 + state等于4时判断此值 等于0时为待确认 不为0时为已完成
  84 + */
  85 +@property (nonatomic,copy) NSString * uidtime;
  86 +/**
  87 + 小时(半个小时一个单位)
  88 + */
  89 +@property (nonatomic,copy) NSString * count;
  90 +/**
  91 + 1。3不显示 2申请退款中(替换掉state状态)
  92 + */
  93 +@property (nonatomic,copy) NSString * is_tui;
  94 +/**
  95 + 等于2时 不可以申请退款
  96 + */
  97 +@property (nonatomic,copy) NSString * is_refund;
  98 +/**
  99 + (商品)
  100 + */
  101 +@property (nonatomic,copy) NSArray * goods;
  102 +/**
  103 + 服务开始时间
  104 + */
  105 +@property (nonatomic,copy) NSString * endtime;
  106 +/**
  107 + 订单类型 1保洁产品 2保洁师 3月嫂 4保姆 5小时工
  108 + */
  109 +@property (nonatomic,copy) NSString * type;
  110 +/**
  111 + (月嫂、保姆状态) 判断是否是预付订单 0预付订单 非0余额订单
  112 + */
  113 +@property (nonatomic,copy) NSString * pid;
  114 +/**
  115 + (月嫂、保姆状态) 0预约中 非0面试中
  116 + */
  117 +@property (nonatomic,copy) NSString * shoptime;
  118 +/**
  119 + 1月 2天
  120 + */
  121 +@property (nonatomic,copy) NSString * timetype;
  122 +
  123 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderListSubViewController.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderListSubViewController.h
  1 +//
  2 +// DSLSOrderListSubViewController.h
  3 +// iosZhaoLinNeighbouraide
  4 +//
  5 +// Created by 兆林 on 2017/4/20.
  6 +// Copyright © 2017年 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +
  11 +@interface DSLSOrderListSubViewController : DSBaseViewController
  12 +
  13 +/**
  14 + 刷新数据
  15 + */
  16 +-(void)resetData;
  17 +
  18 +
  19 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderListTableViewCell.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderListTableViewCell.h
  1 +//
  2 +// DSLSOrderListTableViewCell.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/3/28.
  6 +//
  7 +
  8 +#import <DSBaseModule/DSBaseModule.h>
  9 +#import "DSLSOrderListModel.h"
  10 +
  11 +NS_ASSUME_NONNULL_BEGIN
  12 +
  13 +@interface DSLSOrderListTableViewCell : DSTableViewCell
  14 +
  15 +@property (nonatomic,strong) DSLSOrderListModel * model;
  16 +
  17 +@end
  18 +
  19 +NS_ASSUME_NONNULL_END
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderListViewController.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderListViewController.h
  1 +//
  2 +// DSLSOrderListViewController.h
  3 +// iosZhaoLinNeighbouraide
  4 +//
  5 +// Created by 兆林 on 2017/4/20.
  6 +// Copyright © 2017年 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +
  11 +@interface DSLSOrderListViewController : DSBaseViewController
  12 +
  13 +@property (nonatomic,assign) NSInteger showIndex;
  14 +
  15 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundApplyModel.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundApplyModel.h
  1 +//
  2 +// DSLSRefundApplyModel.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2020/1/9.
  6 +// Copyright © 2020 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <Foundation/Foundation.h>
  10 +
  11 +NS_ASSUME_NONNULL_BEGIN
  12 +
  13 +@interface DSLSRefundApplyModel : NSObject
  14 +
  15 +/// 可退款金额
  16 +@property (nonatomic,copy) NSString * price;
  17 +
  18 +@end
  19 +
  20 +NS_ASSUME_NONNULL_END
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundApplyTableViewCell.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundApplyTableViewCell.h
  1 +//
  2 +// DSLSRefundApplyTableViewCell.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/2/16.
  6 +//
  7 +
  8 +#import <DSBaseModule/DSBaseModule.h>
  9 +
  10 +NS_ASSUME_NONNULL_BEGIN
  11 +
  12 +@interface DSLSRefundApplyTableViewCell : DSTableViewCell
  13 +
  14 +@property (nonatomic,strong) DSTextView * descTextView;
  15 +
  16 +#pragma mark - 赋值
  17 +
  18 +@property (nonatomic,assign,readonly) NSUInteger row;
  19 +@property (nonatomic,copy,readonly) NSAttributedString * title;
  20 +@property (nonatomic,copy,readonly) NSString * content;
  21 +@property (nonatomic,copy,readonly) NSString * placeholder;
  22 +@property (nonatomic,assign,readonly) BOOL isDisplayRightArrowImage;
  23 +
  24 +-(void)setRow:(NSUInteger)row title:(NSAttributedString*)title content:(NSString*)content placeholder:(NSString*)placeholder isDisplayRightArrowImage:(BOOL)isDisplayRightArrowImage;
  25 +
  26 +@end
  27 +
  28 +NS_ASSUME_NONNULL_END
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundApplyViewController.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundApplyViewController.h
  1 +//
  2 +// DSLSRefundApplyViewController.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/2/16.
  6 +//
  7 +
  8 +#import <DSBaseModule/DSBaseModule.h>
  9 +
  10 +typedef NS_ENUM(NSUInteger, DSLSRefundApplyType) {
  11 + DSLSRefundApplyTypeApply = 0, //申请
  12 + DSLSRefundApplyTypeEdit //修改
  13 +};
  14 +
  15 +NS_ASSUME_NONNULL_BEGIN
  16 +
  17 +@interface DSLSRefundApplyViewController : DSBaseViewController
  18 +
  19 +/**
  20 + 格式
  21 + */
  22 +@property (nonatomic,assign) DSLSRefundApplyType type;
  23 +/**
  24 + 订单Id
  25 + */
  26 +@property (nonatomic,copy) NSString * orderId;
  27 +
  28 +#pragma mark - 下面是修改申请退款时用到的
  29 +
  30 +/**
  31 + 退款Id
  32 + */
  33 +@property (nonatomic,copy) NSString * refundId;
  34 +/**
  35 + 退款金额 (餐厅在申请退款时也用到了)
  36 + */
  37 +@property (nonatomic,copy) NSString * price;
  38 +/**
  39 + 退款原因
  40 + */
  41 +@property (nonatomic,copy) NSString * reason;
  42 +/**
  43 + 退款说明
  44 + */
  45 +@property (nonatomic,copy) NSString * desc;
  46 +
  47 +@end
  48 +
  49 +NS_ASSUME_NONNULL_END
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundDetailsModel.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundDetailsModel.h
  1 +//
  2 +// DSLSRefundDetailsModel.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/2/19.
  6 +//
  7 +
  8 +#import <Foundation/Foundation.h>
  9 +
  10 +NS_ASSUME_NONNULL_BEGIN
  11 +
  12 +@interface DSLSRefundDetailsModel : NSObject
  13 +
  14 +/**
  15 + 审核原因(取消退款状态显示)
  16 + */
  17 +@property (nonatomic,copy) NSString * desc;
  18 +/**
  19 + 店铺名称
  20 + */
  21 +@property (nonatomic,copy) NSString * shop_name;
  22 +/**
  23 + 退款说明
  24 + */
  25 +@property (nonatomic,copy) NSString * content;
  26 +/**
  27 + 申请时间
  28 + */
  29 +@property (nonatomic,copy) NSString * addtime;
  30 +/**
  31 + 退款编号id
  32 + */
  33 +@property (nonatomic,copy) NSString * id;
  34 +/**
  35 + 退款金额
  36 + */
  37 +@property (nonatomic,copy) NSString * price;
  38 +/**
  39 + 退款原因
  40 + */
  41 +@property (nonatomic,copy) NSString * title;
  42 +/**
  43 + 审核时间(关闭时间 退款时间都是 根据状态判断)
  44 + */
  45 +@property (nonatomic,copy) NSString * statetime;
  46 +/**
  47 + 状态 1申请中 2已通过 3商家拒绝退款 5取消退款
  48 + */
  49 +@property (nonatomic,copy) NSString * state;
  50 +/**
  51 + 申请中判断 等于1时味可修改状态 为2时不可以修改
  52 + */
  53 +@property (nonatomic,copy) NSString * status;
  54 +/**
  55 + 退货方式 1退款退货 2退款不退货
  56 + */
  57 +@property (nonatomic,copy) NSString * tui_mode;
  58 +/**
  59 + 快递公司id
  60 + */
  61 +@property (nonatomic,copy) NSString * express_ids;
  62 +/**
  63 + 申请退款 快递公司
  64 + */
  65 +@property (nonatomic,copy) NSString * express;
  66 +/**
  67 + 申请退款 快递编号
  68 + */
  69 +@property (nonatomic,copy) NSString * express_num;
  70 +/**
  71 + 快递修改状态 1可修改 2不可修改
  72 + */
  73 +@property (nonatomic,copy) NSString * express_edit_state;
  74 +/**
  75 + 快递修改信息 (一维数组)
  76 + */
  77 +@property (nonatomic,copy) NSArray<NSString*> * express_record;
  78 +/**
  79 + 退货联系人
  80 + */
  81 +@property (nonatomic,copy) NSString * return_name;
  82 +/**
  83 + 退货联系电话
  84 + */
  85 +@property (nonatomic,copy) NSString * return_phone;
  86 +/**
  87 + 退货地址
  88 + */
  89 +@property (nonatomic,copy) NSString * return_address;
  90 +
  91 +#pragma mark - 自己加的
  92 +
  93 +/**
  94 + 是否手动再次修改快递信息
  95 + */
  96 +@property (nonatomic,assign) BOOL isManualEditExpressMessage;
  97 +
  98 +@end
  99 +
  100 +NS_ASSUME_NONNULL_END
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundDetailsTableHeaderView.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundDetailsTableHeaderView.h
  1 +//
  2 +// DSLSRefundDetailsTableHeaderView.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/2/19.
  6 +//
  7 +
  8 +#import <UIKit/UIKit.h>
  9 +#import "DSLSRefundDetailsModel.h"
  10 +#import "DSLSRefundDetailsViewController.h"
  11 +
  12 +NS_ASSUME_NONNULL_BEGIN
  13 +
  14 +@interface DSLSRefundDetailsTableHeaderView : UIView
  15 +
  16 +@property (nonatomic,strong) DSLSRefundDetailsModel * detailsModel;
  17 +
  18 +@property (nonatomic,copy) void (^editRefundCallBack)(void);//修改退款
  19 +@property (nonatomic,copy) void (^cancelRefundCallBack)(void);//取消退款
  20 +
  21 +@end
  22 +
  23 +NS_ASSUME_NONNULL_END
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundDetailsTableViewCell.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundDetailsTableViewCell.h
  1 +//
  2 +// DSLSRefundDetailsTableViewCell.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/2/19.
  6 +//
  7 +
  8 +#import <DSBaseModule/DSBaseModule.h>
  9 +
  10 +NS_ASSUME_NONNULL_BEGIN
  11 +
  12 +@interface DSLSRefundDetailsTableViewCell : DSTableViewCell
  13 +
  14 +@property (nonatomic,copy,readonly) NSString * title;
  15 +@property (nonatomic,copy,readonly) NSString * content;
  16 +@property (nonatomic,assign,readonly) BOOL isSectionHeader;//是否为区标题显示(省了写区头了)
  17 +
  18 +-(void)setTitle:(NSString*)title content:(NSString*)content isSectionHeader:(BOOL)isSectionHeader;
  19 +
  20 +@end
  21 +
  22 +NS_ASSUME_NONNULL_END
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundDetailsViewController.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundDetailsViewController.h
  1 +//
  2 +// DSLSRefundDetailsViewController.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/2/19.
  6 +//
  7 +
  8 +#import <DSBaseModule/DSBaseModule.h>
  9 +
  10 +NS_ASSUME_NONNULL_BEGIN
  11 +
  12 +@interface DSLSRefundDetailsViewController : DSBaseViewController
  13 +
  14 +/**
  15 + 订单id
  16 + */
  17 +@property (nonatomic,copy) NSString * orderId;
  18 +
  19 +@end
  20 +
  21 +NS_ASSUME_NONNULL_END
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSStyleConfirmOrderModel.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSStyleConfirmOrderModel.h
  1 +//
  2 +// DSLSSStyleConfirmOrderModel.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/3/28.
  6 +//
  7 +
  8 +#import <Foundation/Foundation.h>
  9 +
  10 +NS_ASSUME_NONNULL_BEGIN
  11 +
  12 +@interface DSLSSStyleConfirmOrderModel : NSObject
  13 +
  14 +/**
  15 + 1保洁项目 2保洁师 3 月嫂 4保姆 5小时工
  16 + */
  17 +@property (nonatomic,copy) NSString * type;
  18 +/**
  19 + 产品id
  20 + */
  21 +@property (nonatomic,copy) NSString * ids;
  22 +/**
  23 + 开始时间(时间戳)
  24 + */
  25 +@property (nonatomic,copy) NSString * endtime;
  26 +/**
  27 + 数量
  28 + */
  29 +@property (nonatomic,copy) NSString * num;
  30 +/**
  31 + 被服务人名
  32 + */
  33 +@property (nonatomic,copy) NSString * contactName;
  34 +/**
  35 + 被服务人电话
  36 + */
  37 +@property (nonatomic,copy) NSString * contactPhone;
  38 +/**
  39 + 地址(必传)
  40 + */
  41 +@property (nonatomic,copy) NSString * address;
  42 +/**
  43 + 实际支付金额(必传)(订金)
  44 + */
  45 +@property (nonatomic,copy) NSString * price;
  46 +/**
  47 + 订单备注
  48 + */
  49 +@property (nonatomic,copy) NSString * content;
  50 +/**
  51 + 全部金额
  52 + */
  53 +@property (nonatomic,copy) NSString * prices;
  54 +/**
  55 + 1月 2天
  56 + */
  57 +@property (nonatomic,copy) NSString * timetype;
  58 +
  59 +@end
  60 +
  61 +NS_ASSUME_NONNULL_END
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSStyleConfirmOrderNextViewController.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSStyleConfirmOrderNextViewController.h
  1 +//
  2 +// DSLSSStyleConfirmOrderNextViewController.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/28.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +#import "BKLifeServiceSecondTypeDetailsModel.h"
  11 +#import <DSAddressModule/DSAddressViewController.h>
  12 +#import "DSLSSStyleConfirmOrderModel.h"
  13 +
  14 +@interface DSLSSStyleConfirmOrderNextViewController : DSBaseViewController
  15 +
  16 +/**
  17 + 月嫂详情数据
  18 + */
  19 +@property (nonatomic,strong) BKLifeServiceSecondTypeDetailsModel * secondTypeDetailsModel;
  20 +
  21 +/**
  22 + 请求下单部分数据
  23 + */
  24 +@property (nonatomic,strong) DSLSSStyleConfirmOrderModel * confirmOrderModel;
  25 +
  26 +/**
  27 + 上一级选择的服务地址
  28 + */
  29 +@property (nonatomic,strong) DSAddressModel * lastLevelVCAddressModel;
  30 +
  31 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSStyleConfirmOrderViewController.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSStyleConfirmOrderViewController.h
  1 +//
  2 +// DSLSSStyleConfirmOrderViewController.h
  3 +// zhaolin
  4 +//
  5 +// Created by 张魁 on 2017/7/26.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +#import "BKLifeServiceSecondTypeDetailsModel.h"
  11 +
  12 +
  13 +@interface DSLSSStyleConfirmOrderViewController : DSBaseViewController
  14 +
  15 +/**
  16 + 1月嫂 2保姆
  17 + */
  18 +@property (nonatomic,assign) NSInteger type;
  19 +/**
  20 + 月嫂详情数据
  21 + */
  22 +@property (nonatomic,strong) BKLifeServiceSecondTypeDetailsModel * secondTypeDetailsModel;
  23 +
  24 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSelectTimeCollectionReusableFooterView.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSelectTimeCollectionReusableFooterView.h
  1 +//
  2 +// DSLSSelectTimeCollectionReusableFooterView.h
  3 +// guoguanjuyanglao
  4 +//
  5 +// Created by zhaolin on 2018/3/7.
  6 +// Copyright © 2018年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +
  11 +@interface DSLSSelectTimeCollectionReusableFooterView : UICollectionReusableView
  12 +
  13 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSelectTimeFirstCollectionViewCell.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSelectTimeFirstCollectionViewCell.h
  1 +//
  2 +// DSLSSelectTimeFirstCollectionViewCell.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/8/1.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +
  11 +@interface DSLSSelectTimeFirstCollectionViewCell : UICollectionViewCell
  12 +
  13 +@property (nonatomic,strong) DSRoundedRectView * bgView;
  14 +
  15 +@property (nonatomic,strong) UILabel * titleLab;
  16 +@property (nonatomic,strong) UILabel * stateLab;
  17 +
  18 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSelectTimeSubViewController.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSelectTimeSubViewController.h
  1 +//
  2 +// DSLSSelectTimeSubViewController.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/31.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +#import "BKLifeServiceDetailsModel.h"
  11 +#import "BKLifeServiceSecondTypeDetailsModel.h"
  12 +#import "BKLifeServiceCleanerDetailsModel.h"
  13 +
  14 +@interface DSLSSelectTimeSubViewController : DSBaseViewController
  15 +
  16 +/**
  17 + 类型 1保洁项目 2保洁师 3月嫂 4保姆 5小时工
  18 + */
  19 +@property (nonatomic,assign) NSInteger type;
  20 +
  21 +/**
  22 + 保洁项目详情数据
  23 + */
  24 +@property (nonatomic,strong) BKLifeServiceDetailsModel * serviceDetailsModel;
  25 +/**
  26 + 保洁项目需要时间
  27 + */
  28 +@property (nonatomic,copy) NSString * selectServiceNeedTime;
  29 +
  30 +/**
  31 + 月嫂详情数据
  32 + */
  33 +@property (nonatomic,strong) BKLifeServiceSecondTypeDetailsModel * secondTypeDetailsModel;
  34 +
  35 +/**
  36 + 保洁师详情数据
  37 + */
  38 +@property (nonatomic,strong) BKLifeServiceCleanerDetailsModel * cleanDetailModel;
  39 +/**
  40 + 保洁师项目需要时间
  41 + */
  42 +@property (nonatomic,copy) NSString * selectProjecNeedTime;
  43 +
  44 +/**
  45 + 上一次选取的时间
  46 + */
  47 +@property (nonatomic,copy) NSString * lastSelectTime;
  48 +
  49 +
  50 +-(void)collectionReloadView;
  51 +
  52 +/**
  53 + 选取时间向上一级传值
  54 + */
  55 +@property (nonatomic,copy) void (^selectTimeAction)(NSString * selectTime);
  56 +
  57 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSelectTimeViewController.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSelectTimeViewController.h
  1 +//
  2 +// DSLSSelectTimeViewController.h
  3 +// zhaolin
  4 +//
  5 +// Created by 兆林 on 2017/7/31.
  6 +// Copyright © 2017年 zhaolin. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +#import "BKLifeServiceDetailsModel.h"
  11 +#import "BKLifeServiceSecondTypeDetailsModel.h"
  12 +#import "BKLifeServiceCleanerDetailsModel.h"
  13 +
  14 +@interface DSLSSelectTimeViewController : DSBaseViewController
  15 +
  16 +/**
  17 + 类型 1保洁项目 2保洁师 3月嫂 4保姆 5小时工
  18 + */
  19 +@property (nonatomic,assign) NSInteger type;
  20 +
  21 +/**
  22 + 保洁项目详情数据
  23 + */
  24 +@property (nonatomic,strong) BKLifeServiceDetailsModel * serviceDetailsModel;
  25 +/**
  26 + 保洁项目需要时间
  27 + */
  28 +@property (nonatomic,copy) NSString * selectServiceNeedTime;
  29 +
  30 +/**
  31 + 月嫂、保姆详情数据
  32 + */
  33 +@property (nonatomic,strong) BKLifeServiceSecondTypeDetailsModel * secondTypeDetailsModel;
  34 +
  35 +/**
  36 + 保洁师、小时工详情数据
  37 + */
  38 +@property (nonatomic,strong) BKLifeServiceCleanerDetailsModel * cleanDetailModel;
  39 +/**
  40 + 保洁师、小时工项目需要时间
  41 + */
  42 +@property (nonatomic,copy) NSString * selectProjecNeedTime;
  43 +
  44 +/**
  45 + 上一次选取的时间
  46 + */
  47 +@property (nonatomic,copy) NSString * lastSelectTime;
  48 +
  49 +/**
  50 + 选取时间返回
  51 + */
  52 +@property (nonatomic,copy) void (^selectTimeAction)(NSString * selectTime);
  53 +
  54 +@end
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceBannerModel.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceBannerModel.h
  1 +//
  2 +// DSLifeServiceBannerModel.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/3/25.
  6 +//
  7 +
  8 +#import <Foundation/Foundation.h>
  9 +
  10 +NS_ASSUME_NONNULL_BEGIN
  11 +
  12 +@interface DSLifeServiceBannerModel : NSObject
  13 +
  14 +/**
  15 + 图片
  16 + */
  17 +@property (nonatomic,copy) NSString * simg;
  18 +/**
  19 + 跳转方式 0不跳转 1跳h5
  20 + */
  21 +@property (nonatomic,copy) NSString * type;
  22 +/**
  23 + 跳转目标
  24 + */
  25 +@property (nonatomic,copy) NSString * to;
  26 +
  27 +@end
  28 +
  29 +NS_ASSUME_NONNULL_END
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceModule-umbrella.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceModule-umbrella.h
  1 +#ifdef __OBJC__
  2 +#import <UIKit/UIKit.h>
  3 +#else
  4 +#ifndef FOUNDATION_EXPORT
  5 +#if defined(__cplusplus)
  6 +#define FOUNDATION_EXPORT extern "C"
  7 +#else
  8 +#define FOUNDATION_EXPORT extern
  9 +#endif
  10 +#endif
  11 +#endif
  12 +
  13 +#import "DSLifeServiceModuleManager.h"
  14 +#import "DSLifeServiceModulePCH.h"
  15 +#import "DSLifeServiceModuleRouter.h"
  16 +#import "UIImage+DSLifeServiceModule.h"
  17 +#import "DSLifeServiceRequest.h"
  18 +#import "DSLSComplaintViewController.h"
  19 +#import "DSLSComplaintCollectionViewFlowLayout.h"
  20 +#import "DSLSComplaintCollectionReusableFooterView.h"
  21 +#import "DSLSComplaintCollectionReusableHeaderView.h"
  22 +#import "DSLSComplaintCollectionViewCell.h"
  23 +#import "DSLSFStyleConfirmOrderViewController.h"
  24 +#import "DSLSSStyleConfirmOrderNextViewController.h"
  25 +#import "DSLSSStyleConfirmOrderViewController.h"
  26 +#import "DSLSSStyleConfirmOrderModel.h"
  27 +#import "DSLSConfirmOrderTableViewCell.h"
  28 +#import "DSLSHomePageViewController.h"
  29 +#import "DSLSHomePageModel.h"
  30 +#import "DSLSHomePageTableViewCell.h"
  31 +#import "DSLSOrderDetailsViewController.h"
  32 +#import "DSLSOrderDetailsModel.h"
  33 +#import "BKLifeServiceOrderDetailsFirstTypeTableViewCell.h"
  34 +#import "BKLifeServiceOrderDetailsFourthTypeTableViewCell.h"
  35 +#import "BKLifeServiceOrderDetailsSecondTypeTableViewCell.h"
  36 +#import "BKLifeServiceOrderDetailsThirdTypeTableViewCell.h"
  37 +#import "BKLifeServiceRefundRemindView.h"
  38 +#import "DSLSOrderListSubViewController.h"
  39 +#import "DSLSOrderListViewController.h"
  40 +#import "DSLSOrderListModel.h"
  41 +#import "DSLSOrderListTableViewCell.h"
  42 +#import "DSLSRefundApplyViewController.h"
  43 +#import "DSLSRefundApplyModel.h"
  44 +#import "DSLSRefundApplyTableViewCell.h"
  45 +#import "DSLSRefundDetailsViewController.h"
  46 +#import "DSLSRefundDetailsModel.h"
  47 +#import "DSLSRefundDetailsTableHeaderView.h"
  48 +#import "DSLSRefundDetailsTableViewCell.h"
  49 +#import "DSLSSelectTimeSubViewController.h"
  50 +#import "DSLSSelectTimeViewController.h"
  51 +#import "DSLSSelectTimeCollectionReusableFooterView.h"
  52 +#import "DSLSSelectTimeFirstCollectionViewCell.h"
  53 +#import "BKLifeServiceCleanerDetailsViewController.h"
  54 +#import "BKLifeServiceDetailsViewController.h"
  55 +#import "BKLifeServiceSecondTypeDetailsViewController.h"
  56 +#import "BKLifeServiceCleanerDetailsModel.h"
  57 +#import "BKLifeServiceDetailsModel.h"
  58 +#import "BKLifeServiceSecondTypeDetailsModel.h"
  59 +#import "BKLifeServiceCleanerDetailsTableFooterView.h"
  60 +#import "BKLifeServiceCleanerDetailsTableHeaderView.h"
  61 +#import "BKLifeServiceDetailsTableFooterView.h"
  62 +#import "BKLifeServiceDetailsTableHeaderView.h"
  63 +#import "BKLifeServiceFutureDateView.h"
  64 +#import "BKLifeServiceSecondTypeDetailsTableHeaderView.h"
  65 +#import "BKLifeServiceSecondTypeDetailsTableViewCell.h"
  66 +#import "BKLifeServiceTimetableView.h"
  67 +#import "DSLSListCleanerViewController.h"
  68 +#import "DSLSListFirstTypeViewController.h"
  69 +#import "DSLSListProjectViewController.h"
  70 +#import "DSLSListSecondTypeViewController.h"
  71 +#import "DSLifeServiceBannerModel.h"
  72 +#import "DSLSListCleanerModel.h"
  73 +#import "DSLSListFilterJiguanModel.h"
  74 +#import "DSLSListFilterMoreModel.h"
  75 +#import "DSLSListFilterXinshuiModel.h"
  76 +#import "DSLSListProjectCategoryModel.h"
  77 +#import "DSLSListProjectModel.h"
  78 +#import "DSLSListSecondTypeModel.h"
  79 +#import "DSLSListCleanerTableViewCell.h"
  80 +#import "DSLSListFilterCollectionReusableHeaderView.h"
  81 +#import "DSLSListFilterFirstStyleCollectionViewCell.h"
  82 +#import "DSLSListFilterFirstStyleView.h"
  83 +#import "DSLSListFilterSecondStyleCollectionViewCell.h"
  84 +#import "DSLSListFilterSecondStyleView.h"
  85 +#import "DSLSListProjectCollectionReusableView.h"
  86 +#import "DSLSListProjectCollectionViewCell.h"
  87 +#import "DSLSListSecondTypeTableViewCell.h"
  88 +
  89 +FOUNDATION_EXPORT double DSLifeServiceModuleVersionNumber;
  90 +FOUNDATION_EXPORT const unsigned char DSLifeServiceModuleVersionString[];
  91 +
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceModuleManager.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceModuleManager.h
  1 +//
  2 +// DSLifeServiceModuleManager.h
  3 +// DSLifeServiceModule
  4 +//
  5 +// Created by zhaolin on 2020/3/4.
  6 +//
  7 +
  8 +#import <Foundation/Foundation.h>
  9 +
  10 +NS_ASSUME_NONNULL_BEGIN
  11 +
  12 +@interface DSLifeServiceModuleManager : NSObject
  13 +
  14 +#pragma mark - 单例
  15 +
  16 ++(instancetype)sharedManager;
  17 +
  18 +#pragma mark - 注册router
  19 +
  20 +-(void)registerRouter;
  21 +
  22 +@end
  23 +
  24 +NS_ASSUME_NONNULL_END
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceModulePCH.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceModulePCH.h
  1 +//
  2 +// DSLifeServiceModulePCH.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2020/3/2.
  6 +//
  7 +
  8 +#ifndef DSLifeServiceModulePCH_h
  9 +#define DSLifeServiceModulePCH_h
  10 +
  11 +#import <DSBaseModule/DSBaseModule.h>
  12 +#import <DSToolsModule/DSToolsModule.h>
  13 +#import <DSCommonModule/DSCommonModule.h>
  14 +
  15 +#import "UIImage+DSLifeServiceModule.h"
  16 +#import "DSLifeServiceModuleRouter.h"
  17 +
  18 +#import <DSWebViewModule/DSWebViewController.h>
  19 +
  20 +#endif /* DSLifeServiceModulePCH_h */
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceModuleRouter.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceModuleRouter.h
  1 +//
  2 +// DSLifeServiceModuleRouter.h
  3 +// DSLifeServiceModule
  4 +//
  5 +// Created by zhaolin on 2020/3/5.
  6 +//
  7 +
  8 +#import <Foundation/Foundation.h>
  9 +
  10 +NS_ASSUME_NONNULL_BEGIN
  11 +
  12 +@interface DSLifeServiceModuleRouter : NSObject
  13 +
  14 +@end
  15 +
  16 +NS_ASSUME_NONNULL_END
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceRequest.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceRequest.h
  1 +//
  2 +// DSLifeServiceRequest.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/3/23.
  6 +//
  7 +
  8 +#import <Foundation/Foundation.h>
  9 +#import "DSLSHomePageModel.h"
  10 +#import "DSLSListProjectCategoryModel.h"
  11 +#import "DSLSListProjectModel.h"
  12 +#import "DSLifeServiceBannerModel.h"
  13 +#import "DSLSListCleanerModel.h"
  14 +#import "DSLSListFilterJiguanModel.h"
  15 +#import "DSLSListFilterXinshuiModel.h"
  16 +#import "DSLSListFilterMoreModel.h"
  17 +#import "DSLSListSecondTypeModel.h"
  18 +#import "BKLifeServiceDetailsModel.h"
  19 +#import "BKLifeServiceSecondTypeDetailsModel.h"
  20 +#import "BKLifeServiceCleanerDetailsModel.h"
  21 +#import "DSLSOrderListModel.h"
  22 +#import "DSLSOrderDetailsModel.h"
  23 +#import "DSLSRefundDetailsModel.h"
  24 +//#import "ZKLifeServiceDrawBackModel.h"
  25 +//#import "ZKLifeServiceAfterMarkModel.h"
  26 +
  27 +NS_ASSUME_NONNULL_BEGIN
  28 +
  29 +@interface DSLifeServiceRequest : NSObject
  30 +
  31 +#pragma mark - 首页
  32 +
  33 +/**
  34 + 生活服务首页banner
  35 +
  36 + @param result 结果
  37 + */
  38 ++(void)postCleaningIndexWithResult:(void (^)(DSLSHomePageModel * model, NSString * errorMessage))result;
  39 +
  40 +#pragma mark - 商品
  41 +
  42 +/**
  43 + 保洁项目banner
  44 +
  45 + @param result 结果
  46 + */
  47 ++(void)postCleanProjectCleaningIndexWithResult:(void (^)(DSLSListProjectCategoryModel * model, NSString * errorMessage))result;
  48 +
  49 +/**
  50 + 保洁产品列表
  51 +
  52 + @param groupId 保洁分类id
  53 + @param page 分页 一页20条
  54 + @param result 结果
  55 + */
  56 ++(void)postCleaningGoodsWithGroupId:(NSString*)groupId page:(NSUInteger)page result:(void (^)(NSArray<DSLSListProjectModel*> * dataArr, NSString * errorMessage))result;
  57 +
  58 +/**
  59 + 本地生活列表顶部列表
  60 +
  61 + @param pid 1保洁项目 2保洁师 3月嫂 4保姆 5小时工
  62 + @param result 结果
  63 + */
  64 ++(void)postCleaningBannerWithPid:(NSString*)pid result:(void (^)(NSArray<DSLifeServiceBannerModel*> * dataArr, NSString * errorMessage))result;
  65 +
  66 +/**
  67 + 保洁师列表
  68 +
  69 + @param order 按什么排序 1价格 2销量 3满意度 4星级 0和不传默认
  70 + @param ord desc 高到低 asc低到高
  71 + @param page 分页 一页20条
  72 + @param result 结果
  73 + */
  74 ++(void)postCleaningPeopleWithOrder:(NSString*)order ord:(NSString*)ord page:(NSUInteger)page result:(void (^)(NSArray<DSLSListCleanerModel*> * dataArr, NSString * errorMessage))result;
  75 +
  76 +/**
  77 + 小时工列表
  78 +
  79 + @param order 按什么排序 1价格 2销量 3满意度 4星级 0和不传默认
  80 + @param ord desc 高到低 asc低到高
  81 + @param page 分页 一页20条
  82 + @param result 结果
  83 + */
  84 ++(void)postCleaningHourWithOrder:(NSString*)order ord:(NSString*)ord page:(NSUInteger)page result:(void (^)(NSArray<DSLSListCleanerModel*> * dataArr, NSString * errorMessage))result;
  85 +
  86 +/**
  87 + 月嫂籍贯
  88 +
  89 + @param result 结果
  90 + */
  91 ++(void)postCleaningPlaceYuesaoWithResult:(void (^)(DSLSListFilterJiguanModel * model, NSString * errorMessage))result;
  92 +
  93 +/**
  94 + 保姆籍贯
  95 +
  96 + @param result 结果
  97 + */
  98 ++(void)postCleaningPlaceBaomuWithResult:(void (^)(DSLSListFilterJiguanModel * model, NSString * errorMessage))result;
  99 +
  100 +/**
  101 + 月嫂薪水
  102 +
  103 + @param result 结果
  104 + */
  105 ++(void)postCleaningTreatmentYuesaoWithResult:(void (^)(NSArray<DSLSListFilterXinshuiModel*> * dataArr, NSString * errorMessage))result;
  106 +
  107 +/**
  108 + 保姆薪水
  109 +
  110 + @param result 结果
  111 + */
  112 ++(void)postCleaningTreatmentBaomuWithResult:(void (^)(NSArray<DSLSListFilterXinshuiModel*> * dataArr, NSString * errorMessage))result;
  113 +
  114 +/**
  115 + 月嫂筛选
  116 +
  117 + @param result 结果
  118 + */
  119 ++(void)postCleaningYuesaoFilterWithResult:(void (^)(NSArray<DSLSListFilterMoreModel*> * dataArr, NSString * errorMessage))result;
  120 +
  121 +/**
  122 + 保姆筛选
  123 +
  124 + @param result 结果
  125 + */
  126 ++(void)postCleaningBaomuFilterWithResult:(void (^)(NSArray<DSLSListFilterMoreModel*> * dataArr, NSString * errorMessage))result;
  127 +
  128 +/**
  129 + 月嫂列表
  130 +
  131 + @param order 排序 1 在岗天数 2月薪 3工作经验 4更新时间 5综合排序
  132 + @param place 一级籍贯id
  133 + @param place2 二级籍贯id
  134 + @param salary 待遇 id
  135 + @param restSmall 最小月休
  136 + @param restBig 最大月休
  137 + @param ageSmall 最小年龄
  138 + @param ageBig 最大年龄
  139 + @param duties 职务id
  140 + @param ability 能力id
  141 + @param education 学历 0 保密 1小学 2初中 3高中 4 中专 5大专 6本科
  142 + @param cardnoImg 0 不限 1有证件照
  143 + @param insurance 0 不限 1有保险
  144 + @param oudutySmall 最小在岗天数
  145 + @param oudutyBig 最大在岗天数
  146 + @param experienceSmall 最小经验
  147 + @param experienceBig 最大经验
  148 + @param training 培训经历 0不限 1有培训经历
  149 + @param page 分页 一页20条
  150 + @param result 结果
  151 + */
  152 ++(void)postCleaningYuesaoWithOrder:(NSString*)order place:(NSString*)place place2:(NSString*)place2 salary:(NSString*)salary restSmall:(NSString*)restSmall restBig:(NSString*)restBig ageSmall:(NSString*)ageSmall ageBig:(NSString*)ageBig duties:(NSString*)duties ability:(NSString*)ability education:(NSString*)education cardnoImg:(NSString*)cardnoImg insurance:(NSString*)insurance oudutySmall:(NSString*)oudutySmall oudutyBig:(NSString*)oudutyBig experienceSmall:(NSString*)experienceSmall experienceBig:(NSString*)experienceBig training:(NSString*)training page:(NSUInteger)page result:(void (^)(NSArray<DSLSListSecondTypeModel*> * dataArr, NSString * errorMessage))result;
  153 +
  154 +/**
  155 + 保姆列表
  156 +
  157 + @param order 排序 1 在岗天数 2月薪 3工作经验 4更新时间 5综合排序
  158 + @param place 一级籍贯id
  159 + @param place2 二级籍贯id
  160 + @param salary 待遇 id
  161 + @param restSmall 最小月休
  162 + @param restBig 最大月休
  163 + @param ageSmall 最小年龄
  164 + @param ageBig 最大年龄
  165 + @param duties 职务id
  166 + @param ability 能力id
  167 + @param education 学历 0 保密 1小学 2初中 3高中 4 中专 5大专 6本科
  168 + @param cardnoImg 0 不限 1有证件照
  169 + @param insurance 0 不限 1有保险
  170 + @param oudutySmall 最小在岗天数
  171 + @param oudutyBig 最大在岗天数
  172 + @param experienceSmall 最小经验
  173 + @param experienceBig 最大经验
  174 + @param training 培训经历 0不限 1有培训经历
  175 + @param page 分页 一页20条
  176 + @param result 结果
  177 + */
  178 ++(void)postCleaningBaomuWithOrder:(NSString*)order place:(NSString*)place place2:(NSString*)place2 salary:(NSString*)salary restSmall:(NSString*)restSmall restBig:(NSString*)restBig ageSmall:(NSString*)ageSmall ageBig:(NSString*)ageBig duties:(NSString*)duties ability:(NSString*)ability education:(NSString*)education cardnoImg:(NSString*)cardnoImg insurance:(NSString*)insurance oudutySmall:(NSString*)oudutySmall oudutyBig:(NSString*)oudutyBig experienceSmall:(NSString*)experienceSmall experienceBig:(NSString*)experienceBig training:(NSString*)training page:(NSUInteger)page result:(void (^)(NSArray<DSLSListSecondTypeModel*> * dataArr, NSString * errorMessage))result;
  179 +
  180 +/**
  181 + 保洁产品详情
  182 +
  183 + @param serviceId 产品id
  184 + @param result 结果
  185 + */
  186 ++(void)postGoodsInfoWithServiceId:(NSString*)serviceId result:(void (^)(BKLifeServiceDetailsModel * model, NSString * errorMessage))result;
  187 +
  188 +/**
  189 + 月嫂产品详情
  190 +
  191 + @param serviceId 产品id
  192 + @param uid 用户id
  193 + @param longitude 经度
  194 + @param latitude 纬度
  195 + @param result 结果
  196 + */
  197 ++(void)postCleaningYuesaoDetailsWithServiceId:(NSString*)serviceId uid:(NSString*)uid longitude:(double)longitude latitude:(double)latitude result:(void (^)(BKLifeServiceSecondTypeDetailsModel * model, NSString * errorMessage))result;
  198 +
  199 +/**
  200 + 保姆产品详情
  201 +
  202 + @param serviceId 产品id
  203 + @param uid 用户id
  204 + @param longitude 经度
  205 + @param latitude 纬度
  206 + @param result 结果
  207 + */
  208 ++(void)postCleaningBaomuDetailsWithServiceId:(NSString*)serviceId uid:(NSString*)uid longitude:(double)longitude latitude:(double)latitude result:(void (^)(BKLifeServiceSecondTypeDetailsModel * model, NSString * errorMessage))result;
  209 +
  210 +/**
  211 + 保洁师详情
  212 +
  213 + @param serviceId 产品id
  214 + @param result 结果
  215 + */
  216 ++(void)postCleaningPeopleInfoWithServiceId:(NSString*)serviceId result:(void (^)(BKLifeServiceCleanerDetailsModel * model, NSString * errorMessage))result;
  217 +
  218 +/**
  219 + 小时工详情
  220 +
  221 + @param serviceId 产品id
  222 + @param result 结果
  223 + */
  224 ++(void)postCleaningHourInfoWithServiceId:(NSString*)serviceId result:(void (^)(BKLifeServiceCleanerDetailsModel * model, NSString * errorMessage))result;
  225 +
  226 +/**
  227 + 收藏产品
  228 +
  229 + @param uid 用户id
  230 + @param pid 产品id
  231 + @param type 哪类产品 1月嫂 2保姆
  232 + @param isCell 是取消还是收藏 YES收藏 NO取消
  233 + @param result 结果
  234 + */
  235 ++(void)postCellWithUid:(NSString*)uid pid:(NSString*)pid type:(NSUInteger)type isCell:(BOOL)isCell result:(void (^)(NSString * errorMessage))result;
  236 +
  237 +#pragma mark - 订单
  238 +
  239 +/**
  240 + 下单前检测
  241 +
  242 + @param type 格式 1保洁项目 2保洁师 3月嫂 4 保姆 5 小时工
  243 + @param ids 产品id
  244 + @param endtime 开始时间(时间戳)
  245 + @param num 数量
  246 + @param timetype type == 3||4时传 1月 2天
  247 + @param result 结果
  248 + */
  249 ++(void)postAddOrderCheckWithType:(NSString*)type ids:(NSString*)ids endtime:(NSString*)endtime num:(NSString*)num timetype:(NSString * _Nullable)timetype result:(void (^)(NSString * errorMessage))result;
  250 +
  251 +/**
  252 + 下单
  253 +
  254 + @param type 1保洁项目 2保洁师 3 月嫂 4保姆 5小时工
  255 + @param uid 用户id
  256 + @param ids 产品id
  257 + @param endtime 开始时间(时间戳)
  258 + @param num 数量
  259 + @param contactName 被服务人名
  260 + @param contactPhone 被服务人电话
  261 + @param address 地址(必传)
  262 + @param price 实际支付金额(必传)(订金)
  263 + @param content 订单备注
  264 + @param prices type == 3||4时传 全部金额
  265 + @param timetype type == 3||4时传 1月 2天
  266 + @param auditionTime type == 3||4时传 面试时间
  267 + @param auditionType type == 3||4时传 面试类型 1到店 2到家
  268 + @param auditionAddress type == 3||4时传 面试地址
  269 + @param result 结果
  270 + */
  271 ++(void)postOrderAddWithType:(NSString*)type uid:(NSString*)uid ids:(NSString*)ids endtime:(NSString*)endtime num:(NSString*)num contactName:(NSString*)contactName contactPhone:(NSString*)contactPhone address:(NSString*)address price:(NSString*)price content:(NSString*)content prices:(NSString * _Nullable)prices timetype:(NSString * _Nullable)timetype auditionTime:(NSString * _Nullable)auditionTime auditionType:(NSString * _Nullable)auditionType auditionAddress:(NSString * _Nullable)auditionAddress result:(void (^)(NSString * orderId, NSString * orderNumber, NSString * errorMessage))result;
  272 +
  273 +/**
  274 + 我的订单列表
  275 +
  276 + @param uid 用户id
  277 + @param state 0全部 1待付款 2待服务 3服务中
  278 + @param page 页数(一页20)
  279 + @param result 结果
  280 + */
  281 ++(void)postMyOrderListWithUid:(NSString*)uid state:(NSUInteger)state page:(NSUInteger)page result:(void (^)(NSArray<DSLSOrderListModel*> * dataArr, NSString * errorMessage))result;
  282 +
  283 +/**
  284 + 订单详情
  285 +
  286 + @param orderId 订单id
  287 + @param result 结果
  288 + */
  289 ++(void)postOrderInfoWithOrderId:(NSString*)orderId result:(void (^)(DSLSOrderDetailsModel * model, NSString * errorMessage))result;
  290 +
  291 +/**
  292 + 面试完成支付剩余金额
  293 +
  294 + @param orderId 预订单id
  295 + @param price 支付剩余金额
  296 + @param result 结果
  297 + */
  298 ++(void)postAuditionYesWithOrderId:(NSString*)orderId price:(NSString*)price result:(void (^)(NSString * orderId, NSString * errorMessage))result;
  299 +
  300 +/**
  301 + 服务完成
  302 +
  303 + @param orderId 订单id
  304 + @param result 结果
  305 + */
  306 ++(void)postFinishOrderWithOrderId:(NSString*)orderId result:(void (^)(NSString * errorMessage))result;
  307 +
  308 +/**
  309 + 申请退款前提示
  310 +
  311 + @param orderId 订单id
  312 + @param result 结果
  313 + */
  314 ++(void)postCleaningTuiDescWithOrderId:(NSString*)orderId result:(void (^)(NSString * desc, NSString * errorMessage))result;
  315 +
  316 +/**
  317 + 取消订单原因列表
  318 +
  319 + @param result 结果
  320 + */
  321 ++(void)postCancelOrderGroupWithResult:(void (^)(NSArray * dataArr, NSString * errorMessage))result;
  322 +
  323 +/**
  324 + 取消订单
  325 +
  326 + @param orderId 订单id
  327 + @param content 原因
  328 + @param result 结果
  329 + */
  330 ++(void)postCancelOrderWithOrderId:(NSString*)orderId content:(NSString*)content result:(void (^)(NSString * errorMessage))result;
  331 +
  332 +/**
  333 + 删除订单
  334 +
  335 + @param orderId 订单id
  336 + @param result 结果
  337 + */
  338 ++(void)postDelOrderWithOrderId:(NSString*)orderId result:(void (^)(NSString * errorMessage))result;
  339 +
  340 +#pragma mark - 投诉
  341 +
  342 +/**
  343 + 获取生活服务投诉原因
  344 +
  345 + @param result 结果
  346 + */
  347 ++(void)postComplainCleaningGroupWithResult:(void (^)(NSArray<NSString*> * dataArr, NSString * errorMessage))result;
  348 +
  349 +/**
  350 + 生活服务投诉
  351 +
  352 + @param orderId 订单id
  353 + @param uid 用户id
  354 + @param title 投诉原因 用,隔开
  355 + @param content 投诉说明
  356 + @param simg 附加图片(图片用,隔开)
  357 + @param result 结果
  358 + */
  359 ++(void)postAddCleaningComplainWithOrderId:(NSString*)orderId uid:(NSString*)uid title:(NSString*)title content:(NSString * _Nullable)content simg:(NSString * _Nullable)simg result:(void (^)(NSString * errorMessage))result;
  360 +
  361 +#pragma mark - 退款
  362 +
  363 +/**
  364 + 获取退款原因
  365 +
  366 + @param result 结果
  367 + */
  368 ++(void)postLSOrderRefundGroupWithResult:(void (^)(NSArray * dataArr, NSString * errorMessage))result;
  369 +
  370 +/**
  371 + 获取退款金额
  372 +
  373 + @param orderId 订单id
  374 + @param result 结果
  375 + */
  376 ++(void)postLSOrderRefundPriceWithOrderId:(NSString*)orderId result:(void (^)(NSString * price, NSString * errorMessage))result;
  377 +
  378 +/**
  379 + 订单申请退款
  380 +
  381 + @param uid 用户id
  382 + @param orderId 订单id
  383 + @param title 原因
  384 + @param content 内容
  385 + @param simg 图片(,隔开)
  386 + @param result 结果
  387 + */
  388 ++(void)postLSAddOrderRefundWithUid:(NSString*)uid orderId:(NSString*)orderId title:(NSString*)title content:(NSString*)content simg:(NSString*)simg result:(void (^)(NSString * errorMessage))result;
  389 +
  390 +/**
  391 + 订单退款详情
  392 +
  393 + @param orderId 订单id
  394 + @param result 结果
  395 + */
  396 ++(void)postLSOrderRefundInfoWithOrderId:(NSString*)orderId result:(void (^)(DSLSRefundDetailsModel * model, NSString * errorMessage))result;
  397 +
  398 +/**
  399 + 修改订单退款
  400 +
  401 + @param uid 用户id
  402 + @param refundId 退款id
  403 + @param title 标题
  404 + @param content 内容
  405 + @param simg 图片(,隔开)
  406 + @param result 结果
  407 + */
  408 ++(void)postLSEditOrderRefundWithUid:(NSString*)uid refundId:(NSString*)refundId title:(NSString*)title content:(NSString*)content simg:(NSString*)simg result:(void (^)(NSString * errorMessage))result;
  409 +
  410 +/**
  411 + 取消订单退款
  412 +
  413 + @param refundId 退款id
  414 + @param result 结果
  415 + */
  416 ++(void)postLSCancelOrderRefundWithRefundId:(NSString*)refundId result:(void (^)(NSString * errorMessage))result;
  417 +
  418 +//#pragma mark - 售后
  419 +//
  420 +///**
  421 +// 可申请售后数据
  422 +//
  423 +// @param uid 用户id
  424 +// @param page 页数
  425 +// @param result 结果
  426 +// */
  427 +//+(void)postRefundOrderGoodsListWithUid:(NSString*)uid page:(NSUInteger)page result:(void (^)(NSArray<ZKLifeServiceAfterMarkModel*> * dataArr, NSString * errorMessage))result;
  428 +//
  429 +///**
  430 +// 已申请售后数据
  431 +//
  432 +// @param uid 用户id
  433 +// @param page 页数
  434 +// @param result 结果
  435 +// */
  436 +//+(void)postRefundGoodsWithUid:(NSString*)uid page:(NSUInteger)page result:(void (^)(NSArray<ZKLifeServiceAfterMarkModel*> * dataArr, NSString * errorMessage))result;
  437 +//
  438 +///**
  439 +// 获取售后原因
  440 +//
  441 +// @param result 结果
  442 +// */
  443 +//+(void)postRefundGroupWithResult:(void (^)(NSArray * dataArr, NSString * errorMessage))result;
  444 +//
  445 +///**
  446 +// 订单申请售后
  447 +//
  448 +// @param uid 用户id
  449 +// @param orderId 订单id
  450 +// @param pid 商品id
  451 +// @param num 数量
  452 +// @param price 价格
  453 +// @param title 原因
  454 +// @param content 内容
  455 +// @param simg 图片(,隔开)
  456 +// @param result 结果
  457 +// */
  458 +//+(void)postAddRefundWithUid:(NSString*)uid orderId:(NSString*)orderId pid:(NSString*)pid num:(NSString*)num price:(NSString*)price title:(NSString*)title content:(NSString*)content simg:(NSString*)simg result:(void (^)(NSString * errorMessage))result;
  459 +//
  460 +///**
  461 +// 订单售后详情
  462 +//
  463 +// @param orderId 订单id
  464 +// @param result 结果
  465 +// */
  466 +//+(void)postRefundGoodsInfoWithOrderId:(NSString*)orderId result:(void (^)(ZKLifeServiceDrawBackModel * model, NSString * errorMessage))result;
  467 +//
  468 +///**
  469 +// 订单修改售后
  470 +//
  471 +// @param afterSalesId 订单id
  472 +// @param price 价格
  473 +// @param title 原因
  474 +// @param content 内容
  475 +// @param simg 图片(,隔开)
  476 +// @param result 结果
  477 +// */
  478 +//+(void)postEditRefundGoodsWithAfterSalesId:(NSString*)afterSalesId price:(NSString*)price title:(NSString*)title content:(NSString*)content simg:(NSString*)simg result:(void (^)(NSString * errorMessage))result;
  479 +//
  480 +///**
  481 +// 取消申请售后
  482 +//
  483 +// @param afterSalesId 售后id
  484 +// @param result 结果
  485 +// */
  486 +//+(void)postCancelRefundGoodsWithAfterSalesId:(NSString*)afterSalesId result:(void (^)(NSString * errorMessage))result;
  487 +
  488 +@end
  489 +
  490 +NS_ASSUME_NONNULL_END
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/UIImage+DSLifeServiceModule.h 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/UIImage+DSLifeServiceModule.h
  1 +//
  2 +// UIImage+DSLifeServiceModule.h
  3 +// DSBaseModule
  4 +//
  5 +// Created by zhaolin on 2020/3/4.
  6 +//
  7 +
  8 +#import <UIKit/UIKit.h>
  9 +
  10 +NS_ASSUME_NONNULL_BEGIN
  11 +
  12 +@interface UIImage (DSLifeServiceModule)
  13 +
  14 +#pragma mark - 获取图片
  15 +
  16 +/// DSLifeServiceModule获取图片
  17 +/// @param imageName 图片名称
  18 ++(UIImage*)imageWithDSLifeServiceModuleImageName:(NSString*)imageName;
  19 +
  20 +@end
  21 +
  22 +NS_ASSUME_NONNULL_END
... ...
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Info.plist 0 → 100644
No preview for this file type
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Modules/module.modulemap 0 → 100644
  1 +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Modules/module.modulemap
  1 +framework module DSLifeServiceModule {
  2 + umbrella header "DSLifeServiceModule-umbrella.h"
  3 +
  4 + export *
  5 + module * { export * }
  6 +}
... ...
Example/DSLifeServiceModuleF.xcodeproj/project.pbxproj 0 → 100644
  1 +++ a/Example/DSLifeServiceModuleF.xcodeproj/project.pbxproj
  1 +// !$*UTF8*$!
  2 +{
  3 + archiveVersion = 1;
  4 + classes = {
  5 + };
  6 + objectVersion = 46;
  7 + objects = {
  8 +
  9 +/* Begin PBXBuildFile section */
  10 + 559F0BFC137D7DA33953F66E /* Pods_DSLifeServiceModuleF_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D90985F7FEE8412C20F31C54 /* Pods_DSLifeServiceModuleF_Example.framework */; };
  11 + 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
  12 + 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; };
  13 + 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
  14 + 6003F598195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F596195388D20070C39A /* InfoPlist.strings */; };
  15 + 6003F59A195388D20070C39A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F599195388D20070C39A /* main.m */; };
  16 + 6003F59E195388D20070C39A /* DSAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F59D195388D20070C39A /* DSAppDelegate.m */; };
  17 + 6003F5A7195388D20070C39A /* DSViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5A6195388D20070C39A /* DSViewController.m */; };
  18 + 6003F5A9195388D20070C39A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5A8195388D20070C39A /* Images.xcassets */; };
  19 + 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F5AF195388D20070C39A /* XCTest.framework */; };
  20 + 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
  21 + 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
  22 + 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; };
  23 + 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; };
  24 + 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; };
  25 + 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; };
  26 + C92197CC2765581E4851C030 /* Pods_DSLifeServiceModuleF_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC8D367549A99F7AD363271A /* Pods_DSLifeServiceModuleF_Tests.framework */; };
  27 +/* End PBXBuildFile section */
  28 +
  29 +/* Begin PBXContainerItemProxy section */
  30 + 6003F5B3195388D20070C39A /* PBXContainerItemProxy */ = {
  31 + isa = PBXContainerItemProxy;
  32 + containerPortal = 6003F582195388D10070C39A /* Project object */;
  33 + proxyType = 1;
  34 + remoteGlobalIDString = 6003F589195388D20070C39A;
  35 + remoteInfo = DSLifeServiceModuleF;
  36 + };
  37 +/* End PBXContainerItemProxy section */
  38 +
  39 +/* Begin PBXFileReference section */
  40 + 06D1EA751BA7358E139844D0 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
  41 + 407A97C62CF60BD607B01033 /* Pods-DSLifeServiceModuleF_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSLifeServiceModuleF_Example.debug.xcconfig"; path = "Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example.debug.xcconfig"; sourceTree = "<group>"; };
  42 + 6003F58A195388D20070C39A /* DSLifeServiceModuleF_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DSLifeServiceModuleF_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
  43 + 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  44 + 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  45 + 6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  46 + 6003F595195388D20070C39A /* DSLifeServiceModuleF-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "DSLifeServiceModuleF-Info.plist"; sourceTree = "<group>"; };
  47 + 6003F597195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  48 + 6003F599195388D20070C39A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  49 + 6003F59B195388D20070C39A /* DSLifeServiceModuleF-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DSLifeServiceModuleF-Prefix.pch"; sourceTree = "<group>"; };
  50 + 6003F59C195388D20070C39A /* DSAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DSAppDelegate.h; sourceTree = "<group>"; };
  51 + 6003F59D195388D20070C39A /* DSAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DSAppDelegate.m; sourceTree = "<group>"; };
  52 + 6003F5A5195388D20070C39A /* DSViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DSViewController.h; sourceTree = "<group>"; };
  53 + 6003F5A6195388D20070C39A /* DSViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DSViewController.m; sourceTree = "<group>"; };
  54 + 6003F5A8195388D20070C39A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  55 + 6003F5AE195388D20070C39A /* DSLifeServiceModuleF_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DSLifeServiceModuleF_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  56 + 6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  57 + 6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; };
  58 + 6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  59 + 6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = "<group>"; };
  60 + 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; };
  61 + 71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  62 + 77BE22BDF269C0950F710CB9 /* Pods-DSLifeServiceModuleF_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSLifeServiceModuleF_Tests.release.xcconfig"; path = "Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests.release.xcconfig"; sourceTree = "<group>"; };
  63 + 7DB7312E83D988D5388F1372 /* Pods-DSLifeServiceModuleF_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSLifeServiceModuleF_Tests.debug.xcconfig"; path = "Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests.debug.xcconfig"; sourceTree = "<group>"; };
  64 + 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  65 + CA3E892141133F680F6EF34C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
  66 + CC8D367549A99F7AD363271A /* Pods_DSLifeServiceModuleF_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DSLifeServiceModuleF_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  67 + D90985F7FEE8412C20F31C54 /* Pods_DSLifeServiceModuleF_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DSLifeServiceModuleF_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  68 + E6DA1847004F206E141DB181 /* Pods-DSLifeServiceModuleF_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSLifeServiceModuleF_Example.release.xcconfig"; path = "Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example.release.xcconfig"; sourceTree = "<group>"; };
  69 + FC0A18D9D7C7239D8BE42A2D /* DSLifeServiceModuleF.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = DSLifeServiceModuleF.podspec; path = ../DSLifeServiceModuleF.podspec; sourceTree = "<group>"; };
  70 +/* End PBXFileReference section */
  71 +
  72 +/* Begin PBXFrameworksBuildPhase section */
  73 + 6003F587195388D20070C39A /* Frameworks */ = {
  74 + isa = PBXFrameworksBuildPhase;
  75 + buildActionMask = 2147483647;
  76 + files = (
  77 + 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */,
  78 + 6003F592195388D20070C39A /* UIKit.framework in Frameworks */,
  79 + 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */,
  80 + 559F0BFC137D7DA33953F66E /* Pods_DSLifeServiceModuleF_Example.framework in Frameworks */,
  81 + );
  82 + runOnlyForDeploymentPostprocessing = 0;
  83 + };
  84 + 6003F5AB195388D20070C39A /* Frameworks */ = {
  85 + isa = PBXFrameworksBuildPhase;
  86 + buildActionMask = 2147483647;
  87 + files = (
  88 + 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */,
  89 + 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */,
  90 + 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */,
  91 + C92197CC2765581E4851C030 /* Pods_DSLifeServiceModuleF_Tests.framework in Frameworks */,
  92 + );
  93 + runOnlyForDeploymentPostprocessing = 0;
  94 + };
  95 +/* End PBXFrameworksBuildPhase section */
  96 +
  97 +/* Begin PBXGroup section */
  98 + 6003F581195388D10070C39A = {
  99 + isa = PBXGroup;
  100 + children = (
  101 + 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */,
  102 + 6003F593195388D20070C39A /* Example for DSLifeServiceModuleF */,
  103 + 6003F5B5195388D20070C39A /* Tests */,
  104 + 6003F58C195388D20070C39A /* Frameworks */,
  105 + 6003F58B195388D20070C39A /* Products */,
  106 + 9441FE72A5EE0E7EF3FC1D43 /* Pods */,
  107 + );
  108 + sourceTree = "<group>";
  109 + };
  110 + 6003F58B195388D20070C39A /* Products */ = {
  111 + isa = PBXGroup;
  112 + children = (
  113 + 6003F58A195388D20070C39A /* DSLifeServiceModuleF_Example.app */,
  114 + 6003F5AE195388D20070C39A /* DSLifeServiceModuleF_Tests.xctest */,
  115 + );
  116 + name = Products;
  117 + sourceTree = "<group>";
  118 + };
  119 + 6003F58C195388D20070C39A /* Frameworks */ = {
  120 + isa = PBXGroup;
  121 + children = (
  122 + 6003F58D195388D20070C39A /* Foundation.framework */,
  123 + 6003F58F195388D20070C39A /* CoreGraphics.framework */,
  124 + 6003F591195388D20070C39A /* UIKit.framework */,
  125 + 6003F5AF195388D20070C39A /* XCTest.framework */,
  126 + D90985F7FEE8412C20F31C54 /* Pods_DSLifeServiceModuleF_Example.framework */,
  127 + CC8D367549A99F7AD363271A /* Pods_DSLifeServiceModuleF_Tests.framework */,
  128 + );
  129 + name = Frameworks;
  130 + sourceTree = "<group>";
  131 + };
  132 + 6003F593195388D20070C39A /* Example for DSLifeServiceModuleF */ = {
  133 + isa = PBXGroup;
  134 + children = (
  135 + 6003F59C195388D20070C39A /* DSAppDelegate.h */,
  136 + 6003F59D195388D20070C39A /* DSAppDelegate.m */,
  137 + 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */,
  138 + 6003F5A5195388D20070C39A /* DSViewController.h */,
  139 + 6003F5A6195388D20070C39A /* DSViewController.m */,
  140 + 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */,
  141 + 6003F5A8195388D20070C39A /* Images.xcassets */,
  142 + 6003F594195388D20070C39A /* Supporting Files */,
  143 + );
  144 + name = "Example for DSLifeServiceModuleF";
  145 + path = DSLifeServiceModuleF;
  146 + sourceTree = "<group>";
  147 + };
  148 + 6003F594195388D20070C39A /* Supporting Files */ = {
  149 + isa = PBXGroup;
  150 + children = (
  151 + 6003F595195388D20070C39A /* DSLifeServiceModuleF-Info.plist */,
  152 + 6003F596195388D20070C39A /* InfoPlist.strings */,
  153 + 6003F599195388D20070C39A /* main.m */,
  154 + 6003F59B195388D20070C39A /* DSLifeServiceModuleF-Prefix.pch */,
  155 + );
  156 + name = "Supporting Files";
  157 + sourceTree = "<group>";
  158 + };
  159 + 6003F5B5195388D20070C39A /* Tests */ = {
  160 + isa = PBXGroup;
  161 + children = (
  162 + 6003F5BB195388D20070C39A /* Tests.m */,
  163 + 6003F5B6195388D20070C39A /* Supporting Files */,
  164 + );
  165 + path = Tests;
  166 + sourceTree = "<group>";
  167 + };
  168 + 6003F5B6195388D20070C39A /* Supporting Files */ = {
  169 + isa = PBXGroup;
  170 + children = (
  171 + 6003F5B7195388D20070C39A /* Tests-Info.plist */,
  172 + 6003F5B8195388D20070C39A /* InfoPlist.strings */,
  173 + 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */,
  174 + );
  175 + name = "Supporting Files";
  176 + sourceTree = "<group>";
  177 + };
  178 + 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */ = {
  179 + isa = PBXGroup;
  180 + children = (
  181 + FC0A18D9D7C7239D8BE42A2D /* DSLifeServiceModuleF.podspec */,
  182 + 06D1EA751BA7358E139844D0 /* README.md */,
  183 + CA3E892141133F680F6EF34C /* LICENSE */,
  184 + );
  185 + name = "Podspec Metadata";
  186 + sourceTree = "<group>";
  187 + };
  188 + 9441FE72A5EE0E7EF3FC1D43 /* Pods */ = {
  189 + isa = PBXGroup;
  190 + children = (
  191 + 407A97C62CF60BD607B01033 /* Pods-DSLifeServiceModuleF_Example.debug.xcconfig */,
  192 + E6DA1847004F206E141DB181 /* Pods-DSLifeServiceModuleF_Example.release.xcconfig */,
  193 + 7DB7312E83D988D5388F1372 /* Pods-DSLifeServiceModuleF_Tests.debug.xcconfig */,
  194 + 77BE22BDF269C0950F710CB9 /* Pods-DSLifeServiceModuleF_Tests.release.xcconfig */,
  195 + );
  196 + name = Pods;
  197 + path = Pods;
  198 + sourceTree = "<group>";
  199 + };
  200 +/* End PBXGroup section */
  201 +
  202 +/* Begin PBXNativeTarget section */
  203 + 6003F589195388D20070C39A /* DSLifeServiceModuleF_Example */ = {
  204 + isa = PBXNativeTarget;
  205 + buildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "DSLifeServiceModuleF_Example" */;
  206 + buildPhases = (
  207 + A021736E1A98EE0BF53AE9D7 /* [CP] Check Pods Manifest.lock */,
  208 + 6003F586195388D20070C39A /* Sources */,
  209 + 6003F587195388D20070C39A /* Frameworks */,
  210 + 6003F588195388D20070C39A /* Resources */,
  211 + AAD3328029CD819743873B01 /* [CP] Embed Pods Frameworks */,
  212 + );
  213 + buildRules = (
  214 + );
  215 + dependencies = (
  216 + );
  217 + name = DSLifeServiceModuleF_Example;
  218 + productName = DSLifeServiceModuleF;
  219 + productReference = 6003F58A195388D20070C39A /* DSLifeServiceModuleF_Example.app */;
  220 + productType = "com.apple.product-type.application";
  221 + };
  222 + 6003F5AD195388D20070C39A /* DSLifeServiceModuleF_Tests */ = {
  223 + isa = PBXNativeTarget;
  224 + buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "DSLifeServiceModuleF_Tests" */;
  225 + buildPhases = (
  226 + 3989166FDA7172B37323B3DD /* [CP] Check Pods Manifest.lock */,
  227 + 6003F5AA195388D20070C39A /* Sources */,
  228 + 6003F5AB195388D20070C39A /* Frameworks */,
  229 + 6003F5AC195388D20070C39A /* Resources */,
  230 + );
  231 + buildRules = (
  232 + );
  233 + dependencies = (
  234 + 6003F5B4195388D20070C39A /* PBXTargetDependency */,
  235 + );
  236 + name = DSLifeServiceModuleF_Tests;
  237 + productName = DSLifeServiceModuleFTests;
  238 + productReference = 6003F5AE195388D20070C39A /* DSLifeServiceModuleF_Tests.xctest */;
  239 + productType = "com.apple.product-type.bundle.unit-test";
  240 + };
  241 +/* End PBXNativeTarget section */
  242 +
  243 +/* Begin PBXProject section */
  244 + 6003F582195388D10070C39A /* Project object */ = {
  245 + isa = PBXProject;
  246 + attributes = {
  247 + CLASSPREFIX = DS;
  248 + LastUpgradeCheck = 0720;
  249 + ORGANIZATIONNAME = "694092596@qq.com";
  250 + TargetAttributes = {
  251 + 6003F5AD195388D20070C39A = {
  252 + TestTargetID = 6003F589195388D20070C39A;
  253 + };
  254 + };
  255 + };
  256 + buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "DSLifeServiceModuleF" */;
  257 + compatibilityVersion = "Xcode 3.2";
  258 + developmentRegion = English;
  259 + hasScannedForEncodings = 0;
  260 + knownRegions = (
  261 + en,
  262 + Base,
  263 + );
  264 + mainGroup = 6003F581195388D10070C39A;
  265 + productRefGroup = 6003F58B195388D20070C39A /* Products */;
  266 + projectDirPath = "";
  267 + projectRoot = "";
  268 + targets = (
  269 + 6003F589195388D20070C39A /* DSLifeServiceModuleF_Example */,
  270 + 6003F5AD195388D20070C39A /* DSLifeServiceModuleF_Tests */,
  271 + );
  272 + };
  273 +/* End PBXProject section */
  274 +
  275 +/* Begin PBXResourcesBuildPhase section */
  276 + 6003F588195388D20070C39A /* Resources */ = {
  277 + isa = PBXResourcesBuildPhase;
  278 + buildActionMask = 2147483647;
  279 + files = (
  280 + 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */,
  281 + 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */,
  282 + 6003F5A9195388D20070C39A /* Images.xcassets in Resources */,
  283 + 6003F598195388D20070C39A /* InfoPlist.strings in Resources */,
  284 + );
  285 + runOnlyForDeploymentPostprocessing = 0;
  286 + };
  287 + 6003F5AC195388D20070C39A /* Resources */ = {
  288 + isa = PBXResourcesBuildPhase;
  289 + buildActionMask = 2147483647;
  290 + files = (
  291 + 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */,
  292 + );
  293 + runOnlyForDeploymentPostprocessing = 0;
  294 + };
  295 +/* End PBXResourcesBuildPhase section */
  296 +
  297 +/* Begin PBXShellScriptBuildPhase section */
  298 + 3989166FDA7172B37323B3DD /* [CP] Check Pods Manifest.lock */ = {
  299 + isa = PBXShellScriptBuildPhase;
  300 + buildActionMask = 2147483647;
  301 + files = (
  302 + );
  303 + inputFileListPaths = (
  304 + );
  305 + inputPaths = (
  306 + "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  307 + "${PODS_ROOT}/Manifest.lock",
  308 + );
  309 + name = "[CP] Check Pods Manifest.lock";
  310 + outputFileListPaths = (
  311 + );
  312 + outputPaths = (
  313 + "$(DERIVED_FILE_DIR)/Pods-DSLifeServiceModuleF_Tests-checkManifestLockResult.txt",
  314 + );
  315 + runOnlyForDeploymentPostprocessing = 0;
  316 + shellPath = /bin/sh;
  317 + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  318 + showEnvVarsInLog = 0;
  319 + };
  320 + A021736E1A98EE0BF53AE9D7 /* [CP] Check Pods Manifest.lock */ = {
  321 + isa = PBXShellScriptBuildPhase;
  322 + buildActionMask = 2147483647;
  323 + files = (
  324 + );
  325 + inputFileListPaths = (
  326 + );
  327 + inputPaths = (
  328 + "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  329 + "${PODS_ROOT}/Manifest.lock",
  330 + );
  331 + name = "[CP] Check Pods Manifest.lock";
  332 + outputFileListPaths = (
  333 + );
  334 + outputPaths = (
  335 + "$(DERIVED_FILE_DIR)/Pods-DSLifeServiceModuleF_Example-checkManifestLockResult.txt",
  336 + );
  337 + runOnlyForDeploymentPostprocessing = 0;
  338 + shellPath = /bin/sh;
  339 + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  340 + showEnvVarsInLog = 0;
  341 + };
  342 + AAD3328029CD819743873B01 /* [CP] Embed Pods Frameworks */ = {
  343 + isa = PBXShellScriptBuildPhase;
  344 + buildActionMask = 2147483647;
  345 + files = (
  346 + );
  347 + inputPaths = (
  348 + "${PODS_ROOT}/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example-frameworks.sh",
  349 + "${BUILT_PRODUCTS_DIR}/DSLifeServiceModuleF/DSLifeServiceModuleF.framework",
  350 + );
  351 + name = "[CP] Embed Pods Frameworks";
  352 + outputPaths = (
  353 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DSLifeServiceModuleF.framework",
  354 + );
  355 + runOnlyForDeploymentPostprocessing = 0;
  356 + shellPath = /bin/sh;
  357 + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example-frameworks.sh\"\n";
  358 + showEnvVarsInLog = 0;
  359 + };
  360 +/* End PBXShellScriptBuildPhase section */
  361 +
  362 +/* Begin PBXSourcesBuildPhase section */
  363 + 6003F586195388D20070C39A /* Sources */ = {
  364 + isa = PBXSourcesBuildPhase;
  365 + buildActionMask = 2147483647;
  366 + files = (
  367 + 6003F59E195388D20070C39A /* DSAppDelegate.m in Sources */,
  368 + 6003F5A7195388D20070C39A /* DSViewController.m in Sources */,
  369 + 6003F59A195388D20070C39A /* main.m in Sources */,
  370 + );
  371 + runOnlyForDeploymentPostprocessing = 0;
  372 + };
  373 + 6003F5AA195388D20070C39A /* Sources */ = {
  374 + isa = PBXSourcesBuildPhase;
  375 + buildActionMask = 2147483647;
  376 + files = (
  377 + 6003F5BC195388D20070C39A /* Tests.m in Sources */,
  378 + );
  379 + runOnlyForDeploymentPostprocessing = 0;
  380 + };
  381 +/* End PBXSourcesBuildPhase section */
  382 +
  383 +/* Begin PBXTargetDependency section */
  384 + 6003F5B4195388D20070C39A /* PBXTargetDependency */ = {
  385 + isa = PBXTargetDependency;
  386 + target = 6003F589195388D20070C39A /* DSLifeServiceModuleF_Example */;
  387 + targetProxy = 6003F5B3195388D20070C39A /* PBXContainerItemProxy */;
  388 + };
  389 +/* End PBXTargetDependency section */
  390 +
  391 +/* Begin PBXVariantGroup section */
  392 + 6003F596195388D20070C39A /* InfoPlist.strings */ = {
  393 + isa = PBXVariantGroup;
  394 + children = (
  395 + 6003F597195388D20070C39A /* en */,
  396 + );
  397 + name = InfoPlist.strings;
  398 + sourceTree = "<group>";
  399 + };
  400 + 6003F5B8195388D20070C39A /* InfoPlist.strings */ = {
  401 + isa = PBXVariantGroup;
  402 + children = (
  403 + 6003F5B9195388D20070C39A /* en */,
  404 + );
  405 + name = InfoPlist.strings;
  406 + sourceTree = "<group>";
  407 + };
  408 + 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */ = {
  409 + isa = PBXVariantGroup;
  410 + children = (
  411 + 71719F9E1E33DC2100824A3D /* Base */,
  412 + );
  413 + name = LaunchScreen.storyboard;
  414 + sourceTree = "<group>";
  415 + };
  416 +/* End PBXVariantGroup section */
  417 +
  418 +/* Begin XCBuildConfiguration section */
  419 + 6003F5BD195388D20070C39A /* Debug */ = {
  420 + isa = XCBuildConfiguration;
  421 + buildSettings = {
  422 + ALWAYS_SEARCH_USER_PATHS = NO;
  423 + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  424 + CLANG_CXX_LIBRARY = "libc++";
  425 + CLANG_ENABLE_MODULES = YES;
  426 + CLANG_ENABLE_OBJC_ARC = YES;
  427 + CLANG_WARN_BOOL_CONVERSION = YES;
  428 + CLANG_WARN_CONSTANT_CONVERSION = YES;
  429 + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  430 + CLANG_WARN_EMPTY_BODY = YES;
  431 + CLANG_WARN_ENUM_CONVERSION = YES;
  432 + CLANG_WARN_INT_CONVERSION = YES;
  433 + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  434 + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  435 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  436 + COPY_PHASE_STRIP = NO;
  437 + ENABLE_TESTABILITY = YES;
  438 + GCC_C_LANGUAGE_STANDARD = gnu99;
  439 + GCC_DYNAMIC_NO_PIC = NO;
  440 + GCC_OPTIMIZATION_LEVEL = 0;
  441 + GCC_PREPROCESSOR_DEFINITIONS = (
  442 + "DEBUG=1",
  443 + "$(inherited)",
  444 + );
  445 + GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  446 + GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  447 + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  448 + GCC_WARN_UNDECLARED_SELECTOR = YES;
  449 + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  450 + GCC_WARN_UNUSED_FUNCTION = YES;
  451 + GCC_WARN_UNUSED_VARIABLE = YES;
  452 + IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  453 + ONLY_ACTIVE_ARCH = YES;
  454 + SDKROOT = iphoneos;
  455 + TARGETED_DEVICE_FAMILY = "1,2";
  456 + };
  457 + name = Debug;
  458 + };
  459 + 6003F5BE195388D20070C39A /* Release */ = {
  460 + isa = XCBuildConfiguration;
  461 + buildSettings = {
  462 + ALWAYS_SEARCH_USER_PATHS = NO;
  463 + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  464 + CLANG_CXX_LIBRARY = "libc++";
  465 + CLANG_ENABLE_MODULES = YES;
  466 + CLANG_ENABLE_OBJC_ARC = YES;
  467 + CLANG_WARN_BOOL_CONVERSION = YES;
  468 + CLANG_WARN_CONSTANT_CONVERSION = YES;
  469 + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  470 + CLANG_WARN_EMPTY_BODY = YES;
  471 + CLANG_WARN_ENUM_CONVERSION = YES;
  472 + CLANG_WARN_INT_CONVERSION = YES;
  473 + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  474 + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  475 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  476 + COPY_PHASE_STRIP = YES;
  477 + ENABLE_NS_ASSERTIONS = NO;
  478 + GCC_C_LANGUAGE_STANDARD = gnu99;
  479 + GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  480 + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  481 + GCC_WARN_UNDECLARED_SELECTOR = YES;
  482 + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  483 + GCC_WARN_UNUSED_FUNCTION = YES;
  484 + GCC_WARN_UNUSED_VARIABLE = YES;
  485 + IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  486 + SDKROOT = iphoneos;
  487 + TARGETED_DEVICE_FAMILY = "1,2";
  488 + VALIDATE_PRODUCT = YES;
  489 + };
  490 + name = Release;
  491 + };
  492 + 6003F5C0195388D20070C39A /* Debug */ = {
  493 + isa = XCBuildConfiguration;
  494 + baseConfigurationReference = 407A97C62CF60BD607B01033 /* Pods-DSLifeServiceModuleF_Example.debug.xcconfig */;
  495 + buildSettings = {
  496 + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  497 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
  498 + GCC_PREFIX_HEADER = "DSLifeServiceModuleF/DSLifeServiceModuleF-Prefix.pch";
  499 + INFOPLIST_FILE = "DSLifeServiceModuleF/DSLifeServiceModuleF-Info.plist";
  500 + MODULE_NAME = ExampleApp;
  501 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  502 + PRODUCT_NAME = "$(TARGET_NAME)";
  503 + SWIFT_VERSION = 4.0;
  504 + WRAPPER_EXTENSION = app;
  505 + };
  506 + name = Debug;
  507 + };
  508 + 6003F5C1195388D20070C39A /* Release */ = {
  509 + isa = XCBuildConfiguration;
  510 + baseConfigurationReference = E6DA1847004F206E141DB181 /* Pods-DSLifeServiceModuleF_Example.release.xcconfig */;
  511 + buildSettings = {
  512 + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  513 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
  514 + GCC_PREFIX_HEADER = "DSLifeServiceModuleF/DSLifeServiceModuleF-Prefix.pch";
  515 + INFOPLIST_FILE = "DSLifeServiceModuleF/DSLifeServiceModuleF-Info.plist";
  516 + MODULE_NAME = ExampleApp;
  517 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  518 + PRODUCT_NAME = "$(TARGET_NAME)";
  519 + SWIFT_VERSION = 4.0;
  520 + WRAPPER_EXTENSION = app;
  521 + };
  522 + name = Release;
  523 + };
  524 + 6003F5C3195388D20070C39A /* Debug */ = {
  525 + isa = XCBuildConfiguration;
  526 + baseConfigurationReference = 7DB7312E83D988D5388F1372 /* Pods-DSLifeServiceModuleF_Tests.debug.xcconfig */;
  527 + buildSettings = {
  528 + BUNDLE_LOADER = "$(TEST_HOST)";
  529 + FRAMEWORK_SEARCH_PATHS = (
  530 + "$(PLATFORM_DIR)/Developer/Library/Frameworks",
  531 + "$(inherited)",
  532 + "$(DEVELOPER_FRAMEWORKS_DIR)",
  533 + );
  534 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
  535 + GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
  536 + GCC_PREPROCESSOR_DEFINITIONS = (
  537 + "DEBUG=1",
  538 + "$(inherited)",
  539 + );
  540 + INFOPLIST_FILE = "Tests/Tests-Info.plist";
  541 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  542 + PRODUCT_NAME = "$(TARGET_NAME)";
  543 + SWIFT_VERSION = 4.0;
  544 + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DSLifeServiceModuleF_Example.app/DSLifeServiceModuleF_Example";
  545 + WRAPPER_EXTENSION = xctest;
  546 + };
  547 + name = Debug;
  548 + };
  549 + 6003F5C4195388D20070C39A /* Release */ = {
  550 + isa = XCBuildConfiguration;
  551 + baseConfigurationReference = 77BE22BDF269C0950F710CB9 /* Pods-DSLifeServiceModuleF_Tests.release.xcconfig */;
  552 + buildSettings = {
  553 + BUNDLE_LOADER = "$(TEST_HOST)";
  554 + FRAMEWORK_SEARCH_PATHS = (
  555 + "$(PLATFORM_DIR)/Developer/Library/Frameworks",
  556 + "$(inherited)",
  557 + "$(DEVELOPER_FRAMEWORKS_DIR)",
  558 + );
  559 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
  560 + GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
  561 + INFOPLIST_FILE = "Tests/Tests-Info.plist";
  562 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  563 + PRODUCT_NAME = "$(TARGET_NAME)";
  564 + SWIFT_VERSION = 4.0;
  565 + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DSLifeServiceModuleF_Example.app/DSLifeServiceModuleF_Example";
  566 + WRAPPER_EXTENSION = xctest;
  567 + };
  568 + name = Release;
  569 + };
  570 +/* End XCBuildConfiguration section */
  571 +
  572 +/* Begin XCConfigurationList section */
  573 + 6003F585195388D10070C39A /* Build configuration list for PBXProject "DSLifeServiceModuleF" */ = {
  574 + isa = XCConfigurationList;
  575 + buildConfigurations = (
  576 + 6003F5BD195388D20070C39A /* Debug */,
  577 + 6003F5BE195388D20070C39A /* Release */,
  578 + );
  579 + defaultConfigurationIsVisible = 0;
  580 + defaultConfigurationName = Release;
  581 + };
  582 + 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "DSLifeServiceModuleF_Example" */ = {
  583 + isa = XCConfigurationList;
  584 + buildConfigurations = (
  585 + 6003F5C0195388D20070C39A /* Debug */,
  586 + 6003F5C1195388D20070C39A /* Release */,
  587 + );
  588 + defaultConfigurationIsVisible = 0;
  589 + defaultConfigurationName = Release;
  590 + };
  591 + 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "DSLifeServiceModuleF_Tests" */ = {
  592 + isa = XCConfigurationList;
  593 + buildConfigurations = (
  594 + 6003F5C3195388D20070C39A /* Debug */,
  595 + 6003F5C4195388D20070C39A /* Release */,
  596 + );
  597 + defaultConfigurationIsVisible = 0;
  598 + defaultConfigurationName = Release;
  599 + };
  600 +/* End XCConfigurationList section */
  601 + };
  602 + rootObject = 6003F582195388D10070C39A /* Project object */;
  603 +}
... ...
Example/DSLifeServiceModuleF.xcodeproj/project.xcworkspace/contents.xcworkspacedata 0 → 100644
  1 +++ a/Example/DSLifeServiceModuleF.xcodeproj/project.xcworkspace/contents.xcworkspacedata
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<Workspace
  3 + version = "1.0">
  4 + <FileRef
  5 + location = "self:DSLifeServiceModuleF.xcodeproj">
  6 + </FileRef>
  7 +</Workspace>
... ...
Example/DSLifeServiceModuleF.xcodeproj/xcshareddata/xcschemes/DSLifeServiceModuleF-Example.xcscheme 0 → 100644
  1 +++ a/Example/DSLifeServiceModuleF.xcodeproj/xcshareddata/xcschemes/DSLifeServiceModuleF-Example.xcscheme
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<Scheme
  3 + LastUpgradeVersion = "0720"
  4 + version = "1.3">
  5 + <BuildAction
  6 + parallelizeBuildables = "YES"
  7 + buildImplicitDependencies = "YES">
  8 + <BuildActionEntries>
  9 + <BuildActionEntry
  10 + buildForTesting = "YES"
  11 + buildForRunning = "YES"
  12 + buildForProfiling = "YES"
  13 + buildForArchiving = "YES"
  14 + buildForAnalyzing = "YES">
  15 + <BuildableReference
  16 + BuildableIdentifier = "primary"
  17 + BlueprintIdentifier = "6003F589195388D20070C39A"
  18 + BuildableName = "DSLifeServiceModuleF_Example.app"
  19 + BlueprintName = "DSLifeServiceModuleF_Example"
  20 + ReferencedContainer = "container:DSLifeServiceModuleF.xcodeproj">
  21 + </BuildableReference>
  22 + </BuildActionEntry>
  23 + </BuildActionEntries>
  24 + </BuildAction>
  25 + <TestAction
  26 + buildConfiguration = "Debug"
  27 + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  28 + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  29 + shouldUseLaunchSchemeArgsEnv = "YES">
  30 + <Testables>
  31 + <TestableReference
  32 + skipped = "NO">
  33 + <BuildableReference
  34 + BuildableIdentifier = "primary"
  35 + BlueprintIdentifier = "6003F5AD195388D20070C39A"
  36 + BuildableName = "DSLifeServiceModuleF_Tests.xctest"
  37 + BlueprintName = "DSLifeServiceModuleF_Tests"
  38 + ReferencedContainer = "container:DSLifeServiceModuleF.xcodeproj">
  39 + </BuildableReference>
  40 + </TestableReference>
  41 + </Testables>
  42 + <MacroExpansion>
  43 + <BuildableReference
  44 + BuildableIdentifier = "primary"
  45 + BlueprintIdentifier = "6003F589195388D20070C39A"
  46 + BuildableName = "DSLifeServiceModuleF_Example.app"
  47 + BlueprintName = "DSLifeServiceModuleF_Example"
  48 + ReferencedContainer = "container:DSLifeServiceModuleF.xcodeproj">
  49 + </BuildableReference>
  50 + </MacroExpansion>
  51 + <AdditionalOptions>
  52 + </AdditionalOptions>
  53 + </TestAction>
  54 + <LaunchAction
  55 + buildConfiguration = "Debug"
  56 + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  57 + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  58 + launchStyle = "0"
  59 + useCustomWorkingDirectory = "NO"
  60 + ignoresPersistentStateOnLaunch = "NO"
  61 + debugDocumentVersioning = "YES"
  62 + debugServiceExtension = "internal"
  63 + allowLocationSimulation = "YES">
  64 + <BuildableProductRunnable
  65 + runnableDebuggingMode = "0">
  66 + <BuildableReference
  67 + BuildableIdentifier = "primary"
  68 + BlueprintIdentifier = "6003F589195388D20070C39A"
  69 + BuildableName = "DSLifeServiceModuleF_Example.app"
  70 + BlueprintName = "DSLifeServiceModuleF_Example"
  71 + ReferencedContainer = "container:DSLifeServiceModuleF.xcodeproj">
  72 + </BuildableReference>
  73 + </BuildableProductRunnable>
  74 + <AdditionalOptions>
  75 + </AdditionalOptions>
  76 + </LaunchAction>
  77 + <ProfileAction
  78 + buildConfiguration = "Release"
  79 + shouldUseLaunchSchemeArgsEnv = "YES"
  80 + savedToolIdentifier = ""
  81 + useCustomWorkingDirectory = "NO"
  82 + debugDocumentVersioning = "YES">
  83 + <BuildableProductRunnable
  84 + runnableDebuggingMode = "0">
  85 + <BuildableReference
  86 + BuildableIdentifier = "primary"
  87 + BlueprintIdentifier = "6003F589195388D20070C39A"
  88 + BuildableName = "DSLifeServiceModuleF_Example.app"
  89 + BlueprintName = "DSLifeServiceModuleF_Example"
  90 + ReferencedContainer = "container:DSLifeServiceModuleF.xcodeproj">
  91 + </BuildableReference>
  92 + </BuildableProductRunnable>
  93 + </ProfileAction>
  94 + <AnalyzeAction
  95 + buildConfiguration = "Debug">
  96 + </AnalyzeAction>
  97 + <ArchiveAction
  98 + buildConfiguration = "Release"
  99 + revealArchiveInOrganizer = "YES">
  100 + </ArchiveAction>
  101 +</Scheme>
... ...
Example/DSLifeServiceModuleF.xcworkspace/contents.xcworkspacedata 0 → 100644
  1 +++ a/Example/DSLifeServiceModuleF.xcworkspace/contents.xcworkspacedata
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<Workspace
  3 + version = "1.0">
  4 + <FileRef
  5 + location = "group:DSLifeServiceModuleF.xcodeproj">
  6 + </FileRef>
  7 + <FileRef
  8 + location = "group:Pods/Pods.xcodeproj">
  9 + </FileRef>
  10 +</Workspace>
... ...
Example/DSLifeServiceModuleF.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist 0 → 100644
  1 +++ a/Example/DSLifeServiceModuleF.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>IDEDidComputeMac32BitWarning</key>
  6 + <true/>
  7 +</dict>
  8 +</plist>
... ...
Example/DSLifeServiceModuleF/Base.lproj/LaunchScreen.storyboard 0 → 100644
  1 +++ a/Example/DSLifeServiceModuleF/Base.lproj/LaunchScreen.storyboard
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
  3 + <device id="retina4_7" orientation="portrait">
  4 + <adaptation id="fullscreen"/>
  5 + </device>
  6 + <dependencies>
  7 + <deployment identifier="iOS"/>
  8 + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
  9 + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10 + </dependencies>
  11 + <scenes>
  12 + <!--View Controller-->
  13 + <scene sceneID="EHf-IW-A2E">
  14 + <objects>
  15 + <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  16 + <layoutGuides>
  17 + <viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/>
  18 + <viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
  19 + </layoutGuides>
  20 + <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  21 + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  22 + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23 + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  24 + </view>
  25 + </viewController>
  26 + <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  27 + </objects>
  28 + <point key="canvasLocation" x="53" y="375"/>
  29 + </scene>
  30 + </scenes>
  31 +</document>
... ...
Example/DSLifeServiceModuleF/Base.lproj/Main.storyboard 0 → 100644
  1 +++ a/Example/DSLifeServiceModuleF/Base.lproj/Main.storyboard
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="whP-gf-Uak">
  3 + <device id="retina4_7" orientation="portrait">
  4 + <adaptation id="fullscreen"/>
  5 + </device>
  6 + <dependencies>
  7 + <deployment identifier="iOS"/>
  8 + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
  9 + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10 + </dependencies>
  11 + <scenes>
  12 + <!--View Controller-->
  13 + <scene sceneID="wQg-tq-qST">
  14 + <objects>
  15 + <viewController id="whP-gf-Uak" customClass="DSViewController" sceneMemberID="viewController">
  16 + <layoutGuides>
  17 + <viewControllerLayoutGuide type="top" id="uEw-UM-LJ8"/>
  18 + <viewControllerLayoutGuide type="bottom" id="Mvr-aV-6Um"/>
  19 + </layoutGuides>
  20 + <view key="view" contentMode="scaleToFill" id="TpU-gO-2f1">
  21 + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  22 + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23 + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  24 + </view>
  25 + </viewController>
  26 + <placeholder placeholderIdentifier="IBFirstResponder" id="tc2-Qw-aMS" userLabel="First Responder" sceneMemberID="firstResponder"/>
  27 + </objects>
  28 + <point key="canvasLocation" x="305" y="433"/>
  29 + </scene>
  30 + </scenes>
  31 +</document>
... ...
Example/DSLifeServiceModuleF/DSAppDelegate.h 0 → 100644
  1 +++ a/Example/DSLifeServiceModuleF/DSAppDelegate.h
  1 +//
  2 +// DSAppDelegate.h
  3 +// DSLifeServiceModuleF
  4 +//
  5 +// Created by 694092596@qq.com on 03/15/2020.
  6 +// Copyright (c) 2020 694092596@qq.com. All rights reserved.
  7 +//
  8 +
  9 +@import UIKit;
  10 +
  11 +@interface DSAppDelegate : UIResponder <UIApplicationDelegate>
  12 +
  13 +@property (strong, nonatomic) UIWindow *window;
  14 +
  15 +@end
... ...
Example/DSLifeServiceModuleF/DSAppDelegate.m 0 → 100644
  1 +++ a/Example/DSLifeServiceModuleF/DSAppDelegate.m
  1 +//
  2 +// DSAppDelegate.m
  3 +// DSLifeServiceModuleF
  4 +//
  5 +// Created by 694092596@qq.com on 03/15/2020.
  6 +// Copyright (c) 2020 694092596@qq.com. All rights reserved.
  7 +//
  8 +
  9 +#import "DSAppDelegate.h"
  10 +
  11 +@implementation DSAppDelegate
  12 +
  13 +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
  14 +{
  15 + // Override point for customization after application launch.
  16 + return YES;
  17 +}
  18 +
  19 +- (void)applicationWillResignActive:(UIApplication *)application
  20 +{
  21 + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
  22 + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
  23 +}
  24 +
  25 +- (void)applicationDidEnterBackground:(UIApplication *)application
  26 +{
  27 + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
  28 + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
  29 +}
  30 +
  31 +- (void)applicationWillEnterForeground:(UIApplication *)application
  32 +{
  33 + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
  34 +}
  35 +
  36 +- (void)applicationDidBecomeActive:(UIApplication *)application
  37 +{
  38 + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
  39 +}
  40 +
  41 +- (void)applicationWillTerminate:(UIApplication *)application
  42 +{
  43 + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
  44 +}
  45 +
  46 +@end
... ...
Example/DSLifeServiceModuleF/DSLifeServiceModuleF-Info.plist 0 → 100644
  1 +++ a/Example/DSLifeServiceModuleF/DSLifeServiceModuleF-Info.plist
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>CFBundleDevelopmentRegion</key>
  6 + <string>en</string>
  7 + <key>CFBundleDisplayName</key>
  8 + <string>${PRODUCT_NAME}</string>
  9 + <key>CFBundleExecutable</key>
  10 + <string>${EXECUTABLE_NAME}</string>
  11 + <key>CFBundleIdentifier</key>
  12 + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13 + <key>CFBundleInfoDictionaryVersion</key>
  14 + <string>6.0</string>
  15 + <key>CFBundleName</key>
  16 + <string>${PRODUCT_NAME}</string>
  17 + <key>CFBundlePackageType</key>
  18 + <string>APPL</string>
  19 + <key>CFBundleShortVersionString</key>
  20 + <string>1.0</string>
  21 + <key>CFBundleSignature</key>
  22 + <string>????</string>
  23 + <key>CFBundleVersion</key>
  24 + <string>1.0</string>
  25 + <key>LSRequiresIPhoneOS</key>
  26 + <true/>
  27 + <key>UILaunchStoryboardName</key>
  28 + <string>LaunchScreen</string>
  29 + <key>UIMainStoryboardFile</key>
  30 + <string>Main</string>
  31 + <key>UIRequiredDeviceCapabilities</key>
  32 + <array>
  33 + <string>armv7</string>
  34 + </array>
  35 + <key>UISupportedInterfaceOrientations</key>
  36 + <array>
  37 + <string>UIInterfaceOrientationPortrait</string>
  38 + <string>UIInterfaceOrientationLandscapeLeft</string>
  39 + <string>UIInterfaceOrientationLandscapeRight</string>
  40 + </array>
  41 + <key>UISupportedInterfaceOrientations~ipad</key>
  42 + <array>
  43 + <string>UIInterfaceOrientationPortrait</string>
  44 + <string>UIInterfaceOrientationPortraitUpsideDown</string>
  45 + <string>UIInterfaceOrientationLandscapeLeft</string>
  46 + <string>UIInterfaceOrientationLandscapeRight</string>
  47 + </array>
  48 +</dict>
  49 +</plist>
... ...
Example/DSLifeServiceModuleF/DSLifeServiceModuleF-Prefix.pch 0 → 100644
  1 +++ a/Example/DSLifeServiceModuleF/DSLifeServiceModuleF-Prefix.pch
  1 +//
  2 +// Prefix header
  3 +//
  4 +// The contents of this file are implicitly included at the beginning of every source file.
  5 +//
  6 +
  7 +#import <Availability.h>
  8 +
  9 +#ifndef __IPHONE_5_0
  10 +#warning "This project uses features only available in iOS SDK 5.0 and later."
  11 +#endif
  12 +
  13 +#ifdef __OBJC__
  14 + @import UIKit;
  15 + @import Foundation;
  16 +#endif
... ...
Example/DSLifeServiceModuleF/DSViewController.h 0 → 100644
  1 +++ a/Example/DSLifeServiceModuleF/DSViewController.h
  1 +//
  2 +// DSViewController.h
  3 +// DSLifeServiceModuleF
  4 +//
  5 +// Created by 694092596@qq.com on 03/15/2020.
  6 +// Copyright (c) 2020 694092596@qq.com. All rights reserved.
  7 +//
  8 +
  9 +@import UIKit;
  10 +
  11 +@interface DSViewController : UIViewController
  12 +
  13 +@end
... ...
Example/DSLifeServiceModuleF/DSViewController.m 0 → 100644
  1 +++ a/Example/DSLifeServiceModuleF/DSViewController.m
  1 +//
  2 +// DSViewController.m
  3 +// DSLifeServiceModuleF
  4 +//
  5 +// Created by 694092596@qq.com on 03/15/2020.
  6 +// Copyright (c) 2020 694092596@qq.com. All rights reserved.
  7 +//
  8 +
  9 +#import "DSViewController.h"
  10 +
  11 +@interface DSViewController ()
  12 +
  13 +@end
  14 +
  15 +@implementation DSViewController
  16 +
  17 +- (void)viewDidLoad
  18 +{
  19 + [super viewDidLoad];
  20 + // Do any additional setup after loading the view, typically from a nib.
  21 +}
  22 +
  23 +- (void)didReceiveMemoryWarning
  24 +{
  25 + [super didReceiveMemoryWarning];
  26 + // Dispose of any resources that can be recreated.
  27 +}
  28 +
  29 +@end
... ...