Commit 5a8dd1db8261dfca4e54f6a0f841fd4e41faa190
1 parent
516fc1cd
移除DSTextView DSGradientView
Showing
7 changed files
with
1 additions
and
60 deletions
DSToolsModuleF.podspec
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 | 37 | #import "DSToolsModuleProtocol.h" |
| 38 | 38 | #import "DSCollectionViewFluidLayout.h" |
| 39 | 39 | #import "DSFileManager.h" |
| 40 | -#import "DSGradientView.h" | |
| 41 | 40 | #import "DSLocationManager.h" |
| 42 | 41 | #import "DSMapSearchModel.h" |
| 43 | 42 | #import "DSMapSearchViewController.h" |
| ... | ... | @@ -53,7 +52,6 @@ |
| 53 | 52 | #import "DSSelectUploadImageViewEnum.h" |
| 54 | 53 | #import "DSSelUplSingleImageView.h" |
| 55 | 54 | #import "DSSwitchView.h" |
| 56 | -#import "DSTextView.h" | |
| 57 | 55 | |
| 58 | 56 | FOUNDATION_EXPORT double DSToolsModuleVersionNumber; |
| 59 | 57 | FOUNDATION_EXPORT const unsigned char DSToolsModuleVersionString[]; | ... | ... |
DSToolsModuleF/Frameworks/DSToolsModule.framework/Headers/DSToolsModule.h
DSToolsModuleF/Frameworks/DSToolsModule.framework/Info.plist
No preview for this file type