Commit 483478f673936a87bc5220e46bda910e7e2277cf
1 parent
33b99140
0.0.12
Showing
5 changed files
with
9 additions
and
41 deletions
DSToolsModuleF.podspec
DSToolsModuleF/Frameworks/DSToolsModule.framework/DSToolsModule
No preview for this file type
DSToolsModuleF/Frameworks/DSToolsModule.framework/Headers/DSToolsModule-umbrella.h
| ... | ... | @@ -43,7 +43,7 @@ |
| 43 | 43 | #import "DSRoundedRectView.h" |
| 44 | 44 | #import "UIView+DSRoundedRectView.h" |
| 45 | 45 | #import "DSTextView.h" |
| 46 | -#import "DSToolsModuleHeader.h" | |
| 46 | +#import "DSToolsModule.h" | |
| 47 | 47 | |
| 48 | 48 | FOUNDATION_EXPORT double DSToolsModuleVersionNumber; |
| 49 | 49 | FOUNDATION_EXPORT const unsigned char DSToolsModuleVersionString[]; | ... | ... |
DSToolsModuleF/Frameworks/DSToolsModule.framework/Headers/DSToolsModuleHeader.h renamed to DSToolsModuleF/Frameworks/DSToolsModule.framework/Headers/DSToolsModule.h
| 1 | 1 | // |
| 2 | -// DSToolsModuleHeader.h | |
| 2 | +// DSToolsModule.h | |
| 3 | 3 | // DSToolsModule |
| 4 | 4 | // |
| 5 | 5 | // Created by zhaolin on 2020/2/20. |
| 6 | 6 | // |
| 7 | 7 | |
| 8 | -#ifndef DSToolsModuleHeader_h | |
| 9 | -#define DSToolsModuleHeader_h | |
| 8 | +#ifndef DSToolsModule_h | |
| 9 | +#define DSToolsModule_h | |
| 10 | 10 | |
| 11 | -#if __has_include("BKCycleScrollView.h") | |
| 12 | -#import "BKCycleScrollView.h" | |
| 13 | -#endif | |
| 11 | +#import <DSBaseModule/DSBaseModule.h> | |
| 12 | +#import <DSExtensionModule/DSExtensionModule.h> | |
| 14 | 13 | |
| 15 | -#if __has_include("BKPageControlView.h") | |
| 14 | +#import "BKCycleScrollView.h" | |
| 16 | 15 | #import "BKPageControlView.h" |
| 17 | -#endif | |
| 18 | - | |
| 19 | -#if __has_include("BKPickerView.h") | |
| 20 | 16 | #import "BKPickerView.h" |
| 21 | -#endif | |
| 22 | - | |
| 23 | -#if __has_include("BKTimer.h") | |
| 24 | 17 | #import "BKTimer.h" |
| 25 | -#endif | |
| 26 | - | |
| 27 | -#if __has_include("DSAlertView.h") | |
| 28 | 18 | #import "DSAlertView.h" |
| 29 | -#endif | |
| 30 | - | |
| 31 | -#if __has_include("DSCollectionViewFluidLayout.h") | |
| 32 | 19 | #import "DSCollectionViewFluidLayout.h" |
| 33 | -#endif | |
| 34 | - | |
| 35 | -#if __has_include("DSGradientView.h") | |
| 36 | 20 | #import "DSGradientView.h" |
| 37 | -#endif | |
| 38 | - | |
| 39 | -#if __has_include("DSImageManager.h") | |
| 40 | 21 | #import "DSImageManager.h" |
| 41 | -#endif | |
| 42 | - | |
| 43 | -#if __has_include("DSLocationManager.h") | |
| 44 | 22 | #import "DSLocationManager.h" |
| 45 | -#endif | |
| 46 | - | |
| 47 | -#if __has_include("DSNetworkRequest.h") | |
| 48 | 23 | #import "DSNetworkRequest.h" |
| 49 | 24 | #import "NSDate+DSNetworkRequest.h" |
| 50 | -#endif | |
| 51 | - | |
| 52 | -#if __has_include("DSRoundedRectView.h") | |
| 53 | 25 | #import "DSRoundedRectView.h" |
| 54 | 26 | #import "UIView+DSRoundedRectView.h" |
| 55 | -#endif | |
| 56 | - | |
| 57 | -#if __has_include("DSTextView.h") | |
| 58 | 27 | #import "DSTextView.h" |
| 59 | -#endif | |
| 60 | 28 | |
| 61 | -#endif /* DSToolsModuleHeader_h */ | |
| 29 | +#endif /* DSToolsModule_h */ | ... | ... |
DSToolsModuleF/Frameworks/DSToolsModule.framework/Info.plist
No preview for this file type