Commit 5a8dd1db8261dfca4e54f6a0f841fd4e41faa190
1 parent
516fc1cd
移除DSTextView DSGradientView
Showing
7 changed files
with
1 additions
and
60 deletions
DSToolsModuleF.podspec
| 1 | Pod::Spec.new do |s| | 1 | Pod::Spec.new do |s| |
| 2 | 2 | ||
| 3 | s.name = "DSToolsModuleF" | 3 | s.name = "DSToolsModuleF" |
| 4 | - s.version = "0.0.30" | 4 | + s.version = "0.0.31" |
| 5 | s.summary = "DSToolsModuleF" | 5 | s.summary = "DSToolsModuleF" |
| 6 | s.homepage = "http://bj.gitlab.cnlive.com/DSIOSTeam" | 6 | s.homepage = "http://bj.gitlab.cnlive.com/DSIOSTeam" |
| 7 | s.authors = { "DSIOSTeam" => "694092596@qq.com" } | 7 | s.authors = { "DSIOSTeam" => "694092596@qq.com" } |
DSToolsModuleF/Frameworks/DSToolsModule.framework/DSToolsModule
No preview for this file type
DSToolsModuleF/Frameworks/DSToolsModule.framework/Headers/DSGradientView.h deleted
100644 → 0
| 1 | -// | ||
| 2 | -// DSGradientView.h | ||
| 3 | -// DSCnliveShopSDK | ||
| 4 | -// | ||
| 5 | -// Created by zhaolin on 2019/8/19. | ||
| 6 | -// Copyright © 2019 BIKE. All rights reserved. | ||
| 7 | -// | ||
| 8 | - | ||
| 9 | -#import <UIKit/UIKit.h> | ||
| 10 | - | ||
| 11 | -NS_ASSUME_NONNULL_BEGIN | ||
| 12 | - | ||
| 13 | -@interface DSGradientView : UIView | ||
| 14 | - | ||
| 15 | -/** | ||
| 16 | - 颜色数组 | ||
| 17 | - */ | ||
| 18 | -@property (nonatomic, copy) NSArray<UIColor*> * colors; | ||
| 19 | -/** | ||
| 20 | - 起点 | ||
| 21 | - */ | ||
| 22 | -@property (nonatomic, assign) CGPoint startPoint; | ||
| 23 | -/** | ||
| 24 | - 终点 | ||
| 25 | - */ | ||
| 26 | -@property (nonatomic, assign) CGPoint endPoint; | ||
| 27 | -/** | ||
| 28 | - 透明度 | ||
| 29 | - */ | ||
| 30 | -@property (nonatomic, assign) float opacity; | ||
| 31 | - | ||
| 32 | -@end | ||
| 33 | - | ||
| 34 | -NS_ASSUME_NONNULL_END |
DSToolsModuleF/Frameworks/DSToolsModule.framework/Headers/DSTextView.h deleted
100644 → 0
| 1 | -// | ||
| 2 | -// DSTextView.h | ||
| 3 | -// DSCnliveShopSDK | ||
| 4 | -// | ||
| 5 | -// Created by zhaolin on 2018/10/24. | ||
| 6 | -// | ||
| 7 | - | ||
| 8 | -#import <UIKit/UIKit.h> | ||
| 9 | - | ||
| 10 | -NS_ASSUME_NONNULL_BEGIN | ||
| 11 | - | ||
| 12 | -@interface DSTextView : UITextView | ||
| 13 | - | ||
| 14 | -@property (nonatomic,copy) NSString * placeholder; | ||
| 15 | -@property (nonatomic,strong) UIColor * placeholderColor; | ||
| 16 | - | ||
| 17 | -@end | ||
| 18 | - | ||
| 19 | -NS_ASSUME_NONNULL_END |
DSToolsModuleF/Frameworks/DSToolsModule.framework/Headers/DSToolsModule-umbrella.h
| @@ -37,7 +37,6 @@ | @@ -37,7 +37,6 @@ | ||
| 37 | #import "DSToolsModuleProtocol.h" | 37 | #import "DSToolsModuleProtocol.h" |
| 38 | #import "DSCollectionViewFluidLayout.h" | 38 | #import "DSCollectionViewFluidLayout.h" |
| 39 | #import "DSFileManager.h" | 39 | #import "DSFileManager.h" |
| 40 | -#import "DSGradientView.h" | ||
| 41 | #import "DSLocationManager.h" | 40 | #import "DSLocationManager.h" |
| 42 | #import "DSMapSearchModel.h" | 41 | #import "DSMapSearchModel.h" |
| 43 | #import "DSMapSearchViewController.h" | 42 | #import "DSMapSearchViewController.h" |
| @@ -53,7 +52,6 @@ | @@ -53,7 +52,6 @@ | ||
| 53 | #import "DSSelectUploadImageViewEnum.h" | 52 | #import "DSSelectUploadImageViewEnum.h" |
| 54 | #import "DSSelUplSingleImageView.h" | 53 | #import "DSSelUplSingleImageView.h" |
| 55 | #import "DSSwitchView.h" | 54 | #import "DSSwitchView.h" |
| 56 | -#import "DSTextView.h" | ||
| 57 | 55 | ||
| 58 | FOUNDATION_EXPORT double DSToolsModuleVersionNumber; | 56 | FOUNDATION_EXPORT double DSToolsModuleVersionNumber; |
| 59 | FOUNDATION_EXPORT const unsigned char DSToolsModuleVersionString[]; | 57 | FOUNDATION_EXPORT const unsigned char DSToolsModuleVersionString[]; |
DSToolsModuleF/Frameworks/DSToolsModule.framework/Headers/DSToolsModule.h
| @@ -23,12 +23,8 @@ | @@ -23,12 +23,8 @@ | ||
| 23 | 23 | ||
| 24 | #import "DSCollectionViewFluidLayout.h" | 24 | #import "DSCollectionViewFluidLayout.h" |
| 25 | 25 | ||
| 26 | -#import "DSGradientView.h" | ||
| 27 | - | ||
| 28 | #import "DSNetworkRequest.h" | 26 | #import "DSNetworkRequest.h" |
| 29 | 27 | ||
| 30 | -#import "DSTextView.h" | ||
| 31 | - | ||
| 32 | #import "DSFileManager.h" | 28 | #import "DSFileManager.h" |
| 33 | 29 | ||
| 34 | #import "DSQiNiuUploadManager.h" | 30 | #import "DSQiNiuUploadManager.h" |
DSToolsModuleF/Frameworks/DSToolsModule.framework/Info.plist
No preview for this file type