├── YLBDesign ├── Assets │ ├── .gitkeep │ └── ImageRes │ │ └── tab_home_selected.png └── Classes │ ├── .gitkeep │ ├── YLBDesignAppDelegate.h │ ├── YLBDesignTabBarController.h │ ├── YLBDesignNavigationController.h │ └── ResourceManage │ ├── UIImage+YLBDesign.h │ ├── YLBDBundleManager.h │ └── YLBDBundleManager.m ├── _Pods.xcodeproj ├── Example ├── Pods │ ├── YLBDBasePod │ │ └── YLBDBasePod │ │ │ └── Classes │ │ │ └── ReplaceMe.m │ ├── Headers │ │ ├── Private │ │ │ ├── QMUIKit │ │ │ │ ├── QMUIKit.h │ │ │ │ ├── QMUICore.h │ │ │ │ ├── QMUILab.h │ │ │ │ ├── QMUIHelper.h │ │ │ │ ├── QMUIRuntime.h │ │ │ │ ├── QMUITips.h │ │ │ │ ├── NSURL+QMUI.h │ │ │ │ ├── QMUILabel.h │ │ │ │ ├── QMUILog.h │ │ │ │ ├── QMUISlider.h │ │ │ │ ├── CALayer+QMUI.h │ │ │ │ ├── NSArray+QMUI.h │ │ │ │ ├── NSNumber+QMUI.h │ │ │ │ ├── NSObject+QMUI.h │ │ │ │ ├── NSString+QMUI.h │ │ │ │ ├── QMUIEmptyView.h │ │ │ │ ├── QMUIGridView.h │ │ │ │ ├── QMUISearchBar.h │ │ │ │ ├── QMUITableView.h │ │ │ │ ├── QMUITestView.h │ │ │ │ ├── QMUITextField.h │ │ │ │ ├── QMUITextView.h │ │ │ │ ├── UIButton+QMUI.h │ │ │ │ ├── UIColor+QMUI.h │ │ │ │ ├── UIFont+QMUI.h │ │ │ │ ├── UIImage+QMUI.h │ │ │ │ ├── UILabel+QMUI.h │ │ │ │ ├── UISwitch+QMUI.h │ │ │ │ ├── UITabBar+QMUI.h │ │ │ │ ├── UIView+QMUI.h │ │ │ │ ├── UIWindow+QMUI.h │ │ │ │ ├── CAAnimation+QMUI.h │ │ │ │ ├── QMUIAppearance.h │ │ │ │ ├── QMUIAsset.h │ │ │ │ ├── QMUIButton.h │ │ │ │ ├── QMUICommonDefines.h │ │ │ │ ├── QMUIConfiguration.h │ │ │ │ ├── QMUIEmotionView.h │ │ │ │ ├── QMUILogItem.h │ │ │ │ ├── QMUILogger.h │ │ │ │ ├── QMUIMarqueeLabel.h │ │ │ │ ├── QMUITheme.h │ │ │ │ ├── UIBarItem+QMUI.h │ │ │ │ ├── UIControl+QMUI.h │ │ │ │ ├── UITextView+QMUI.h │ │ │ │ ├── QMUIConsole.h │ │ │ │ ├── QMUIEasings.h │ │ │ │ ├── QMUITableViewCell.h │ │ │ │ ├── QMUIToastView.h │ │ │ │ ├── QMUIZoomImageView.h │ │ │ │ ├── UIApplication+QMUI.h │ │ │ │ ├── UIBezierPath+QMUI.h │ │ │ │ ├── UIImageView+QMUI.h │ │ │ │ ├── UIInterface+QMUI.h │ │ │ │ ├── UIScrollView+QMUI.h │ │ │ │ ├── UISearchBar+QMUI.h │ │ │ │ ├── UITabBarItem+QMUI.h │ │ │ │ ├── UITableView+QMUI.h │ │ │ │ ├── UITextField+QMUI.h │ │ │ │ ├── UIView+QMUIBorder.h │ │ │ │ ├── NSCharacterSet+QMUI.h │ │ │ │ ├── NSPointerArray+QMUI.h │ │ │ │ ├── QMUIAlertController.h │ │ │ │ ├── QMUICellHeightCache.h │ │ │ │ ├── QMUIConfigurationMacros.h │ │ │ │ ├── QMUIFillButton.h │ │ │ │ ├── QMUIFloatLayoutView.h │ │ │ │ ├── QMUIGhostButton.h │ │ │ │ ├── QMUIKeyboardManager.h │ │ │ │ ├── QMUIOrderedDictionary.h │ │ │ │ ├── QMUIPieProgressView.h │ │ │ │ ├── QMUISearchController.h │ │ │ │ ├── QMUISegmentedControl.h │ │ │ │ ├── QMUIThemeManager.h │ │ │ │ ├── QMUIThemePrivate.h │ │ │ │ ├── QMUIWindowSizeMonitor.h │ │ │ │ ├── UINavigationBar+QMUI.h │ │ │ │ ├── UITableViewCell+QMUI.h │ │ │ │ ├── UIView+QMUIBadge.h │ │ │ │ ├── UIView+QMUITheme.h │ │ │ │ ├── NSAttributedString+QMUI.h │ │ │ │ ├── NSMethodSignature+QMUI.h │ │ │ │ ├── NSParagraphStyle+QMUI.h │ │ │ │ ├── QMUIAssetsGroup.h │ │ │ │ ├── QMUIAssetsManager.h │ │ │ │ ├── QMUIBadgeProtocol.h │ │ │ │ ├── QMUICommonViewController.h │ │ │ │ ├── QMUIEmotionInputManager.h │ │ │ │ ├── QMUILogNameManager.h │ │ │ │ ├── QMUINavigationController.h │ │ │ │ ├── QMUINavigationTitleView.h │ │ │ │ ├── QMUIPopupContainerView.h │ │ │ │ ├── QMUITabBarViewController.h │ │ │ │ ├── QMUITableViewProtocols.h │ │ │ │ ├── QMUIToastAnimator.h │ │ │ │ ├── QMUIToolbarButton.h │ │ │ │ ├── QMUIWeakObjectContainer.h │ │ │ │ ├── UICollectionView+QMUI.h │ │ │ │ ├── UIColor+QMUITheme.h │ │ │ │ ├── UIImage+QMUITheme.h │ │ │ │ ├── UIMenuController+QMUI.h │ │ │ │ ├── UINavigationItem+QMUI.h │ │ │ │ ├── UISearchController+QMUI.h │ │ │ │ ├── UITextInputTraits+QMUI.h │ │ │ │ ├── UITraitCollection+QMUI.h │ │ │ │ ├── UIViewController+QMUI.h │ │ │ │ ├── UIVisualEffectView+QMUI.h │ │ │ │ ├── CALayer+QMUIViewAnimation.h │ │ │ │ ├── QMUIAnimationHelper.h │ │ │ │ ├── QMUIConsoleToolbar.h │ │ │ │ ├── QMUIDialogViewController.h │ │ │ │ ├── QMUILog+QMUIConsole.h │ │ │ │ ├── QMUINavigationButton.h │ │ │ │ ├── QMUIPopupMenuView.h │ │ │ │ ├── QMUIToastContentView.h │ │ │ │ ├── UIBarItem+QMUIBadge.h │ │ │ │ ├── UICollectionViewCell+QMUI.h │ │ │ │ ├── UIGestureRecognizer+QMUI.h │ │ │ │ ├── QMUICommonTableViewController.h │ │ │ │ ├── QMUILogManagerViewController.h │ │ │ │ ├── QMUIMoreOperationController.h │ │ │ │ ├── QMUIScrollAnimator.h │ │ │ │ ├── QMUIThemeManagerCenter.h │ │ │ │ ├── QMUIToastBackgroundView.h │ │ │ │ ├── UIActivityIndicatorView+QMUI.h │ │ │ │ ├── UINavigationController+QMUI.h │ │ │ │ ├── QMUICellSizeKeyCache.h │ │ │ │ ├── QMUICollectionViewPagingLayout.h │ │ │ │ ├── QMUIConsoleViewController.h │ │ │ │ ├── QMUIDisplayLinkAnimation.h │ │ │ │ ├── QMUIImagePickerHelper.h │ │ │ │ ├── QMUIImagePreviewView.h │ │ │ │ ├── QMUIPopupMenuBaseItem.h │ │ │ │ ├── QMUITableViewHeaderFooterView.h │ │ │ │ ├── UIViewController+QMUITheme.h │ │ │ │ ├── UIVisualEffect+QMUITheme.h │ │ │ │ ├── QMUIAlbumViewController.h │ │ │ │ ├── QMUICellHeightKeyCache.h │ │ │ │ ├── QMUIMultipleDelegates.h │ │ │ │ ├── QMUIPopupMenuButtonItem.h │ │ │ │ ├── UITableViewHeaderFooterView+QMUI.h │ │ │ │ ├── QMUILogger+QMUIConfigurationTemplate.h │ │ │ │ ├── QMUIModalPresentationViewController.h │ │ │ │ ├── QMUIPopupMenuItemProtocol.h │ │ │ │ ├── QMUIStaticTableViewCellData.h │ │ │ │ ├── UITableView+QMUIStaticCell.h │ │ │ │ ├── QMUIImagePickerViewController.h │ │ │ │ ├── UINavigationBar+Transition.h │ │ │ │ ├── NSObject+QMUIMultipleDelegates.h │ │ │ │ ├── QMUIImagePreviewViewController.h │ │ │ │ ├── QMUIStaticTableViewCellDataSource.h │ │ │ │ ├── QMUIImagePickerCollectionViewCell.h │ │ │ │ ├── QMUINavigationBarScrollingAnimator.h │ │ │ │ ├── QMUIImagePickerPreviewViewController.h │ │ │ │ ├── UITableView+QMUICellHeightKeyCache.h │ │ │ │ ├── QMUIImagePreviewViewTransitionAnimator.h │ │ │ │ ├── QMUINavigationBarScrollingSnapAnimator.h │ │ │ │ ├── UICollectionView+QMUICellSizeKeyCache.h │ │ │ │ └── UINavigationController+NavigationBarTransition.h │ │ │ ├── JLRoutes │ │ │ │ ├── JLRoutes.h │ │ │ │ ├── JLRRouteHandler.h │ │ │ │ ├── JLRRouteRequest.h │ │ │ │ ├── JLRRouteResponse.h │ │ │ │ ├── JLRParsingUtilities.h │ │ │ │ └── JLRRouteDefinition.h │ │ │ ├── YLBProUI │ │ │ │ ├── YLBProUI.h │ │ │ │ ├── YLBAlertView.h │ │ │ │ ├── YLBBaseButton.h │ │ │ │ ├── YLBImageButton.h │ │ │ │ ├── YLBHorizontalView.h │ │ │ │ ├── YLBLabelImageButton.h │ │ │ │ ├── YLBNavigationBarView.h │ │ │ │ ├── YLBHorizontalControl.h │ │ │ │ └── YLBLayoutLabelUpDownView.h │ │ │ ├── MJExtension │ │ │ │ ├── MJProperty.h │ │ │ │ ├── MJExtension.h │ │ │ │ ├── MJFoundation.h │ │ │ │ ├── MJPropertyKey.h │ │ │ │ ├── MJPropertyType.h │ │ │ │ ├── MJExtensionConst.h │ │ │ │ ├── NSObject+MJClass.h │ │ │ │ ├── NSObject+MJCoding.h │ │ │ │ ├── NSObject+MJKeyValue.h │ │ │ │ ├── NSObject+MJProperty.h │ │ │ │ └── NSString+MJExtension.h │ │ │ ├── YLBCommon │ │ │ │ ├── YLBCommon.h │ │ │ │ ├── YLBCommonDefines.h │ │ │ │ ├── NSString+YLBUrl.h │ │ │ │ ├── UIColor+YLBColor.h │ │ │ │ ├── UIImage+YLBColor.h │ │ │ │ ├── UIView+YLBColor.h │ │ │ │ ├── UIView+YLBCorner.h │ │ │ │ ├── UIView+YLBFrame.h │ │ │ │ ├── UIView+YLBShadow.h │ │ │ │ ├── YLBImaginaryLine.h │ │ │ │ ├── NSNumber+Formatter.h │ │ │ │ ├── NSString+General.h │ │ │ │ ├── NSString+YLBSize.h │ │ │ │ ├── YLBBundleManager.h │ │ │ │ ├── YLBColorTitleLabel.h │ │ │ │ ├── YLBFrequeControl.h │ │ │ │ ├── NSString+YLBVersion.h │ │ │ │ ├── UIView+YLBCreateImage.h │ │ │ │ ├── YLBUnCopyTextField.h │ │ │ │ ├── YLBWhiteController.h │ │ │ │ ├── NSString+YLBAttribute.h │ │ │ │ ├── UIImage+YLBSystemShareToWX.h │ │ │ │ ├── UIScrollView+YLBAdjustment.h │ │ │ │ ├── YLBBaseTableViewController.h │ │ │ │ ├── YLBTransparentController.h │ │ │ │ └── YLBAnimationDelegateManager.h │ │ │ ├── YLBModule │ │ │ │ ├── YLBModule.h │ │ │ │ ├── YLBAppDelegate.h │ │ │ │ ├── YLBModuleManager.h │ │ │ │ ├── YLBModuleProtocol.h │ │ │ │ ├── YLBServiceManager.h │ │ │ │ └── YLBApplicationDelegate.h │ │ │ ├── YLBDHome │ │ │ │ ├── YLBDHomeController.h │ │ │ │ └── YLBDHomeAppDelegate.h │ │ │ ├── YLBDMine │ │ │ │ ├── YLBDMineController.h │ │ │ │ └── YLBDMineAppDelegate.h │ │ │ ├── YLBDRouter │ │ │ │ ├── YLBDRouterConfig.h │ │ │ │ └── YLBDRouterHandle.h │ │ │ ├── YLBDesign │ │ │ │ ├── YLBDesignAppDelegate.h │ │ │ │ ├── UIImage+YLBDesign.h │ │ │ │ ├── YLBDBundleManager.h │ │ │ │ ├── YLBDesignTabBarController.h │ │ │ │ └── YLBDesignNavigationController.h │ │ │ ├── YLBDDetail │ │ │ │ ├── YLBDDetailController.h │ │ │ │ └── YLBDDetailAppDelegate.h │ │ │ └── YLBDServices │ │ │ │ ├── YLBDHomeProtocol.h │ │ │ │ ├── YLBDMineProtocol.h │ │ │ │ ├── YLBDDetailProtocol.h │ │ │ │ ├── YLBDRouterProtocol.h │ │ │ │ └── YLBDDetailImpProtocol.h │ │ └── Public │ │ │ ├── QMUIKit │ │ │ ├── QMUIKit.h │ │ │ ├── QMUILab.h │ │ │ ├── QMUICore.h │ │ │ ├── QMUIHelper.h │ │ │ ├── QMUILabel.h │ │ │ ├── QMUIRuntime.h │ │ │ ├── QMUITips.h │ │ │ ├── NSURL+QMUI.h │ │ │ ├── QMUILog.h │ │ │ ├── QMUISlider.h │ │ │ ├── UIFont+QMUI.h │ │ │ ├── UIView+QMUI.h │ │ │ ├── CALayer+QMUI.h │ │ │ ├── NSArray+QMUI.h │ │ │ ├── NSNumber+QMUI.h │ │ │ ├── NSObject+QMUI.h │ │ │ ├── NSString+QMUI.h │ │ │ ├── QMUIAppearance.h │ │ │ ├── QMUICommonDefines.h │ │ │ ├── QMUIConfiguration.h │ │ │ ├── QMUIEmptyView.h │ │ │ ├── QMUIGridView.h │ │ │ ├── QMUILogger.h │ │ │ ├── QMUISearchBar.h │ │ │ ├── QMUITableView.h │ │ │ ├── QMUITestView.h │ │ │ ├── QMUITextField.h │ │ │ ├── QMUITextView.h │ │ │ ├── QMUITheme.h │ │ │ ├── UIButton+QMUI.h │ │ │ ├── UIColor+QMUI.h │ │ │ ├── UIImage+QMUI.h │ │ │ ├── UILabel+QMUI.h │ │ │ ├── UISwitch+QMUI.h │ │ │ ├── UITabBar+QMUI.h │ │ │ ├── UIWindow+QMUI.h │ │ │ ├── CAAnimation+QMUI.h │ │ │ ├── QMUIAsset.h │ │ │ ├── QMUIButton.h │ │ │ ├── QMUIEmotionView.h │ │ │ ├── QMUILogItem.h │ │ │ ├── QMUIMarqueeLabel.h │ │ │ ├── UIBarItem+QMUI.h │ │ │ ├── UIControl+QMUI.h │ │ │ ├── UIImageView+QMUI.h │ │ │ ├── UIInterface+QMUI.h │ │ │ ├── UISearchBar+QMUI.h │ │ │ ├── UITableView+QMUI.h │ │ │ ├── UITextField+QMUI.h │ │ │ ├── UITextView+QMUI.h │ │ │ ├── QMUIAlertController.h │ │ │ ├── QMUICellHeightCache.h │ │ │ ├── QMUIConsole.h │ │ │ ├── QMUIEasings.h │ │ │ ├── QMUIFloatLayoutView.h │ │ │ ├── QMUIKeyboardManager.h │ │ │ ├── QMUIPieProgressView.h │ │ │ ├── QMUITableViewCell.h │ │ │ ├── QMUIToastView.h │ │ │ ├── QMUIZoomImageView.h │ │ │ ├── UIApplication+QMUI.h │ │ │ ├── UIBezierPath+QMUI.h │ │ │ ├── UIScrollView+QMUI.h │ │ │ ├── UITabBarItem+QMUI.h │ │ │ ├── UIView+QMUIBorder.h │ │ │ ├── NSCharacterSet+QMUI.h │ │ │ ├── NSParagraphStyle+QMUI.h │ │ │ ├── NSPointerArray+QMUI.h │ │ │ ├── QMUIAssetsGroup.h │ │ │ ├── QMUIConfigurationMacros.h │ │ │ ├── QMUIFillButton.h │ │ │ ├── QMUIGhostButton.h │ │ │ ├── QMUIOrderedDictionary.h │ │ │ ├── QMUISearchController.h │ │ │ ├── QMUISegmentedControl.h │ │ │ ├── QMUIThemeManager.h │ │ │ ├── QMUIThemePrivate.h │ │ │ ├── QMUIWindowSizeMonitor.h │ │ │ ├── UICollectionView+QMUI.h │ │ │ ├── UIMenuController+QMUI.h │ │ │ ├── UINavigationBar+QMUI.h │ │ │ ├── UINavigationItem+QMUI.h │ │ │ ├── UITableViewCell+QMUI.h │ │ │ ├── UIView+QMUIBadge.h │ │ │ ├── UIView+QMUITheme.h │ │ │ ├── UIViewController+QMUI.h │ │ │ ├── NSAttributedString+QMUI.h │ │ │ ├── NSMethodSignature+QMUI.h │ │ │ ├── QMUIAssetsManager.h │ │ │ ├── QMUIBadgeProtocol.h │ │ │ ├── QMUICommonViewController.h │ │ │ ├── QMUIConsoleToolbar.h │ │ │ ├── QMUIDialogViewController.h │ │ │ ├── QMUIEmotionInputManager.h │ │ │ ├── QMUILogNameManager.h │ │ │ ├── QMUINavigationController.h │ │ │ ├── QMUINavigationTitleView.h │ │ │ ├── QMUIPopupContainerView.h │ │ │ ├── QMUITabBarViewController.h │ │ │ ├── QMUITableViewProtocols.h │ │ │ ├── QMUIToastAnimator.h │ │ │ ├── QMUIToolbarButton.h │ │ │ ├── QMUIWeakObjectContainer.h │ │ │ ├── UIBarItem+QMUIBadge.h │ │ │ ├── UIColor+QMUITheme.h │ │ │ ├── UIImage+QMUITheme.h │ │ │ ├── UISearchController+QMUI.h │ │ │ ├── UITextInputTraits+QMUI.h │ │ │ ├── UITraitCollection+QMUI.h │ │ │ ├── UIVisualEffectView+QMUI.h │ │ │ ├── CALayer+QMUIViewAnimation.h │ │ │ ├── QMUIAnimationHelper.h │ │ │ ├── QMUILog+QMUIConsole.h │ │ │ ├── QMUINavigationButton.h │ │ │ ├── QMUIPopupMenuView.h │ │ │ ├── QMUIToastContentView.h │ │ │ ├── UICollectionViewCell+QMUI.h │ │ │ ├── UIGestureRecognizer+QMUI.h │ │ │ ├── QMUICommonTableViewController.h │ │ │ ├── QMUILogManagerViewController.h │ │ │ ├── QMUIMoreOperationController.h │ │ │ ├── QMUIScrollAnimator.h │ │ │ ├── QMUITableViewHeaderFooterView.h │ │ │ ├── QMUIThemeManagerCenter.h │ │ │ ├── QMUIToastBackgroundView.h │ │ │ ├── UIActivityIndicatorView+QMUI.h │ │ │ ├── UINavigationController+QMUI.h │ │ │ ├── UIVisualEffect+QMUITheme.h │ │ │ ├── QMUICellSizeKeyCache.h │ │ │ ├── QMUICollectionViewPagingLayout.h │ │ │ ├── QMUIConsoleViewController.h │ │ │ ├── QMUIDisplayLinkAnimation.h │ │ │ ├── QMUIImagePickerHelper.h │ │ │ ├── QMUIImagePreviewView.h │ │ │ ├── QMUIPopupMenuBaseItem.h │ │ │ ├── UIViewController+QMUITheme.h │ │ │ ├── QMUIAlbumViewController.h │ │ │ ├── QMUICellHeightKeyCache.h │ │ │ ├── QMUIMultipleDelegates.h │ │ │ ├── QMUIPopupMenuButtonItem.h │ │ │ ├── QMUIPopupMenuItemProtocol.h │ │ │ ├── UITableView+QMUIStaticCell.h │ │ │ ├── UITableViewHeaderFooterView+QMUI.h │ │ │ ├── QMUILogger+QMUIConfigurationTemplate.h │ │ │ ├── QMUIModalPresentationViewController.h │ │ │ ├── QMUIStaticTableViewCellData.h │ │ │ ├── QMUIImagePickerViewController.h │ │ │ ├── UINavigationBar+Transition.h │ │ │ ├── NSObject+QMUIMultipleDelegates.h │ │ │ ├── QMUIImagePreviewViewController.h │ │ │ ├── QMUIStaticTableViewCellDataSource.h │ │ │ ├── QMUIImagePickerCollectionViewCell.h │ │ │ ├── QMUINavigationBarScrollingAnimator.h │ │ │ ├── QMUIImagePickerPreviewViewController.h │ │ │ ├── UITableView+QMUICellHeightKeyCache.h │ │ │ ├── QMUIImagePreviewViewTransitionAnimator.h │ │ │ ├── QMUINavigationBarScrollingSnapAnimator.h │ │ │ ├── UICollectionView+QMUICellSizeKeyCache.h │ │ │ └── UINavigationController+NavigationBarTransition.h │ │ │ ├── JLRoutes │ │ │ ├── JLRoutes.h │ │ │ ├── JLRRouteHandler.h │ │ │ ├── JLRRouteRequest.h │ │ │ ├── JLRRouteResponse.h │ │ │ ├── JLRParsingUtilities.h │ │ │ └── JLRRouteDefinition.h │ │ │ ├── YLBProUI │ │ │ ├── YLBProUI.h │ │ │ ├── YLBAlertView.h │ │ │ ├── YLBBaseButton.h │ │ │ ├── YLBImageButton.h │ │ │ ├── YLBHorizontalView.h │ │ │ ├── YLBLabelImageButton.h │ │ │ ├── YLBNavigationBarView.h │ │ │ ├── YLBHorizontalControl.h │ │ │ └── YLBLayoutLabelUpDownView.h │ │ │ ├── MJExtension │ │ │ ├── MJProperty.h │ │ │ ├── MJExtension.h │ │ │ ├── MJFoundation.h │ │ │ ├── MJPropertyKey.h │ │ │ ├── MJPropertyType.h │ │ │ ├── MJExtensionConst.h │ │ │ ├── NSObject+MJClass.h │ │ │ ├── NSObject+MJCoding.h │ │ │ ├── NSObject+MJKeyValue.h │ │ │ ├── NSObject+MJProperty.h │ │ │ └── NSString+MJExtension.h │ │ │ ├── YLBCommon │ │ │ ├── YLBCommon.h │ │ │ ├── YLBCommonDefines.h │ │ │ ├── NSString+General.h │ │ │ ├── NSString+YLBSize.h │ │ │ ├── NSString+YLBUrl.h │ │ │ ├── UIColor+YLBColor.h │ │ │ ├── UIImage+YLBColor.h │ │ │ ├── UIView+YLBColor.h │ │ │ ├── UIView+YLBCorner.h │ │ │ ├── UIView+YLBFrame.h │ │ │ ├── UIView+YLBShadow.h │ │ │ ├── YLBImaginaryLine.h │ │ │ ├── NSNumber+Formatter.h │ │ │ ├── YLBBundleManager.h │ │ │ ├── YLBColorTitleLabel.h │ │ │ ├── YLBFrequeControl.h │ │ │ ├── NSString+YLBAttribute.h │ │ │ ├── NSString+YLBVersion.h │ │ │ ├── UIView+YLBCreateImage.h │ │ │ ├── YLBUnCopyTextField.h │ │ │ ├── YLBWhiteController.h │ │ │ ├── UIImage+YLBSystemShareToWX.h │ │ │ ├── YLBTransparentController.h │ │ │ ├── UIScrollView+YLBAdjustment.h │ │ │ ├── YLBAnimationDelegateManager.h │ │ │ └── YLBBaseTableViewController.h │ │ │ ├── YLBModule │ │ │ ├── YLBModule.h │ │ │ ├── YLBAppDelegate.h │ │ │ ├── YLBModuleManager.h │ │ │ ├── YLBModuleProtocol.h │ │ │ ├── YLBServiceManager.h │ │ │ └── YLBApplicationDelegate.h │ │ │ ├── YLBDHome │ │ │ ├── YLBDHomeController.h │ │ │ └── YLBDHomeAppDelegate.h │ │ │ ├── YLBDMine │ │ │ ├── YLBDMineController.h │ │ │ └── YLBDMineAppDelegate.h │ │ │ ├── YLBDRouter │ │ │ ├── YLBDRouterConfig.h │ │ │ └── YLBDRouterHandle.h │ │ │ ├── YLBDesign │ │ │ ├── YLBDesignAppDelegate.h │ │ │ ├── UIImage+YLBDesign.h │ │ │ ├── YLBDBundleManager.h │ │ │ ├── YLBDesignTabBarController.h │ │ │ └── YLBDesignNavigationController.h │ │ │ ├── YLBDDetail │ │ │ ├── YLBDDetailController.h │ │ │ └── YLBDDetailAppDelegate.h │ │ │ └── YLBDServices │ │ │ ├── YLBDHomeProtocol.h │ │ │ ├── YLBDMineProtocol.h │ │ │ ├── YLBDDetailProtocol.h │ │ │ ├── YLBDRouterProtocol.h │ │ │ └── YLBDDetailImpProtocol.h │ ├── QMUIKit │ │ └── QMUIKit │ │ │ └── QMUIResources │ │ │ └── Images.xcassets │ │ │ ├── Contents.json │ │ │ ├── QMUI_tips_done.imageset │ │ │ ├── QMUI_tips_done.pdf │ │ │ └── Contents.json │ │ │ ├── QMUI_tips_info.imageset │ │ │ ├── QMUI_tips_info.pdf │ │ │ └── Contents.json │ │ │ ├── QMUI_hiddenAlbum.imageset │ │ │ ├── QMUI_hiddenAlbum.pdf │ │ │ └── Contents.json │ │ │ ├── QMUI_tips_error.imageset │ │ │ ├── QMUI_tips_error.pdf │ │ │ └── Contents.json │ │ │ ├── QMUI_console_logo.imageset │ │ │ ├── QMUI_console_logo.pdf │ │ │ └── Contents.json │ │ │ ├── QMUI_console_clear.imageset │ │ │ ├── QMUI_console_clear.pdf │ │ │ └── Contents.json │ │ │ ├── QMUI_console_filter.imageset │ │ │ ├── QMUI_console_filter.pdf │ │ │ └── Contents.json │ │ │ ├── QMUI_emotion_delete.imageset │ │ │ ├── QMUI_emotion_delete.pdf │ │ │ └── Contents.json │ │ │ ├── QMUI_icloud_download_fault.imageset │ │ │ ├── QMUI_icloud_download_fault.pdf │ │ │ └── Contents.json │ │ │ ├── QMUI_pickerImage_checkbox.imageset │ │ │ ├── QMUI_pickerImage_checkbox.pdf │ │ │ └── Contents.json │ │ │ ├── QMUI_pickerImage_favorite.imageset │ │ │ ├── QMUI_pickerImage_favorite.pdf │ │ │ └── Contents.json │ │ │ ├── QMUI_previewImage_checkbox.imageset │ │ │ ├── QMUI_previewImage_checkbox.pdf │ │ │ └── Contents.json │ │ │ ├── QMUI_pickerImage_video_mark.imageset │ │ │ ├── QMUI_pickerImage_video_mark.pdf │ │ │ └── Contents.json │ │ │ ├── QMUI_console_filter_selected.imageset │ │ │ ├── QMUI_console_filter_selected.pdf │ │ │ └── Contents.json │ │ │ ├── QMUI_pickerImage_checkbox_checked.imageset │ │ │ ├── QMUI_pickerImage_checkbox_checked.pdf │ │ │ └── Contents.json │ │ │ └── QMUI_previewImage_checkbox_checked.imageset │ │ │ ├── QMUI_previewImage_checkbox_checked.pdf │ │ │ └── Contents.json │ ├── Target Support Files │ │ ├── QMUIKit │ │ │ ├── QMUIKit-dummy.m │ │ │ ├── QMUIKit-prefix.pch │ │ │ ├── QMUIKit.debug.xcconfig │ │ │ └── QMUIKit.release.xcconfig │ │ ├── YLBDesign │ │ │ ├── YLBDesign.modulemap │ │ │ ├── YLBDesign-dummy.m │ │ │ ├── YLBDesign-prefix.pch │ │ │ └── YLBDesign-umbrella.h │ │ ├── JLRoutes │ │ │ ├── JLRoutes-dummy.m │ │ │ ├── JLRoutes-prefix.pch │ │ │ ├── JLRoutes.debug.xcconfig │ │ │ └── JLRoutes.release.xcconfig │ │ ├── YLBCommon │ │ │ ├── YLBCommon-dummy.m │ │ │ ├── YLBCommon-prefix.pch │ │ │ ├── YLBCommon.debug.xcconfig │ │ │ └── YLBCommon.release.xcconfig │ │ ├── YLBDHome │ │ │ ├── YLBDHome-dummy.m │ │ │ └── YLBDHome-prefix.pch │ │ ├── YLBDMine │ │ │ ├── YLBDMine-dummy.m │ │ │ └── YLBDMine-prefix.pch │ │ ├── YLBModule │ │ │ ├── YLBModule-dummy.m │ │ │ ├── YLBModule-prefix.pch │ │ │ ├── YLBModule.debug.xcconfig │ │ │ └── YLBModule.release.xcconfig │ │ ├── YLBProUI │ │ │ ├── YLBProUI-dummy.m │ │ │ └── YLBProUI-prefix.pch │ │ ├── YLBDDetail │ │ │ ├── YLBDDetail-dummy.m │ │ │ └── YLBDDetail-prefix.pch │ │ ├── YLBDRouter │ │ │ ├── YLBDRouter-dummy.m │ │ │ └── YLBDRouter-prefix.pch │ │ ├── MJExtension │ │ │ ├── MJExtension-dummy.m │ │ │ ├── MJExtension-prefix.pch │ │ │ ├── MJExtension.debug.xcconfig │ │ │ └── MJExtension.release.xcconfig │ │ ├── YLBDBasePod │ │ │ ├── YLBDBasePod-dummy.m │ │ │ └── YLBDBasePod-prefix.pch │ │ ├── YLBDServices │ │ │ ├── YLBDServices-dummy.m │ │ │ ├── YLBDServices-prefix.pch │ │ │ ├── YLBDServices.debug.xcconfig │ │ │ └── YLBDServices.release.xcconfig │ │ ├── Pods-YLBDesign_Tests │ │ │ ├── Pods-YLBDesign_Tests.modulemap │ │ │ ├── Pods-YLBDesign_Tests-acknowledgements.markdown │ │ │ ├── Pods-YLBDesign_Tests-dummy.m │ │ │ └── Pods-YLBDesign_Tests-umbrella.h │ │ └── Pods-YLBDesign_Example │ │ │ ├── Pods-YLBDesign_Example.modulemap │ │ │ ├── Pods-YLBDesign_Example-dummy.m │ │ │ └── Pods-YLBDesign_Example-umbrella.h │ ├── YLBCommon │ │ └── YLBCommon │ │ │ └── Classes │ │ │ ├── Frequent │ │ │ ├── YLBFrequeControl.m │ │ │ └── YLBFrequeControl.h │ │ │ ├── TextField │ │ │ ├── YLBUnCopyTextField.h │ │ │ └── YLBUnCopyTextField.m │ │ │ ├── View │ │ │ ├── YLBImaginaryLine.h │ │ │ ├── UIView+YLBCorner.h │ │ │ └── UIView+YLBColor.h │ │ │ ├── Controller │ │ │ ├── YLBWhiteController.h │ │ │ └── YLBTransparentController.h │ │ │ ├── Label │ │ │ └── YLBColorTitleLabel.h │ │ │ ├── Image │ │ │ └── UIImage+YLBColor.h │ │ │ ├── Color │ │ │ ├── UIColor+YLBColor.h │ │ │ └── UIColor+YLBColor.m │ │ │ ├── String │ │ │ ├── NSString+YLBUrl.h │ │ │ ├── NSString+General.h │ │ │ └── NSString+YLBVersion.h │ │ │ ├── Number │ │ │ └── NSNumber+Formatter.h │ │ │ ├── ScrollView │ │ │ └── UIScrollView+YLBAdjustment.h │ │ │ ├── YLBCommon.h │ │ │ ├── TableView │ │ │ └── YLBBaseTableViewController.h │ │ │ ├── Manager │ │ │ ├── YLBBundleManager.h │ │ │ └── YLBBundleManager.m │ │ │ └── Animation │ │ │ └── YLBAnimationDelegateManager.m │ ├── YLBModule │ │ └── YLBModule │ │ │ └── Classes │ │ │ ├── YLBModule.h │ │ │ ├── YLBAppDelegate.h │ │ │ ├── YLBModuleProtocol.h │ │ │ ├── YLBModuleManager.h │ │ │ └── YLBServiceManager.h │ ├── YLBDServices │ │ └── YLBDServices │ │ │ └── Classes │ │ │ ├── YLBDMineProtocol.h │ │ │ ├── YLBDDetailProtocol.h │ │ │ ├── YLBDHomeProtocol.h │ │ │ ├── YLBDRouterProtocol.h │ │ │ └── Imp │ │ │ └── YLBDDetailImpProtocol.h │ ├── YLBDHome │ │ └── YLBDHome │ │ │ └── Classes │ │ │ ├── YLBDHomeController.h │ │ │ └── YLBDHomeAppDelegate.h │ ├── YLBDMine │ │ └── YLBDMine │ │ │ └── Classes │ │ │ ├── YLBDMineController.h │ │ │ ├── YLBDMineAppDelegate.h │ │ │ └── YLBDMineController.m │ ├── YLBDDetail │ │ └── YLBDDetail │ │ │ └── Classes │ │ │ ├── YLBDDetailController.h │ │ │ └── YLBDDetailAppDelegate.h │ ├── YLBProUI │ │ └── YLBProUI │ │ │ └── Classes │ │ │ ├── Button │ │ │ ├── YLBBaseButton.h │ │ │ ├── YLBBaseButton.m │ │ │ ├── YLBLabelImageButton.h │ │ │ └── YLBImageButton.h │ │ │ ├── YLBProUI.h │ │ │ └── View │ │ │ └── YLBNavigationBarView.h │ ├── YLBDRouter │ │ └── YLBDRouter │ │ │ └── Classes │ │ │ └── YLBDRouterHandle.h │ ├── MJExtension │ │ └── MJExtension │ │ │ ├── MJFoundation.h │ │ │ ├── NSString+MJExtension.h │ │ │ ├── MJPropertyKey.h │ │ │ ├── MJPropertyKey.m │ │ │ └── MJExtension.h │ └── Local Podspecs │ │ ├── YLBCommon.podspec.json │ │ ├── YLBModule.podspec.json │ │ ├── YLBDServices.podspec.json │ │ ├── YLBDHome.podspec.json │ │ ├── YLBDMine.podspec.json │ │ ├── YLBProUI.podspec.json │ │ ├── YLBDDetail.podspec.json │ │ ├── YLBDRouter.podspec.json │ │ ├── JLRoutes.podspec.json │ │ └── YLBDesign.podspec.json ├── Tests │ ├── en.lproj │ │ └── InfoPlist.strings │ ├── Tests-Prefix.pch │ ├── Tests.m │ └── Tests-Info.plist ├── YLBDesign │ ├── en.lproj │ │ └── InfoPlist.strings │ ├── Images.xcassets │ │ ├── Contents.json │ │ ├── icon_tabbar_lab.imageset │ │ │ ├── icon_tabbar_lab.pdf │ │ │ └── Contents.json │ │ ├── icon_tabbar_uikit.imageset │ │ │ ├── icon_tabbar_uikit.pdf │ │ │ └── Contents.json │ │ ├── icon_tabbar_lab_selected.imageset │ │ │ ├── icon_tabbar_lab_selected.pdf │ │ │ └── Contents.json │ │ └── icon_tabbar_uikit_selected.imageset │ │ │ ├── icon_tabbar_uikit_selected.pdf │ │ │ └── Contents.json │ ├── ClassName.json │ ├── YLBViewController.h │ ├── main.m │ ├── YLBDesign-Prefix.pch │ ├── AppDelegate.h │ └── YLBViewController.m ├── YLBDesign.xcodeproj │ └── project.xcworkspace │ │ └── contents.xcworkspacedata └── YLBDesign.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── .travis.yml └── .gitignore /YLBDesign/Assets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /YLBDesign/Classes/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_Pods.xcodeproj: -------------------------------------------------------------------------------- 1 | Example/Pods/Pods.xcodeproj -------------------------------------------------------------------------------- /Example/Pods/YLBDBasePod/YLBDBasePod/Classes/ReplaceMe.m: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIKit.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIKit.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIKit.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIKit.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/JLRoutes/JLRoutes.h: -------------------------------------------------------------------------------- 1 | ../../../JLRoutes/JLRoutes/JLRoutes.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/JLRoutes/JLRoutes.h: -------------------------------------------------------------------------------- 1 | ../../../JLRoutes/JLRoutes/JLRoutes.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUILab.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUICore/QMUILab.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUICore.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUICore/QMUICore.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUILab.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUICore/QMUILab.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBProUI/YLBProUI.h: -------------------------------------------------------------------------------- 1 | ../../../YLBProUI/YLBProUI/Classes/YLBProUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUICore.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUICore/QMUICore.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBProUI/YLBProUI.h: -------------------------------------------------------------------------------- 1 | ../../../YLBProUI/YLBProUI/Classes/YLBProUI.h -------------------------------------------------------------------------------- /Example/Tests/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/MJExtension/MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJProperty.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIHelper.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUICore/QMUIHelper.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIRuntime.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUICore/QMUIRuntime.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUITips.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITips.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/YLBCommon.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/YLBCommon.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBModule/YLBModule.h: -------------------------------------------------------------------------------- 1 | ../../../YLBModule/YLBModule/Classes/YLBModule.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/JLRoutes/JLRRouteHandler.h: -------------------------------------------------------------------------------- 1 | ../../../JLRoutes/JLRoutes/JLRRouteHandler.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/JLRoutes/JLRRouteRequest.h: -------------------------------------------------------------------------------- 1 | ../../../JLRoutes/JLRoutes/JLRRouteRequest.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/MJExtension/MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJProperty.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIHelper.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUICore/QMUIHelper.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUILabel.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUILabel.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIRuntime.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUICore/QMUIRuntime.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUITips.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITips.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/YLBCommon.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/YLBCommon.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBModule/YLBModule.h: -------------------------------------------------------------------------------- 1 | ../../../YLBModule/YLBModule/Classes/YLBModule.h -------------------------------------------------------------------------------- /Example/YLBDesign/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/JLRoutes/JLRRouteHandler.h: -------------------------------------------------------------------------------- 1 | ../../../JLRoutes/JLRoutes/JLRRouteHandler.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/JLRoutes/JLRRouteRequest.h: -------------------------------------------------------------------------------- 1 | ../../../JLRoutes/JLRoutes/JLRRouteRequest.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/JLRoutes/JLRRouteResponse.h: -------------------------------------------------------------------------------- 1 | ../../../JLRoutes/JLRoutes/JLRRouteResponse.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/MJExtension/MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJExtension.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/MJExtension/MJFoundation.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJFoundation.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/NSURL+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/NSURL+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUILabel.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUILabel.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUILog.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUILog/QMUILog.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUISlider.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUISlider.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/JLRoutes/JLRRouteResponse.h: -------------------------------------------------------------------------------- 1 | ../../../JLRoutes/JLRoutes/JLRRouteResponse.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/MJExtension/MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJExtension.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/MJExtension/MJFoundation.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJFoundation.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/MJExtension/MJPropertyKey.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJPropertyKey.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/NSURL+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/NSURL+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUILog.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUILog/QMUILog.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUISlider.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUISlider.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIFont+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIFont+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIView+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIView+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/JLRoutes/JLRParsingUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../JLRoutes/JLRoutes/JLRParsingUtilities.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/JLRoutes/JLRRouteDefinition.h: -------------------------------------------------------------------------------- 1 | ../../../JLRoutes/JLRoutes/JLRRouteDefinition.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/MJExtension/MJPropertyKey.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJPropertyKey.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/MJExtension/MJPropertyType.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJPropertyType.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/CALayer+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/CALayer+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/NSArray+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/NSArray+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/NSNumber+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/NSNumber+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/NSObject+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/NSObject+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/NSString+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/NSString+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIEmptyView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIEmptyView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIGridView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIGridView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUISearchBar.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUISearchBar.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUITableView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITableView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUITestView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITestView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUITextField.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITextField.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUITextView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITextView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIButton+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIButton+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIColor+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIColor+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIFont+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIFont+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIImage+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIImage+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UILabel+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UILabel+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UISwitch+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UISwitch+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UITabBar+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UITabBar+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIView+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIView+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIWindow+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIWindow+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBModule/YLBAppDelegate.h: -------------------------------------------------------------------------------- 1 | ../../../YLBModule/YLBModule/Classes/YLBAppDelegate.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/JLRoutes/JLRParsingUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../JLRoutes/JLRoutes/JLRParsingUtilities.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/JLRoutes/JLRRouteDefinition.h: -------------------------------------------------------------------------------- 1 | ../../../JLRoutes/JLRoutes/JLRRouteDefinition.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/MJExtension/MJPropertyType.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJPropertyType.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/CALayer+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/CALayer+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/NSArray+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/NSArray+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/NSNumber+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/NSNumber+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/NSObject+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/NSObject+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/NSString+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/NSString+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIAppearance.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIAppearance.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUICommonDefines.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUICore/QMUICommonDefines.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIConfiguration.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUICore/QMUIConfiguration.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIEmptyView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIEmptyView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIGridView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIGridView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUILogger.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUILog/QMUILogger.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUISearchBar.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUISearchBar.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUITableView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITableView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUITestView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITestView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUITextField.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITextField.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUITextView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITextView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUITheme.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITheme/QMUITheme.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIButton+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIButton+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIColor+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIColor+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIImage+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIImage+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UILabel+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UILabel+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UISwitch+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UISwitch+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UITabBar+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UITabBar+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIWindow+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIWindow+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBModule/YLBAppDelegate.h: -------------------------------------------------------------------------------- 1 | ../../../YLBModule/YLBModule/Classes/YLBAppDelegate.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/MJExtension/MJExtensionConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJExtensionConst.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/MJExtension/NSObject+MJClass.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJClass.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/MJExtension/NSObject+MJCoding.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJCoding.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/CAAnimation+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/CAAnimation+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIAppearance.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIAppearance.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIAsset.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/AssetLibrary/QMUIAsset.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIButton.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIButton/QMUIButton.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUICommonDefines.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUICore/QMUICommonDefines.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIConfiguration.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUICore/QMUIConfiguration.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIEmotionView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIEmotionView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUILogItem.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUILog/QMUILogItem.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUILogger.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUILog/QMUILogger.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIMarqueeLabel.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIMarqueeLabel.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUITheme.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITheme/QMUITheme.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIBarItem+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIBarItem+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIControl+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIControl+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UITextView+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UITextView+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/YLBCommonDefines.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/YLBCommonDefines.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBDHome/YLBDHomeController.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDHome/YLBDHome/Classes/YLBDHomeController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBDMine/YLBDMineController.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDMine/YLBDMine/Classes/YLBDMineController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBModule/YLBModuleManager.h: -------------------------------------------------------------------------------- 1 | ../../../YLBModule/YLBModule/Classes/YLBModuleManager.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBProUI/YLBAlertView.h: -------------------------------------------------------------------------------- 1 | ../../../YLBProUI/YLBProUI/Classes/AlertView/YLBAlertView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBProUI/YLBBaseButton.h: -------------------------------------------------------------------------------- 1 | ../../../YLBProUI/YLBProUI/Classes/Button/YLBBaseButton.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBProUI/YLBImageButton.h: -------------------------------------------------------------------------------- 1 | ../../../YLBProUI/YLBProUI/Classes/Button/YLBImageButton.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/MJExtension/MJExtensionConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJExtensionConst.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/MJExtension/NSObject+MJClass.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJClass.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/MJExtension/NSObject+MJCoding.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJCoding.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/CAAnimation+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/CAAnimation+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIAsset.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/AssetLibrary/QMUIAsset.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIButton.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIButton/QMUIButton.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIEmotionView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIEmotionView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUILogItem.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUILog/QMUILogItem.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIMarqueeLabel.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIMarqueeLabel.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIBarItem+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIBarItem+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIControl+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIControl+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIImageView+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIImageView+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIInterface+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIInterface+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UISearchBar+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UISearchBar+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UITableView+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UITableView+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UITextField+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UITextField+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UITextView+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UITextView+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/YLBCommonDefines.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/YLBCommonDefines.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBDHome/YLBDHomeController.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDHome/YLBDHome/Classes/YLBDHomeController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBDMine/YLBDMineController.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDMine/YLBDMine/Classes/YLBDMineController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBModule/YLBModuleManager.h: -------------------------------------------------------------------------------- 1 | ../../../YLBModule/YLBModule/Classes/YLBModuleManager.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBModule/YLBModuleProtocol.h: -------------------------------------------------------------------------------- 1 | ../../../YLBModule/YLBModule/Classes/YLBModuleProtocol.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBModule/YLBServiceManager.h: -------------------------------------------------------------------------------- 1 | ../../../YLBModule/YLBModule/Classes/YLBServiceManager.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBProUI/YLBAlertView.h: -------------------------------------------------------------------------------- 1 | ../../../YLBProUI/YLBProUI/Classes/AlertView/YLBAlertView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBProUI/YLBBaseButton.h: -------------------------------------------------------------------------------- 1 | ../../../YLBProUI/YLBProUI/Classes/Button/YLBBaseButton.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBProUI/YLBImageButton.h: -------------------------------------------------------------------------------- 1 | ../../../YLBProUI/YLBProUI/Classes/Button/YLBImageButton.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/MJExtension/NSObject+MJKeyValue.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJKeyValue.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/MJExtension/NSObject+MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJProperty.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/MJExtension/NSString+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSString+MJExtension.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIConsole.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIConsole/QMUIConsole.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIEasings.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIAnimation/QMUIEasings.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUITableViewCell.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITableViewCell.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIToastView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/ToastView/QMUIToastView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIZoomImageView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIZoomImageView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIApplication+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIApplication+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIBezierPath+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIBezierPath+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIImageView+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIImageView+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIInterface+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIInterface+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIScrollView+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIScrollView+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UISearchBar+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UISearchBar+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UITabBarItem+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UITabBarItem+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UITableView+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UITableView+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UITextField+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UITextField+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIView+QMUIBorder.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIView+QMUIBorder.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/NSString+YLBUrl.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/String/NSString+YLBUrl.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/UIColor+YLBColor.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/Color/UIColor+YLBColor.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/UIImage+YLBColor.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/Image/UIImage+YLBColor.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/UIView+YLBColor.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/View/UIView+YLBColor.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/UIView+YLBCorner.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/View/UIView+YLBCorner.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/UIView+YLBFrame.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/View/UIView+YLBFrame.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/UIView+YLBShadow.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/View/UIView+YLBShadow.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/YLBImaginaryLine.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/View/YLBImaginaryLine.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBDHome/YLBDHomeAppDelegate.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDHome/YLBDHome/Classes/YLBDHomeAppDelegate.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBDMine/YLBDMineAppDelegate.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDMine/YLBDMine/Classes/YLBDMineAppDelegate.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBDRouter/YLBDRouterConfig.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDRouter/YLBDRouter/Classes/YLBDRouterConfig.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBDRouter/YLBDRouterHandle.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDRouter/YLBDRouter/Classes/YLBDRouterHandle.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBDesign/YLBDesignAppDelegate.h: -------------------------------------------------------------------------------- 1 | ../../../../../YLBDesign/Classes/YLBDesignAppDelegate.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBModule/YLBModuleProtocol.h: -------------------------------------------------------------------------------- 1 | ../../../YLBModule/YLBModule/Classes/YLBModuleProtocol.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBModule/YLBServiceManager.h: -------------------------------------------------------------------------------- 1 | ../../../YLBModule/YLBModule/Classes/YLBServiceManager.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBProUI/YLBHorizontalView.h: -------------------------------------------------------------------------------- 1 | ../../../YLBProUI/YLBProUI/Classes/View/YLBHorizontalView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/MJExtension/NSObject+MJKeyValue.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJKeyValue.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/MJExtension/NSObject+MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJProperty.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/MJExtension/NSString+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSString+MJExtension.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIAlertController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIAlertController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUICellHeightCache.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUICellHeightCache.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIConsole.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIConsole/QMUIConsole.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIEasings.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIAnimation/QMUIEasings.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIFloatLayoutView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIFloatLayoutView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIKeyboardManager.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIKeyboardManager.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIPieProgressView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIPieProgressView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUITableViewCell.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITableViewCell.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIToastView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/ToastView/QMUIToastView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIZoomImageView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIZoomImageView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIApplication+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIApplication+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIBezierPath+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIBezierPath+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIScrollView+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIScrollView+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UITabBarItem+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UITabBarItem+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIView+QMUIBorder.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIView+QMUIBorder.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/NSString+General.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/String/NSString+General.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/NSString+YLBSize.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/String/NSString+YLBSize.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/NSString+YLBUrl.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/String/NSString+YLBUrl.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/UIColor+YLBColor.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/Color/UIColor+YLBColor.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/UIImage+YLBColor.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/Image/UIImage+YLBColor.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/UIView+YLBColor.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/View/UIView+YLBColor.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/UIView+YLBCorner.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/View/UIView+YLBCorner.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/UIView+YLBFrame.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/View/UIView+YLBFrame.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/UIView+YLBShadow.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/View/UIView+YLBShadow.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/YLBImaginaryLine.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/View/YLBImaginaryLine.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBDHome/YLBDHomeAppDelegate.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDHome/YLBDHome/Classes/YLBDHomeAppDelegate.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBDMine/YLBDMineAppDelegate.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDMine/YLBDMine/Classes/YLBDMineAppDelegate.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBDRouter/YLBDRouterConfig.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDRouter/YLBDRouter/Classes/YLBDRouterConfig.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBDRouter/YLBDRouterHandle.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDRouter/YLBDRouter/Classes/YLBDRouterHandle.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBDesign/YLBDesignAppDelegate.h: -------------------------------------------------------------------------------- 1 | ../../../../../YLBDesign/Classes/YLBDesignAppDelegate.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBProUI/YLBHorizontalView.h: -------------------------------------------------------------------------------- 1 | ../../../YLBProUI/YLBProUI/Classes/View/YLBHorizontalView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/NSCharacterSet+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/NSCharacterSet+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/NSPointerArray+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/NSPointerArray+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIAlertController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIAlertController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUICellHeightCache.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUICellHeightCache.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIConfigurationMacros.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUICore/QMUIConfigurationMacros.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIFillButton.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIButton/QMUIFillButton.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIFloatLayoutView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIFloatLayoutView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIGhostButton.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIButton/QMUIGhostButton.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIKeyboardManager.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIKeyboardManager.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIOrderedDictionary.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIOrderedDictionary.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIPieProgressView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIPieProgressView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUISearchController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUISearchController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUISegmentedControl.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUISegmentedControl.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIThemeManager.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITheme/QMUIThemeManager.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIThemePrivate.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITheme/QMUIThemePrivate.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIWindowSizeMonitor.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIWindowSizeMonitor.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UINavigationBar+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UINavigationBar+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UITableViewCell+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UITableViewCell+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIView+QMUIBadge.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIBadge/UIView+QMUIBadge.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIView+QMUITheme.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITheme/UIView+QMUITheme.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/NSNumber+Formatter.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/Number/NSNumber+Formatter.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/NSString+General.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/String/NSString+General.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/NSString+YLBSize.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/String/NSString+YLBSize.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/YLBBundleManager.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/Manager/YLBBundleManager.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/YLBColorTitleLabel.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/Label/YLBColorTitleLabel.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/YLBFrequeControl.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/Frequent/YLBFrequeControl.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBDDetail/YLBDDetailController.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDDetail/YLBDDetail/Classes/YLBDDetailController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBDServices/YLBDHomeProtocol.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDServices/YLBDServices/Classes/YLBDHomeProtocol.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBDServices/YLBDMineProtocol.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDServices/YLBDServices/Classes/YLBDMineProtocol.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBProUI/YLBLabelImageButton.h: -------------------------------------------------------------------------------- 1 | ../../../YLBProUI/YLBProUI/Classes/Button/YLBLabelImageButton.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBProUI/YLBNavigationBarView.h: -------------------------------------------------------------------------------- 1 | ../../../YLBProUI/YLBProUI/Classes/View/YLBNavigationBarView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/NSCharacterSet+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/NSCharacterSet+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/NSParagraphStyle+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/NSParagraphStyle+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/NSPointerArray+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/NSPointerArray+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIAssetsGroup.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/AssetLibrary/QMUIAssetsGroup.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIConfigurationMacros.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUICore/QMUIConfigurationMacros.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIFillButton.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIButton/QMUIFillButton.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIGhostButton.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIButton/QMUIGhostButton.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIOrderedDictionary.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIOrderedDictionary.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUISearchController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUISearchController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUISegmentedControl.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUISegmentedControl.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIThemeManager.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITheme/QMUIThemeManager.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIThemePrivate.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITheme/QMUIThemePrivate.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIWindowSizeMonitor.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIWindowSizeMonitor.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UICollectionView+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UICollectionView+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIMenuController+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIMenuController+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UINavigationBar+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UINavigationBar+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UINavigationItem+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UINavigationItem+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UITableViewCell+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UITableViewCell+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIView+QMUIBadge.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIBadge/UIView+QMUIBadge.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIView+QMUITheme.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITheme/UIView+QMUITheme.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIViewController+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIViewController+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/NSNumber+Formatter.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/Number/NSNumber+Formatter.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/YLBBundleManager.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/Manager/YLBBundleManager.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/YLBColorTitleLabel.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/Label/YLBColorTitleLabel.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/YLBFrequeControl.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/Frequent/YLBFrequeControl.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBDDetail/YLBDDetailController.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDDetail/YLBDDetail/Classes/YLBDDetailController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBDServices/YLBDHomeProtocol.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDServices/YLBDServices/Classes/YLBDHomeProtocol.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBDServices/YLBDMineProtocol.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDServices/YLBDServices/Classes/YLBDMineProtocol.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBModule/YLBApplicationDelegate.h: -------------------------------------------------------------------------------- 1 | ../../../YLBModule/YLBModule/Classes/YLBApplicationDelegate.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBProUI/YLBLabelImageButton.h: -------------------------------------------------------------------------------- 1 | ../../../YLBProUI/YLBProUI/Classes/Button/YLBLabelImageButton.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBProUI/YLBNavigationBarView.h: -------------------------------------------------------------------------------- 1 | ../../../YLBProUI/YLBProUI/Classes/View/YLBNavigationBarView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/NSAttributedString+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/NSAttributedString+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/NSMethodSignature+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/NSMethodSignature+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/NSParagraphStyle+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/NSParagraphStyle+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIAssetsGroup.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/AssetLibrary/QMUIAssetsGroup.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIAssetsManager.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/AssetLibrary/QMUIAssetsManager.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIBadgeProtocol.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIBadge/QMUIBadgeProtocol.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUICommonViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIMainFrame/QMUICommonViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIEmotionInputManager.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIEmotionInputManager.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUILogNameManager.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUILog/QMUILogNameManager.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUINavigationController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIMainFrame/QMUINavigationController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUINavigationTitleView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUINavigationTitleView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIPopupContainerView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIPopupContainerView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUITabBarViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIMainFrame/QMUITabBarViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUITableViewProtocols.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITableViewProtocols.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIToastAnimator.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/ToastView/QMUIToastAnimator.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIToolbarButton.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIButton/QMUIToolbarButton.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIWeakObjectContainer.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIWeakObjectContainer.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UICollectionView+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UICollectionView+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIColor+QMUITheme.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITheme/UIColor+QMUITheme.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIImage+QMUITheme.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITheme/UIImage+QMUITheme.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIMenuController+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIMenuController+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UINavigationItem+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UINavigationItem+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UISearchController+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UISearchController+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UITextInputTraits+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UITextInputTraits+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UITraitCollection+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UITraitCollection+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIViewController+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIViewController+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIVisualEffectView+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIVisualEffectView+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/NSString+YLBVersion.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/String/NSString+YLBVersion.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/UIView+YLBCreateImage.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/View/UIView+YLBCreateImage.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/YLBUnCopyTextField.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/TextField/YLBUnCopyTextField.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/YLBWhiteController.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/Controller/YLBWhiteController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBDDetail/YLBDDetailAppDelegate.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDDetail/YLBDDetail/Classes/YLBDDetailAppDelegate.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBDServices/YLBDDetailProtocol.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDServices/YLBDServices/Classes/YLBDDetailProtocol.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBDServices/YLBDRouterProtocol.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDServices/YLBDServices/Classes/YLBDRouterProtocol.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBDesign/UIImage+YLBDesign.h: -------------------------------------------------------------------------------- 1 | ../../../../../YLBDesign/Classes/ResourceManage/UIImage+YLBDesign.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBDesign/YLBDBundleManager.h: -------------------------------------------------------------------------------- 1 | ../../../../../YLBDesign/Classes/ResourceManage/YLBDBundleManager.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBDesign/YLBDesignTabBarController.h: -------------------------------------------------------------------------------- 1 | ../../../../../YLBDesign/Classes/YLBDesignTabBarController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBModule/YLBApplicationDelegate.h: -------------------------------------------------------------------------------- 1 | ../../../YLBModule/YLBModule/Classes/YLBApplicationDelegate.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBProUI/YLBHorizontalControl.h: -------------------------------------------------------------------------------- 1 | ../../../YLBProUI/YLBProUI/Classes/Control/YLBHorizontalControl.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/NSAttributedString+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/NSAttributedString+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/NSMethodSignature+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/NSMethodSignature+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIAssetsManager.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/AssetLibrary/QMUIAssetsManager.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIBadgeProtocol.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIBadge/QMUIBadgeProtocol.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUICommonViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIMainFrame/QMUICommonViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIConsoleToolbar.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIConsole/QMUIConsoleToolbar.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIDialogViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIDialogViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIEmotionInputManager.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIEmotionInputManager.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUILogNameManager.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUILog/QMUILogNameManager.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUINavigationController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIMainFrame/QMUINavigationController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUINavigationTitleView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUINavigationTitleView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIPopupContainerView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIPopupContainerView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUITabBarViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIMainFrame/QMUITabBarViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUITableViewProtocols.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITableViewProtocols.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIToastAnimator.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/ToastView/QMUIToastAnimator.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIToolbarButton.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIButton/QMUIToolbarButton.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIWeakObjectContainer.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIWeakObjectContainer.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIBarItem+QMUIBadge.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIBadge/UIBarItem+QMUIBadge.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIColor+QMUITheme.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITheme/UIColor+QMUITheme.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIImage+QMUITheme.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITheme/UIImage+QMUITheme.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UISearchController+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UISearchController+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UITextInputTraits+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UITextInputTraits+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UITraitCollection+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UITraitCollection+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIVisualEffectView+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIVisualEffectView+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/NSString+YLBAttribute.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/String/NSString+YLBAttribute.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/NSString+YLBVersion.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/String/NSString+YLBVersion.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/UIView+YLBCreateImage.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/View/UIView+YLBCreateImage.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/YLBUnCopyTextField.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/TextField/YLBUnCopyTextField.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/YLBWhiteController.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/Controller/YLBWhiteController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBDDetail/YLBDDetailAppDelegate.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDDetail/YLBDDetail/Classes/YLBDDetailAppDelegate.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBDServices/YLBDDetailProtocol.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDServices/YLBDServices/Classes/YLBDDetailProtocol.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBDServices/YLBDRouterProtocol.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDServices/YLBDServices/Classes/YLBDRouterProtocol.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBDesign/UIImage+YLBDesign.h: -------------------------------------------------------------------------------- 1 | ../../../../../YLBDesign/Classes/ResourceManage/UIImage+YLBDesign.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBDesign/YLBDBundleManager.h: -------------------------------------------------------------------------------- 1 | ../../../../../YLBDesign/Classes/ResourceManage/YLBDBundleManager.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBDesign/YLBDesignTabBarController.h: -------------------------------------------------------------------------------- 1 | ../../../../../YLBDesign/Classes/YLBDesignTabBarController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBProUI/YLBHorizontalControl.h: -------------------------------------------------------------------------------- 1 | ../../../YLBProUI/YLBProUI/Classes/Control/YLBHorizontalControl.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/CALayer+QMUIViewAnimation.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/CALayer+QMUIViewAnimation.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIAnimationHelper.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIAnimation/QMUIAnimationHelper.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIConsoleToolbar.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIConsole/QMUIConsoleToolbar.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIDialogViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIDialogViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUILog+QMUIConsole.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIConsole/QMUILog+QMUIConsole.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUINavigationButton.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIButton/QMUINavigationButton.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIPopupMenuView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIPopupMenuView/QMUIPopupMenuView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIToastContentView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/ToastView/QMUIToastContentView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIBarItem+QMUIBadge.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIBadge/UIBarItem+QMUIBadge.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UICollectionViewCell+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UICollectionViewCell+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIGestureRecognizer+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIGestureRecognizer+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/NSString+YLBAttribute.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/String/NSString+YLBAttribute.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBProUI/YLBLayoutLabelUpDownView.h: -------------------------------------------------------------------------------- 1 | ../../../YLBProUI/YLBProUI/Classes/Label/YLBLayoutLabelUpDownView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/CALayer+QMUIViewAnimation.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/CALayer+QMUIViewAnimation.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIAnimationHelper.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIAnimation/QMUIAnimationHelper.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUILog+QMUIConsole.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIConsole/QMUILog+QMUIConsole.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUINavigationButton.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIButton/QMUINavigationButton.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIPopupMenuView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIPopupMenuView/QMUIPopupMenuView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIToastContentView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/ToastView/QMUIToastContentView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UICollectionViewCell+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UICollectionViewCell+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIGestureRecognizer+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIGestureRecognizer+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBDesign/YLBDesignNavigationController.h: -------------------------------------------------------------------------------- 1 | ../../../../../YLBDesign/Classes/YLBDesignNavigationController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBProUI/YLBLayoutLabelUpDownView.h: -------------------------------------------------------------------------------- 1 | ../../../YLBProUI/YLBProUI/Classes/Label/YLBLayoutLabelUpDownView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUICommonTableViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIMainFrame/QMUICommonTableViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUILogManagerViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUILogManagerViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIMoreOperationController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIMoreOperationController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIScrollAnimator.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIScrollAnimator/QMUIScrollAnimator.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIThemeManagerCenter.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITheme/QMUIThemeManagerCenter.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIToastBackgroundView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/ToastView/QMUIToastBackgroundView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIActivityIndicatorView+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIActivityIndicatorView+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UINavigationController+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UINavigationController+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/UIImage+YLBSystemShareToWX.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/Image/UIImage+YLBSystemShareToWX.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBDServices/YLBDDetailImpProtocol.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDServices/YLBDServices/Classes/Imp/YLBDDetailImpProtocol.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBDesign/YLBDesignNavigationController.h: -------------------------------------------------------------------------------- 1 | ../../../../../YLBDesign/Classes/YLBDesignNavigationController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUICommonTableViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIMainFrame/QMUICommonTableViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUILogManagerViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUILogManagerViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIMoreOperationController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIMoreOperationController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIScrollAnimator.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIScrollAnimator/QMUIScrollAnimator.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUITableViewHeaderFooterView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITableViewHeaderFooterView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIThemeManagerCenter.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITheme/QMUIThemeManagerCenter.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIToastBackgroundView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/ToastView/QMUIToastBackgroundView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIActivityIndicatorView+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UIActivityIndicatorView+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UINavigationController+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UINavigationController+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIVisualEffect+QMUITheme.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITheme/UIVisualEffect+QMUITheme.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/UIImage+YLBSystemShareToWX.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/Image/UIImage+YLBSystemShareToWX.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/YLBTransparentController.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/Controller/YLBTransparentController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBDServices/YLBDDetailImpProtocol.h: -------------------------------------------------------------------------------- 1 | ../../../YLBDServices/YLBDServices/Classes/Imp/YLBDDetailImpProtocol.h -------------------------------------------------------------------------------- /Example/YLBDesign/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUICellSizeKeyCache.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUICellSizeKeyCache/QMUICellSizeKeyCache.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUICollectionViewPagingLayout.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUICollectionViewPagingLayout.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIConsoleViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIConsole/QMUIConsoleViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIDisplayLinkAnimation.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIAnimation/QMUIDisplayLinkAnimation.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIImagePickerHelper.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/ImagePickerLibrary/QMUIImagePickerHelper.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIImagePreviewView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIImagePreviewView/QMUIImagePreviewView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIPopupMenuBaseItem.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIPopupMenuView/QMUIPopupMenuBaseItem.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUITableViewHeaderFooterView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITableViewHeaderFooterView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIViewController+QMUITheme.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITheme/UIViewController+QMUITheme.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UIVisualEffect+QMUITheme.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITheme/UIVisualEffect+QMUITheme.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/UIScrollView+YLBAdjustment.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/ScrollView/UIScrollView+YLBAdjustment.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/YLBBaseTableViewController.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/TableView/YLBBaseTableViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/YLBTransparentController.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/Controller/YLBTransparentController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUICellSizeKeyCache.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUICellSizeKeyCache/QMUICellSizeKeyCache.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUICollectionViewPagingLayout.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUICollectionViewPagingLayout.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIConsoleViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIConsole/QMUIConsoleViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIDisplayLinkAnimation.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIAnimation/QMUIDisplayLinkAnimation.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIImagePickerHelper.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/ImagePickerLibrary/QMUIImagePickerHelper.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIImagePreviewView.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIImagePreviewView/QMUIImagePreviewView.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIPopupMenuBaseItem.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIPopupMenuView/QMUIPopupMenuBaseItem.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UIViewController+QMUITheme.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUITheme/UIViewController+QMUITheme.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/UIScrollView+YLBAdjustment.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/ScrollView/UIScrollView+YLBAdjustment.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/YLBAnimationDelegateManager.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/Animation/YLBAnimationDelegateManager.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/YLBCommon/YLBBaseTableViewController.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/TableView/YLBBaseTableViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIAlbumViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/ImagePickerLibrary/QMUIAlbumViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUICellHeightKeyCache.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUICellHeightKeyCache/QMUICellHeightKeyCache.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIMultipleDelegates.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIMultipleDelegates/QMUIMultipleDelegates.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIPopupMenuButtonItem.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIPopupMenuView/QMUIPopupMenuButtonItem.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UITableViewHeaderFooterView+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UITableViewHeaderFooterView+QMUI.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/YLBCommon/YLBAnimationDelegateManager.h: -------------------------------------------------------------------------------- 1 | ../../../YLBCommon/YLBCommon/Classes/Animation/YLBAnimationDelegateManager.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIAlbumViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/ImagePickerLibrary/QMUIAlbumViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUICellHeightKeyCache.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUICellHeightKeyCache/QMUICellHeightKeyCache.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIMultipleDelegates.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIMultipleDelegates/QMUIMultipleDelegates.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIPopupMenuButtonItem.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIPopupMenuView/QMUIPopupMenuButtonItem.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIPopupMenuItemProtocol.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIPopupMenuView/QMUIPopupMenuItemProtocol.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UITableView+QMUIStaticCell.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/StaticTableView/UITableView+QMUIStaticCell.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UITableViewHeaderFooterView+QMUI.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/UIKitExtensions/UITableViewHeaderFooterView+QMUI.h -------------------------------------------------------------------------------- /YLBDesign/Assets/ImageRes/tab_home_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/YLBDesign/Assets/ImageRes/tab_home_selected.png -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUILogger+QMUIConfigurationTemplate.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUILogger+QMUIConfigurationTemplate.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIModalPresentationViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIModalPresentationViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIPopupMenuItemProtocol.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIPopupMenuView/QMUIPopupMenuItemProtocol.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIStaticTableViewCellData.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/StaticTableView/QMUIStaticTableViewCellData.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UITableView+QMUIStaticCell.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/StaticTableView/UITableView+QMUIStaticCell.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUILogger+QMUIConfigurationTemplate.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUILogger+QMUIConfigurationTemplate.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIModalPresentationViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIModalPresentationViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIStaticTableViewCellData.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/StaticTableView/QMUIStaticTableViewCellData.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIImagePickerViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/ImagePickerLibrary/QMUIImagePickerViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UINavigationBar+Transition.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/NavigationBarTransition/UINavigationBar+Transition.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIImagePickerViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/ImagePickerLibrary/QMUIImagePickerViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UINavigationBar+Transition.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/NavigationBarTransition/UINavigationBar+Transition.h -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/NSObject+QMUIMultipleDelegates.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIMultipleDelegates/NSObject+QMUIMultipleDelegates.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIImagePreviewViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIImagePreviewView/QMUIImagePreviewViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIStaticTableViewCellDataSource.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/StaticTableView/QMUIStaticTableViewCellDataSource.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/NSObject+QMUIMultipleDelegates.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIMultipleDelegates/NSObject+QMUIMultipleDelegates.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIImagePreviewViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIImagePreviewView/QMUIImagePreviewViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIStaticTableViewCellDataSource.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/StaticTableView/QMUIStaticTableViewCellDataSource.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIImagePickerCollectionViewCell.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/ImagePickerLibrary/QMUIImagePickerCollectionViewCell.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUINavigationBarScrollingAnimator.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIScrollAnimator/QMUINavigationBarScrollingAnimator.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIImagePickerCollectionViewCell.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/ImagePickerLibrary/QMUIImagePickerCollectionViewCell.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUINavigationBarScrollingAnimator.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIScrollAnimator/QMUINavigationBarScrollingAnimator.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIImagePickerPreviewViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/ImagePickerLibrary/QMUIImagePickerPreviewViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UITableView+QMUICellHeightKeyCache.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUICellHeightKeyCache/UITableView+QMUICellHeightKeyCache.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIImagePickerPreviewViewController.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/ImagePickerLibrary/QMUIImagePickerPreviewViewController.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UITableView+QMUICellHeightKeyCache.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUICellHeightKeyCache/UITableView+QMUICellHeightKeyCache.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUIImagePreviewViewTransitionAnimator.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIImagePreviewView/QMUIImagePreviewViewTransitionAnimator.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/QMUINavigationBarScrollingSnapAnimator.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIScrollAnimator/QMUINavigationBarScrollingSnapAnimator.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UICollectionView+QMUICellSizeKeyCache.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUICellSizeKeyCache/UICollectionView+QMUICellSizeKeyCache.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUIImagePreviewViewTransitionAnimator.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIImagePreviewView/QMUIImagePreviewViewTransitionAnimator.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/QMUINavigationBarScrollingSnapAnimator.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUIScrollAnimator/QMUINavigationBarScrollingSnapAnimator.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UICollectionView+QMUICellSizeKeyCache.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/QMUICellSizeKeyCache/UICollectionView+QMUICellSizeKeyCache.h -------------------------------------------------------------------------------- /Example/Tests/Tests-Prefix.pch: -------------------------------------------------------------------------------- 1 | // The contents of this file are implicitly included at the beginning of every test case source file. 2 | 3 | #ifdef __OBJC__ 4 | 5 | 6 | 7 | #endif 8 | -------------------------------------------------------------------------------- /Example/Pods/Headers/Private/QMUIKit/UINavigationController+NavigationBarTransition.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/NavigationBarTransition/UINavigationController+NavigationBarTransition.h -------------------------------------------------------------------------------- /Example/Pods/Headers/Public/QMUIKit/UINavigationController+NavigationBarTransition.h: -------------------------------------------------------------------------------- 1 | ../../../QMUIKit/QMUIKit/QMUIComponents/NavigationBarTransition/UINavigationController+NavigationBarTransition.h -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/QMUIKit/QMUIKit-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_QMUIKit : NSObject 3 | @end 4 | @implementation PodsDummy_QMUIKit 5 | @end 6 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBDesign/YLBDesign.modulemap: -------------------------------------------------------------------------------- 1 | framework module YLBDesign { 2 | umbrella header "YLBDesign-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/JLRoutes/JLRoutes-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_JLRoutes : NSObject 3 | @end 4 | @implementation PodsDummy_JLRoutes 5 | @end 6 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBCommon/YLBCommon-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_YLBCommon : NSObject 3 | @end 4 | @implementation PodsDummy_YLBCommon 5 | @end 6 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBDHome/YLBDHome-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_YLBDHome : NSObject 3 | @end 4 | @implementation PodsDummy_YLBDHome 5 | @end 6 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBDMine/YLBDMine-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_YLBDMine : NSObject 3 | @end 4 | @implementation PodsDummy_YLBDMine 5 | @end 6 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBDesign/YLBDesign-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_YLBDesign : NSObject 3 | @end 4 | @implementation PodsDummy_YLBDesign 5 | @end 6 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBModule/YLBModule-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_YLBModule : NSObject 3 | @end 4 | @implementation PodsDummy_YLBModule 5 | @end 6 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBProUI/YLBProUI-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_YLBProUI : NSObject 3 | @end 4 | @implementation PodsDummy_YLBProUI 5 | @end 6 | -------------------------------------------------------------------------------- /Example/YLBDesign/ClassName.json: -------------------------------------------------------------------------------- 1 | { 2 | "scheme":"YLDesign202210", 3 | "home":"YLBDHomeController", 4 | "mine":"YLBDMineController", 5 | "detail":"YLBDDetailController", 6 | 7 | } 8 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBDDetail/YLBDDetail-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_YLBDDetail : NSObject 3 | @end 4 | @implementation PodsDummy_YLBDDetail 5 | @end 6 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBDRouter/YLBDRouter-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_YLBDRouter : NSObject 3 | @end 4 | @implementation PodsDummy_YLBDRouter 5 | @end 6 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/MJExtension/MJExtension-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_MJExtension : NSObject 3 | @end 4 | @implementation PodsDummy_MJExtension 5 | @end 6 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBDBasePod/YLBDBasePod-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_YLBDBasePod : NSObject 3 | @end 4 | @implementation PodsDummy_YLBDBasePod 5 | @end 6 | -------------------------------------------------------------------------------- /Example/YLBDesign/Images.xcassets/icon_tabbar_lab.imageset/icon_tabbar_lab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/Example/YLBDesign/Images.xcassets/icon_tabbar_lab.imageset/icon_tabbar_lab.pdf -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBDServices/YLBDServices-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_YLBDServices : NSObject 3 | @end 4 | @implementation PodsDummy_YLBDServices 5 | @end 6 | -------------------------------------------------------------------------------- /Example/YLBDesign/Images.xcassets/icon_tabbar_uikit.imageset/icon_tabbar_uikit.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/Example/YLBDesign/Images.xcassets/icon_tabbar_uikit.imageset/icon_tabbar_uikit.pdf -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/Pods-YLBDesign_Tests/Pods-YLBDesign_Tests.modulemap: -------------------------------------------------------------------------------- 1 | framework module Pods_YLBDesign_Tests { 2 | umbrella header "Pods-YLBDesign_Tests-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/Pods-YLBDesign_Example/Pods-YLBDesign_Example.modulemap: -------------------------------------------------------------------------------- 1 | framework module Pods_YLBDesign_Example { 2 | umbrella header "Pods-YLBDesign_Example-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/Pods-YLBDesign_Tests/Pods-YLBDesign_Tests-acknowledgements.markdown: -------------------------------------------------------------------------------- 1 | # Acknowledgements 2 | This application makes use of the following third party libraries: 3 | Generated by CocoaPods - https://cocoapods.org 4 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/Pods-YLBDesign_Tests/Pods-YLBDesign_Tests-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pods_YLBDesign_Tests : NSObject 3 | @end 4 | @implementation PodsDummy_Pods_YLBDesign_Tests 5 | @end 6 | -------------------------------------------------------------------------------- /Example/YLBDesign/Images.xcassets/icon_tabbar_lab_selected.imageset/icon_tabbar_lab_selected.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/Example/YLBDesign/Images.xcassets/icon_tabbar_lab_selected.imageset/icon_tabbar_lab_selected.pdf -------------------------------------------------------------------------------- /Example/YLBDesign/Images.xcassets/icon_tabbar_uikit_selected.imageset/icon_tabbar_uikit_selected.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/Example/YLBDesign/Images.xcassets/icon_tabbar_uikit_selected.imageset/icon_tabbar_uikit_selected.pdf -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_tips_done.imageset/QMUI_tips_done.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_tips_done.imageset/QMUI_tips_done.pdf -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_tips_info.imageset/QMUI_tips_info.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_tips_info.imageset/QMUI_tips_info.pdf -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/Pods-YLBDesign_Example/Pods-YLBDesign_Example-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pods_YLBDesign_Example : NSObject 3 | @end 4 | @implementation PodsDummy_Pods_YLBDesign_Example 5 | @end 6 | -------------------------------------------------------------------------------- /Example/YLBDesign.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_hiddenAlbum.imageset/QMUI_hiddenAlbum.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_hiddenAlbum.imageset/QMUI_hiddenAlbum.pdf -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_tips_error.imageset/QMUI_tips_error.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_tips_error.imageset/QMUI_tips_error.pdf -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_logo.imageset/QMUI_console_logo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_logo.imageset/QMUI_console_logo.pdf -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_clear.imageset/QMUI_console_clear.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_clear.imageset/QMUI_console_clear.pdf -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_filter.imageset/QMUI_console_filter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_filter.imageset/QMUI_console_filter.pdf -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_emotion_delete.imageset/QMUI_emotion_delete.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_emotion_delete.imageset/QMUI_emotion_delete.pdf -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_icloud_download_fault.imageset/QMUI_icloud_download_fault.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_icloud_download_fault.imageset/QMUI_icloud_download_fault.pdf -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_checkbox.imageset/QMUI_pickerImage_checkbox.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_checkbox.imageset/QMUI_pickerImage_checkbox.pdf -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_favorite.imageset/QMUI_pickerImage_favorite.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_favorite.imageset/QMUI_pickerImage_favorite.pdf -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_previewImage_checkbox.imageset/QMUI_previewImage_checkbox.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_previewImage_checkbox.imageset/QMUI_previewImage_checkbox.pdf -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_video_mark.imageset/QMUI_pickerImage_video_mark.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_video_mark.imageset/QMUI_pickerImage_video_mark.pdf -------------------------------------------------------------------------------- /Example/YLBDesign/YLBViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBViewController.h 3 | // YLBDesign 4 | // 5 | // Created by 余礼钵 on 10/02/2022. 6 | // Copyright (c) 2022 余礼钵. All rights reserved. 7 | // 8 | 9 | @import UIKit; 10 | 11 | @interface YLBViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_filter_selected.imageset/QMUI_console_filter_selected.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_filter_selected.imageset/QMUI_console_filter_selected.pdf -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_tips_done.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "QMUI_tips_done.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_tips_error.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "QMUI_tips_error.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_tips_info.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "QMUI_tips_info.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/JLRoutes/JLRoutes-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 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 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/QMUIKit/QMUIKit-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 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 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBDHome/YLBDHome-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 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 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBDMine/YLBDMine-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 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 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBProUI/YLBProUI-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 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 | -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_clear.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "QMUI_console_clear.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_hiddenAlbum.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "QMUI_hiddenAlbum.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBCommon/YLBCommon-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 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 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBDDetail/YLBDDetail-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 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 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBDRouter/YLBDRouter-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 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 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBDesign/YLBDesign-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 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 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBModule/YLBModule-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 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 | -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_filter.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "QMUI_console_filter.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_logo.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "QMUI_console_logo.pdf", 5 | "idiom" : "universal" 6 | } 7 | ], 8 | "info" : { 9 | "author" : "xcode", 10 | "version" : 1 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_emotion_delete.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "QMUI_emotion_delete.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/MJExtension/MJExtension-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 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 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBDBasePod/YLBDBasePod-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 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 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBDServices/YLBDServices-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 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 | -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_checkbox_checked.imageset/QMUI_pickerImage_checkbox_checked.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_checkbox_checked.imageset/QMUI_pickerImage_checkbox_checked.pdf -------------------------------------------------------------------------------- /Example/YLBDesign.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_checkbox.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "QMUI_pickerImage_checkbox.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_favorite.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "QMUI_pickerImage_favorite.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_previewImage_checkbox_checked.imageset/QMUI_previewImage_checkbox_checked.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProBobo/YLBDesign/HEAD/Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_previewImage_checkbox_checked.imageset/QMUI_previewImage_checkbox_checked.pdf -------------------------------------------------------------------------------- /Example/YLBDesign.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /YLBDesign/Classes/YLBDesignAppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBDesignAppDelegate.h 3 | // YLBDesign 4 | // 5 | // Created by 余礼钵 on 2022/10/4. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface YLBDesignAppDelegate : NSObject 13 | 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_filter_selected.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "QMUI_console_filter_selected.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_icloud_download_fault.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "QMUI_icloud_download_fault.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_video_mark.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "QMUI_pickerImage_video_mark.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_previewImage_checkbox.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "QMUI_previewImage_checkbox.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/Frequent/YLBFrequeControl.m: -------------------------------------------------------------------------------- 1 | // 2 | // YLBFrequeControl.m 3 | // YLBCommon_Example 4 | // 5 | // Created by yulibo on 2020/9/16. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #import "YLBFrequeControl.h" 10 | 11 | @implementation YLBFrequeControl 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Example/Pods/YLBModule/YLBModule/Classes/YLBModule.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBModule.h 3 | // YLBModule 4 | // 5 | // Created by yulibo on 2020/3/28. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #ifndef YLBModule_h 10 | #define YLBModule_h 11 | 12 | #import "YLBAppDelegate.h" 13 | 14 | #endif /* YLBModule_h */ 15 | -------------------------------------------------------------------------------- /Example/Pods/YLBDServices/YLBDServices/Classes/YLBDMineProtocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBDMineProtocol.h 3 | // Pods 4 | // 5 | // Created by 余礼钵 on 2022/10/4. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @protocol YLBDMineProtocol 13 | 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_checkbox_checked.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "QMUI_pickerImage_checkbox_checked.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Example/Pods/YLBDHome/YLBDHome/Classes/YLBDHomeController.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBDHomeController.h 3 | // YLBDHome 4 | // 5 | // Created by 余礼钵 on 2022/10/4. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface YLBDHomeController : UIViewController 13 | 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /Example/Pods/YLBDMine/YLBDMine/Classes/YLBDMineController.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBDMineController.h 3 | // YLBDMine 4 | // 5 | // Created by 余礼钵 on 2022/10/4. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface YLBDMineController : UIViewController 13 | 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /YLBDesign/Classes/YLBDesignTabBarController.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBDesignTabBarController.h 3 | // YLBDesign 4 | // 5 | // Created by 余礼钵 on 2022/10/2. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface YLBDesignTabBarController : UITabBarController 13 | 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /Example/Pods/QMUIKit/QMUIKit/QMUIResources/Images.xcassets/QMUI_previewImage_checkbox_checked.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "QMUI_previewImage_checkbox_checked.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Example/Pods/YLBDHome/YLBDHome/Classes/YLBDHomeAppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBDHomeAppDelegate.h 3 | // YLBDServices 4 | // 5 | // Created by 余礼钵 on 2022/10/4. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface YLBDHomeAppDelegate : NSObject 13 | 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /Example/Pods/YLBDMine/YLBDMine/Classes/YLBDMineAppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBDMineAppDelegate.h 3 | // YLBDMine 4 | // 5 | // Created by 余礼钵 on 2022/10/4. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface YLBDMineAppDelegate : NSObject 13 | 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /Example/Pods/YLBDServices/YLBDServices/Classes/YLBDDetailProtocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBDDetailProtocol.h 3 | // Pods 4 | // 5 | // Created by 余礼钵 on 2022/10/4. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @protocol YLBDDetailProtocol 13 | 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /Example/Pods/YLBDServices/YLBDServices/Classes/YLBDHomeProtocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBDHomeProtocol.h 3 | // YLBDServices 4 | // 5 | // Created by 余礼钵 on 2022/10/4. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @protocol YLBDHomeProtocol 13 | 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /Example/Pods/YLBDDetail/YLBDDetail/Classes/YLBDDetailController.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBDDetailController.h 3 | // YLBDDetail 4 | // 5 | // Created by 余礼钵 on 2022/10/4. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface YLBDDetailController : UIViewController 13 | 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /Example/Pods/YLBDDetail/YLBDDetail/Classes/YLBDDetailAppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBDDetailAppDelegate.h 3 | // YLBDDetail 4 | // 5 | // Created by 余礼钵 on 2022/10/4. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface YLBDDetailAppDelegate : NSObject 13 | 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /YLBDesign/Classes/YLBDesignNavigationController.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBDesignNavigationController.h 3 | // YLBDesign 4 | // 5 | // Created by 余礼钵 on 2022/10/4. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface YLBDesignNavigationController : UINavigationController 13 | 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/TextField/YLBUnCopyTextField.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBUnCopyTextField.h 3 | // Pods-YLBCommon_Example 4 | // 5 | // Created by yulibo on 2020/8/20. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface YLBUnCopyTextField : UITextField 13 | 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /YLBDesign/Classes/ResourceManage/UIImage+YLBDesign.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIImage+YLBDesign.h 3 | // YLBDesign 4 | // 5 | // Created by 余礼钵 on 2022/10/4. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface UIImage (YLBDesign) 13 | + (UIImage *)ylbd_imageNamed:(NSString *)name; 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /YLBDesign/Classes/ResourceManage/YLBDBundleManager.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBDBundleManager.h 3 | // YLBDesign 4 | // 5 | // Created by 余礼钵 on 2022/10/4. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface YLBDBundleManager : NSObject 13 | + (NSBundle *)ylbd_bunlde; 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /Example/Pods/YLBDServices/YLBDServices/Classes/YLBDRouterProtocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBDRouterProtocol.h 3 | // Pods 4 | // 5 | // Created by 余礼钵 on 2022/10/4. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @protocol YLBDRouterProtocol 13 | - (NSDictionary *)obtainJson; 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/View/YLBImaginaryLine.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBImaginaryLine.h 3 | // YLBCommon_Example 4 | // 5 | // Created by yulibo on 2020/3/30. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface YLBImaginaryLine : UIView 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /Example/Pods/YLBDServices/YLBDServices/Classes/Imp/YLBDDetailImpProtocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBDDetailImpProtocol.h 3 | // Pods 4 | // 5 | // Created by 余礼钵 on 2022/10/4. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @protocol YLBDDetailImpProtocol 13 | - (void)impFromDetail:(NSDictionary *)dict; 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /Example/Pods/YLBProUI/YLBProUI/Classes/Button/YLBBaseButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBBaseButton.h 3 | // Pods-YLBProUI_Example 4 | // 5 | // Created by yulibo on 2020/3/27. 6 | // 7 | 8 | #import 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface YLBBaseButton : UIControl 14 | - (void)setupCurrentView; 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/Frequent/YLBFrequeControl.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBFrequeControl.h 3 | // YLBCommon_Example 4 | // 5 | // Created by yulibo on 2020/9/16. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface YLBFrequeControl : NSObject 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/Controller/YLBWhiteController.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBWhiteController.h 3 | // YLBCommon_Example 4 | // 5 | // Created by yulibo on 2020/4/14. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface YLBWhiteController : UIViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /Example/YLBDesign/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // YLBDesign 4 | // 5 | // Created by 余礼钵 on 10/02/2022. 6 | // Copyright (c) 2022 余礼钵. All rights reserved. 7 | // 8 | 9 | @import UIKit; 10 | #import "AppDelegate.h" 11 | 12 | int main(int argc, char * argv[]) 13 | { 14 | @autoreleasepool { 15 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /Example/Pods/YLBModule/YLBModule/Classes/YLBAppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBAppDelegate.h 3 | // YLBModule 4 | // 5 | // Created by ProBobo on 03/11/2020. 6 | // Copyright (c) 2020 ProBobo. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "YLBModuleManager.h" 11 | 12 | @interface YLBAppDelegate : UIResponder//引入YLBApplicationDelegate,相当于已经声明协议中对应的方法 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /Example/Pods/YLBProUI/YLBProUI/Classes/YLBProUI.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBProUI.h 3 | // YLBProUI 4 | // 5 | // Created by yulibo on 2020/3/27. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #ifndef YLBProUI_h 10 | #define YLBProUI_h 11 | 12 | #import "YLBBaseButton.h" 13 | #import "YLBImageButton.h" 14 | #import "YLBLabelImageButton.h" 15 | #import "YLBAlertView.h" 16 | 17 | #endif /* YLBProUI_h */ 18 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/Label/YLBColorTitleLabel.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBColorTitleLabel.h 3 | // YLBCommon_Example 4 | // 5 | // Created by yulibo on 2020/4/3. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface YLBColorTitleLabel : UILabel 14 | - (NSArray *)getColors; 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /Example/Pods/YLBDRouter/YLBDRouter/Classes/YLBDRouterHandle.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBDRouterHandle.h 3 | // JLRoutes 4 | // 5 | // Created by 余礼钵 on 2022/10/4. 6 | // 7 | 8 | #import 9 | #import "YLBDRouterConfig.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface YLBDRouterHandle : NSObject 14 | + (void)registerRouterWithScheme:(NSString *)scheme; 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /Example/YLBDesign/YLBDesign-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 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 17 | -------------------------------------------------------------------------------- /Example/Pods/MJExtension/MJExtension/MJFoundation.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJFoundation.h 3 | // MJExtensionExample 4 | // 5 | // Created by MJ Lee on 14/7/16. 6 | // Copyright (c) 2014年 小码哥. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MJFoundation : NSObject 12 | 13 | + (BOOL)isClassFromFoundation:(Class)c; 14 | + (BOOL)isFromNSObjectProtocolProperty:(NSString *)propertyName; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBDesign/YLBDesign-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 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 | 14 | FOUNDATION_EXPORT double YLBDesignVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char YLBDesignVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/Controller/YLBTransparentController.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBTransparentController.h 3 | // YLBCommon_Example 4 | // 5 | // Created by yulibo on 2020/3/30. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | /** 13 | 透明导航栏:标题为白色 14 | */ 15 | @interface YLBTransparentController : UIViewController 16 | 17 | @end 18 | 19 | NS_ASSUME_NONNULL_END 20 | -------------------------------------------------------------------------------- /Example/YLBDesign/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // YLBDesign_Example 4 | // 5 | // Created by 余礼钵 on 2022/10/4. 6 | // Copyright © 2022 余礼钵. All rights reserved. 7 | // 8 | 9 | @import UIKit; 10 | #import 11 | 12 | NS_ASSUME_NONNULL_BEGIN 13 | 14 | @interface AppDelegate : YLBAppDelegate 15 | 16 | @property (strong, nonatomic) UIWindow *window; 17 | 18 | @end 19 | 20 | NS_ASSUME_NONNULL_END 21 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/Image/UIImage+YLBColor.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIImage+YLBColor.h 3 | // YLBCommon_Example 4 | // 5 | // Created by yulibo on 2020/3/27. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface UIImage (YLBColor) 14 | /** 15 | 修改图片轮廓颜色 16 | */ 17 | - (UIImage *)ylb_imageWIthTintColor:(UIColor *)tintColor; 18 | @end 19 | 20 | NS_ASSUME_NONNULL_END 21 | -------------------------------------------------------------------------------- /Example/YLBDesign/Images.xcassets/icon_tabbar_lab.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "icon_tabbar_lab.pdf", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Example/YLBDesign/Images.xcassets/icon_tabbar_uikit.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "icon_tabbar_uikit.pdf", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/Pods-YLBDesign_Tests/Pods-YLBDesign_Tests-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 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 | 14 | FOUNDATION_EXPORT double Pods_YLBDesign_TestsVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char Pods_YLBDesign_TestsVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/Color/UIColor+YLBColor.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIColor+YLBColor.h 3 | // YLBCommon_Example 4 | // 5 | // Created by yulibo on 2020/4/20. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface UIColor (YLBColor) 14 | + (UIColor *)ylb_RGBANumeratorColorWithRed:(CGFloat)r green:(CGFloat)g blue:(CGFloat)b alpha:(CGFloat)a; 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/String/NSString+YLBUrl.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+YLBUrl.h 3 | // YLBCommon_Example 4 | // 5 | // Created by yulibo on 2020/3/26. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface NSString (YLBUrl) 14 | + (NSString*)urlEncode:(id)value; 15 | + (NSString *)urlDecode:(id)value; 16 | @end 17 | 18 | NS_ASSUME_NONNULL_END 19 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/Pods-YLBDesign_Example/Pods-YLBDesign_Example-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 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 | 14 | FOUNDATION_EXPORT double Pods_YLBDesign_ExampleVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char Pods_YLBDesign_ExampleVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /Example/Pods/YLBDMine/YLBDMine/Classes/YLBDMineController.m: -------------------------------------------------------------------------------- 1 | // 2 | // YLBDMineController.m 3 | // YLBDMine 4 | // 5 | // Created by 余礼钵 on 2022/10/4. 6 | // 7 | 8 | #import "YLBDMineController.h" 9 | 10 | @interface YLBDMineController () 11 | 12 | @end 13 | 14 | @implementation YLBDMineController 15 | 16 | - (void)viewDidLoad { 17 | [super viewDidLoad]; 18 | 19 | self.view.backgroundColor = UIColor.whiteColor; 20 | 21 | self.title = @"我的"; 22 | } 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Example/YLBDesign/Images.xcassets/icon_tabbar_lab_selected.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "icon_tabbar_lab_selected.pdf", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Example/YLBDesign/Images.xcassets/icon_tabbar_uikit_selected.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "icon_tabbar_uikit_selected.pdf", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/String/NSString+General.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+General.h 3 | // YLBCommon 4 | // 5 | // Created by yulibo on 2022/1/10. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface NSString (General) 13 | - (instancetype)trim; 14 | - (instancetype)filterSpace; 15 | - (BOOL)equalsIgnoreCase:(NSString *)str; 16 | + (BOOL)isEmpty:(NSString *)str; 17 | + (BOOL)isNotEmpty:(NSString *)str; 18 | @end 19 | 20 | NS_ASSUME_NONNULL_END 21 | -------------------------------------------------------------------------------- /YLBDesign/Classes/ResourceManage/YLBDBundleManager.m: -------------------------------------------------------------------------------- 1 | // 2 | // YLBDBundleManager.m 3 | // YLBDesign 4 | // 5 | // Created by 余礼钵 on 2022/10/4. 6 | // 7 | 8 | #import "YLBDBundleManager.h" 9 | 10 | @implementation YLBDBundleManager 11 | 12 | + (NSBundle *)ylbd_bunlde { 13 | NSString *resourceName = @"YLBDesign"; 14 | NSURL *url = [[NSBundle bundleForClass:[self class]] URLForResource:resourceName withExtension:@"bundle"]; 15 | NSBundle *bundle = [NSBundle bundleWithURL:url]; 16 | return bundle; 17 | } 18 | @end 19 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/Color/UIColor+YLBColor.m: -------------------------------------------------------------------------------- 1 | // 2 | // UIColor+YLBColor.m 3 | // YLBCommon_Example 4 | // 5 | // Created by yulibo on 2020/4/20. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #import "UIColor+YLBColor.h" 10 | 11 | @implementation UIColor (YLBColor) 12 | 13 | + (UIColor *)ylb_RGBANumeratorColorWithRed:(CGFloat)r green:(CGFloat)g blue:(CGFloat)b alpha:(CGFloat)a { 14 | UIColor *color = [UIColor colorWithRed:r/255.0 green:g/255.0 blue:b/255.0 alpha:a]; 15 | return color; 16 | } 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/String/NSString+YLBVersion.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+YLBVersion.h 3 | // YLBCommon_Example 4 | // 5 | // Created by yulibo on 2020/6/4. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface NSString (YLBVersion) 14 | /** 15 | 功能:版本判断 16 | 版本格式:1.2.1 17 | 例如:1.1.2和1.2.1.3比较版本 18 | */ 19 | + (BOOL)isNeedUpdateVersion:(NSString *)localVersion latestVersion:(NSString *)latestVersion; 20 | @end 21 | 22 | NS_ASSUME_NONNULL_END 23 | -------------------------------------------------------------------------------- /Example/Pods/YLBModule/YLBModule/Classes/YLBModuleProtocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBModuleProtocol.h 3 | // YLBModule_Example 4 | // 5 | // Created by yulibo on 2020/3/12. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "YLBApplicationDelegate.h" 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @protocol YLBModuleProtocol 14 | @optional 15 | @property (strong, nonatomic) UIWindow *window; 16 | //优先级 17 | - (NSInteger)ylb_modulePriority; 18 | 19 | 20 | @end 21 | 22 | NS_ASSUME_NONNULL_END 23 | -------------------------------------------------------------------------------- /Example/Pods/YLBProUI/YLBProUI/Classes/View/YLBNavigationBarView.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBNavigationBarView.h 3 | // YLBProUI_Example 4 | // 5 | // Created by yulibo on 2020/9/27. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface YLBNavigationBarView : UIView 14 | @property(nonatomic, strong) UIButton *leftButton; 15 | @property(nonatomic, strong) UILabel *titleLabel; 16 | @property(nonatomic, strong) UIButton *rightButton; 17 | + (instancetype)createView; 18 | @end 19 | 20 | NS_ASSUME_NONNULL_END 21 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/Number/NSNumber+Formatter.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSNumber+Formatter.h 3 | // YLBCommon 4 | // 5 | // Created by yulibo on 2020/11/24. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface NSNumber (Formatter) 13 | /** 14 | 处理double数据类型的小数点显示问题,如1.0显示为1.0000...的问题,会出现“,”分隔符,如10000变为10,000 15 | */ 16 | - (NSString *)adaptDoubleToStringFromNumber; 17 | 18 | /* 19 | 解决NSNumber和NSString转化double失真问题,避免出现“,”分隔符 20 | */ 21 | - (NSString *)stringWithoutSeparatorFromNumber; 22 | @end 23 | 24 | NS_ASSUME_NONNULL_END 25 | -------------------------------------------------------------------------------- /Example/Pods/YLBProUI/YLBProUI/Classes/Button/YLBBaseButton.m: -------------------------------------------------------------------------------- 1 | // 2 | // YLBBaseButton.m 3 | // Pods-YLBProUI_Example 4 | // 5 | // Created by yulibo on 2020/3/27. 6 | // 7 | 8 | #import "YLBBaseButton.h" 9 | 10 | @implementation YLBBaseButton 11 | 12 | - (instancetype)initWithFrame:(CGRect)frame { 13 | self = [super initWithFrame:frame]; 14 | if (self) { 15 | [self setupCurrentView]; 16 | } 17 | return self; 18 | } 19 | 20 | - (void)setupCurrentView { 21 | 22 | } 23 | 24 | - (void)layoutSubviews { 25 | [super layoutSubviews]; 26 | 27 | } 28 | 29 | @end 30 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | # references: 2 | # * https://www.objc.io/issues/6-build-tools/travis-ci/ 3 | # * https://github.com/supermarin/xcpretty#usage 4 | 5 | osx_image: xcode7.3 6 | language: objective-c 7 | # cache: cocoapods 8 | # podfile: Example/Podfile 9 | # before_install: 10 | # - gem install cocoapods # Since Travis is not always on latest version 11 | # - pod install --project-directory=Example 12 | script: 13 | - set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/YLBDesign.xcworkspace -scheme YLBDesign-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty 14 | - pod lib lint 15 | -------------------------------------------------------------------------------- /Example/Pods/Local Podspecs/YLBCommon.podspec.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "YLBCommon", 3 | "version": "1.0.0", 4 | "summary": "YLBCommon.", 5 | "description": "TODO: Add long description of the pod here.", 6 | "homepage": "https://github.com/ProBobo/YLBCommon", 7 | "license": { 8 | "type": "MIT", 9 | "file": "LICENSE" 10 | }, 11 | "authors": { 12 | "ProBobo": "564885081@qq.com" 13 | }, 14 | "source": { 15 | "git": "https://github.com/ProBobo/YLBCommon.git", 16 | "tag": "1.0.0" 17 | }, 18 | "platforms": { 19 | "ios": "9.0" 20 | }, 21 | "source_files": "YLBCommon/Classes/**/*" 22 | } 23 | -------------------------------------------------------------------------------- /Example/Pods/Local Podspecs/YLBModule.podspec.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "YLBModule", 3 | "version": "0.2.0", 4 | "summary": "YLBModule.", 5 | "description": "TODO: Add long description of the pod here.", 6 | "homepage": "https://github.com/ProBobo/YLBModule", 7 | "license": { 8 | "type": "MIT", 9 | "file": "LICENSE" 10 | }, 11 | "authors": { 12 | "ProBobo": "564885081@qq.com" 13 | }, 14 | "source": { 15 | "git": "https://github.com/ProBobo/YLBModule.git", 16 | "tag": "0.2.0" 17 | }, 18 | "platforms": { 19 | "ios": "8.0" 20 | }, 21 | "source_files": "YLBModule/Classes/**/*" 22 | } 23 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/ScrollView/UIScrollView+YLBAdjustment.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIScrollView+YLBAdjustment.h 3 | // YLBCommon_Example 4 | // 5 | // Created by yulibo on 2020/3/23. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface UIScrollView (YLBAdjustment) 14 | + (void)stopAdjustmentWithScrollView:(UIScrollView *)scrollView controller:(UIViewController *)controller; 15 | - (void)stopAdjustmentWithScrollView:(UIScrollView *)scrollView controller:(UIViewController *)controller; 16 | @end 17 | 18 | NS_ASSUME_NONNULL_END 19 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/View/UIView+YLBCorner.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIView+YLBCorner.h 3 | // YLBCommon_Example 4 | // 5 | // Created by yulibo on 2020/3/31. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface UIView (YLBCorner) 14 | 15 | #pragma mark - 设置圆角 16 | - (void)ylb_Set_View_Left_Right_Corner:(CGSize)cornerRadii; 17 | - (void)ylb_Set_View_Corner:(CGSize)cornerRadii corners:(UIRectCorner)corners; 18 | - (void)ylb_Set_View_TopLeft_ArcCenter:(CGPoint)center radius:(CGFloat)radius; 19 | @end 20 | 21 | NS_ASSUME_NONNULL_END 22 | -------------------------------------------------------------------------------- /Example/Pods/YLBProUI/YLBProUI/Classes/Button/YLBLabelImageButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBLabelImageButton.h 3 | // YLBProUI_Example 4 | // 5 | // Created by yulibo on 2020/3/26. 6 | // Copyright © 2020 ProBobo. All rights reserved. 7 | // 8 | 9 | #import "YLBBaseButton.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface YLBLabelImageButton : YLBBaseButton 14 | @property(nonatomic, strong) UILabel *ylbTitleLabel; 15 | @property(nonatomic, strong) UIImageView *ylbImageView; 16 | 17 | - (void)setButtonRect:(CGRect)buttonRect titleRect:(CGRect)titleRect imageViewRect:(CGRect)imageViewRect; 18 | @end 19 | 20 | NS_ASSUME_NONNULL_END 21 | -------------------------------------------------------------------------------- /Example/Pods/Local Podspecs/YLBDServices.podspec.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "YLBDServices", 3 | "version": "0.1.0", 4 | "summary": "A short description of YLBDServices.", 5 | "description": "TODO: Add long description of the pod here.", 6 | "homepage": "https://github.com/余礼钵/YLBDServices", 7 | "license": { 8 | "type": "MIT", 9 | "file": "LICENSE" 10 | }, 11 | "authors": { 12 | "余礼钵": "564885081@qq.com" 13 | }, 14 | "source": { 15 | "git": "https://github.com/余礼钵/YLBDServices.git", 16 | "tag": "0.1.0" 17 | }, 18 | "platforms": { 19 | "ios": "10.0" 20 | }, 21 | "source_files": "YLBDServices/Classes/**/*" 22 | } 23 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/TextField/YLBUnCopyTextField.m: -------------------------------------------------------------------------------- 1 | // 2 | // YLBUnCopyTextField.m 3 | // Pods-YLBCommon_Example 4 | // 5 | // Created by yulibo on 2020/8/20. 6 | // 7 | 8 | #import "YLBUnCopyTextField.h" 9 | 10 | @implementation YLBUnCopyTextField 11 | 12 | - (BOOL)canPerformAction:(SEL)action withSender:(id)sender 13 | { 14 | if (action == @selector(paste:))//禁止粘贴 15 | return NO; 16 | if (action == @selector(select:))// 禁止选择 17 | return NO; 18 | if (action == @selector(selectAll:))// 禁止全选 19 | return NO; 20 | return [super canPerformAction:action withSender:sender]; 21 | } 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /Example/YLBDesign/YLBViewController.m: -------------------------------------------------------------------------------- 1 | // 2 | // YLBViewController.m 3 | // YLBDesign 4 | // 5 | // Created by 余礼钵 on 10/02/2022. 6 | // Copyright (c) 2022 余礼钵. All rights reserved. 7 | // 8 | 9 | #import "YLBViewController.h" 10 | 11 | @interface YLBViewController () 12 | 13 | @end 14 | 15 | @implementation YLBViewController 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 30 | -------------------------------------------------------------------------------- /Example/Pods/YLBModule/YLBModule/Classes/YLBModuleManager.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBModuleManager.h 3 | // YLBModule 4 | // 5 | // Created by yulibo on 2020/3/11. 6 | // 7 | 8 | #import 9 | #import "YLBModuleProtocol.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface YLBModuleManager : NSObject 14 | + (instancetype)sharedInstance; 15 | 16 | //@property (strong, nonatomic) UIWindow *window; 17 | //@property(nonatomic, copy) UIWindow * (^getUIWindow)(void); 18 | @property(nonatomic, weak) id delegate; 19 | - (void)registerModuleClass:(Class)moduleClass; 20 | 21 | @end 22 | 23 | NS_ASSUME_NONNULL_END 24 | -------------------------------------------------------------------------------- /Example/Pods/YLBModule/YLBModule/Classes/YLBServiceManager.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBServiceManager.h 3 | // YLBModule_Example 4 | // 5 | // Created by yulibo on 2020/3/12. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface YLBServiceManager : NSObject 14 | + (instancetype)sharedInstance; 15 | 16 | - (void)registerService:(Protocol *)service implClass:(Class)implClass; 17 | - (id)createService:(Protocol *)service; 18 | - (void)impService:(Protocol *)service target:(id)target; 19 | - (NSMutableArray *)impOfProtocol:(Protocol *)service; 20 | @end 21 | 22 | NS_ASSUME_NONNULL_END 23 | -------------------------------------------------------------------------------- /Example/Pods/Local Podspecs/YLBDHome.podspec.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "YLBDHome", 3 | "version": "0.1.0", 4 | "summary": "YLBDHome.", 5 | "description": "TODO: Add long description of the pod here.", 6 | "homepage": "https://github.com/YuliboTeam/YLBDHome", 7 | "license": { 8 | "type": "MIT", 9 | "file": "LICENSE" 10 | }, 11 | "authors": { 12 | "余礼钵": "564885081@qq.com" 13 | }, 14 | "source": { 15 | "git": "https://github.com/YuliboTeam/YLBDHome.git", 16 | "tag": "0.1.0" 17 | }, 18 | "platforms": { 19 | "ios": "10.0" 20 | }, 21 | "source_files": "YLBDHome/Classes/**/*", 22 | "dependencies": { 23 | "YLBDBasePod": [ 24 | 25 | ] 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /Example/Pods/Local Podspecs/YLBDMine.podspec.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "YLBDMine", 3 | "version": "0.1.0", 4 | "summary": "YLBDMine.", 5 | "description": "TODO: Add long description of the pod here.", 6 | "homepage": "https://github.com/YuliboTeam/YLBDMine", 7 | "license": { 8 | "type": "MIT", 9 | "file": "LICENSE" 10 | }, 11 | "authors": { 12 | "余礼钵": "564885081@qq.com" 13 | }, 14 | "source": { 15 | "git": "https://github.com/YuliboTeam/YLBDMine.git", 16 | "tag": "0.1.0" 17 | }, 18 | "platforms": { 19 | "ios": "10.0" 20 | }, 21 | "source_files": "YLBDMine/Classes/**/*", 22 | "dependencies": { 23 | "YLBDBasePod": [ 24 | 25 | ] 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /Example/Pods/Local Podspecs/YLBProUI.podspec.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "YLBProUI", 3 | "version": "0.1.0", 4 | "summary": "YLBProUI.", 5 | "description": "TODO: Add long description of the pod here.", 6 | "homepage": "https://github.com/YuliboTeam/YLBProUI", 7 | "license": { 8 | "type": "MIT", 9 | "file": "LICENSE" 10 | }, 11 | "authors": { 12 | "ProBobo": "564885081@qq.com" 13 | }, 14 | "source": { 15 | "git": "https://github.com/YuliboTeam/YLBProUI.git", 16 | "tag": "0.1.0" 17 | }, 18 | "platforms": { 19 | "ios": "8.0" 20 | }, 21 | "source_files": "YLBProUI/Classes/**/*", 22 | "dependencies": { 23 | "YLBCommon": [ 24 | 25 | ] 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /Example/Pods/Local Podspecs/YLBDDetail.podspec.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "YLBDDetail", 3 | "version": "0.1.0", 4 | "summary": "YLBDDetail.", 5 | "description": "TODO: Add long description of the pod here.", 6 | "homepage": "https://github.com/YuliboTeam/YLBDDetail", 7 | "license": { 8 | "type": "MIT", 9 | "file": "LICENSE" 10 | }, 11 | "authors": { 12 | "余礼钵": "564885081@qq.com" 13 | }, 14 | "source": { 15 | "git": "https://github.com/YuliboTeam/YLBDDetail.git", 16 | "tag": "0.1.0" 17 | }, 18 | "platforms": { 19 | "ios": "10.0" 20 | }, 21 | "source_files": "YLBDDetail/Classes/**/*", 22 | "dependencies": { 23 | "YLBDBasePod": [ 24 | 25 | ] 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /Example/Pods/Local Podspecs/YLBDRouter.podspec.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "YLBDRouter", 3 | "version": "0.1.0", 4 | "summary": "YLBDRouter.", 5 | "description": "TODO: Add long description of the pod here.", 6 | "homepage": "https://github.com/YuliboTeam/YLBDRouter", 7 | "license": { 8 | "type": "MIT", 9 | "file": "LICENSE" 10 | }, 11 | "authors": { 12 | "余礼钵": "564885081@qq.com" 13 | }, 14 | "source": { 15 | "git": "https://github.com/YuliboTeam/YLBDRouter.git", 16 | "tag": "0.1.0" 17 | }, 18 | "platforms": { 19 | "ios": "10.0" 20 | }, 21 | "source_files": "YLBDRouter/Classes/**/*", 22 | "dependencies": { 23 | "JLRoutes": [ 24 | 25 | ] 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/YLBCommon.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBCommon.h 3 | // YLBCommon 4 | // 5 | // Created by yulibo on 2020/3/24. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #ifndef YLBCommon_h 10 | #define YLBCommon_h 11 | 12 | #import "YLBCommonDefines.h" 13 | #import "UIScrollView+YLBAdjustment.h" 14 | #import "UIView+YLBFrame.h" 15 | #import "UIView+YLBCorner.h" 16 | #import "UIView+YLBShadow.h" 17 | 18 | #import "NSString+YLBAttribute.h" 19 | #import "NSString+YLBSize.h" 20 | #import "UIColor+YLBColor.h" 21 | 22 | #import "YLBFrequeControl.h" 23 | 24 | #import "YLBAnimationDelegateManager.h" 25 | 26 | #import "NSNumber+Formatter.h" 27 | 28 | #endif /* YLBCommon_h */ 29 | -------------------------------------------------------------------------------- /Example/Pods/Local Podspecs/JLRoutes.podspec.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "JLRoutes", 3 | "version": "2.1", 4 | "summary": "URL routing library for iOS with a simple block-based API.", 5 | "homepage": "https://github.com/joeldev/JLRoutes", 6 | "license": "BSD 3-Clause \"New\" License", 7 | "authors": { 8 | "Joel Levin": "joel@joeldev.com" 9 | }, 10 | "source": { 11 | "git": "https://github.com/joeldev/JLRoutes.git", 12 | "tag": "2.1" 13 | }, 14 | "frameworks": "Foundation", 15 | "requires_arc": true, 16 | "source_files": [ 17 | "JLRoutes", 18 | "JLRoutes/*.{h,m}" 19 | ], 20 | "platforms": { 21 | "ios": "8.0", 22 | "osx": "10.10", 23 | "tvos": "9.0" 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/TableView/YLBBaseTableViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBBaseTableViewController.h 3 | // YLBCommon_Example 4 | // 5 | // Created by yulibo on 2020/3/23. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @protocol YLBBaseTableViewControllerDelegate 14 | 15 | @optional 16 | - (UITableViewStyle)getUITableViewStyle; 17 | @end 18 | 19 | @interface YLBBaseTableViewController : UIViewController 20 | @property(nonatomic, strong) UITableView *tableView; 21 | 22 | - (void)setupBaseSubviews; 23 | @end 24 | 25 | NS_ASSUME_NONNULL_END 26 | -------------------------------------------------------------------------------- /Example/Pods/YLBProUI/YLBProUI/Classes/Button/YLBImageButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBImageButton.h 3 | // YLBProUI_Example 4 | // 5 | // Created by yulibo on 2020/3/27. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #import "YLBBaseButton.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @protocol YLBImageButtonDelegate 14 | 15 | @optional 16 | 17 | @end 18 | 19 | @interface YLBImageButton : YLBBaseButton 20 | @property(nonatomic, strong) UIImageView *ylbImageView; 21 | 22 | @property(nonatomic, weak) id ylbDelegate; 23 | /** 24 | 设置button和imageView的坐标 25 | */ 26 | - (void)setButtonRect:(CGRect)buttonRect imageViewRect:(CGRect)imageViewRect; 27 | 28 | @end 29 | 30 | NS_ASSUME_NONNULL_END 31 | -------------------------------------------------------------------------------- /Example/Pods/MJExtension/MJExtension/NSString+MJExtension.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+MJExtension.h 3 | // MJExtensionExample 4 | // 5 | // Created by MJ Lee on 15/6/7. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MJExtensionConst.h" 11 | 12 | @interface NSString (MJExtension) 13 | /** 14 | * 驼峰转下划线(loveYou -> love_you) 15 | */ 16 | - (NSString *)mj_underlineFromCamel; 17 | /** 18 | * 下划线转驼峰(love_you -> loveYou) 19 | */ 20 | - (NSString *)mj_camelFromUnderline; 21 | /** 22 | * 首字母变大写 23 | */ 24 | - (NSString *)mj_firstCharUpper; 25 | /** 26 | * 首字母变小写 27 | */ 28 | - (NSString *)mj_firstCharLower; 29 | 30 | - (BOOL)mj_isPureInt; 31 | 32 | - (NSURL *)mj_url; 33 | @end 34 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/Manager/YLBBundleManager.h: -------------------------------------------------------------------------------- 1 | // 2 | // YLBBundleManager.h 3 | // YLBCommon_Example 4 | // 5 | // Created by yulibo on 2020/3/28. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface YLBBundleManager : NSObject 14 | 15 | /** 16 | 17 | 注册Pod编译后产生的Bundle路径 18 | 19 | @param aClass 当前的类,传[self class]即可 20 | @param podName 编译后Pod库产生的bundle名称(对应Pod库的名称),例如Pod的名称为YLBResource,对应的podName名称就是YLBResource 21 | */ 22 | - (NSBundle *)ylb_rigisterBundleForClass:(Class)aClass URLForResource:(NSString *)podName; 23 | /** 24 | 获取bundle 25 | */ 26 | - (NSBundle *)ylb_bundle; 27 | @end 28 | 29 | NS_ASSUME_NONNULL_END 30 | -------------------------------------------------------------------------------- /Example/Pods/MJExtension/MJExtension/MJPropertyKey.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJPropertyKey.h 3 | // MJExtensionExample 4 | // 5 | // Created by MJ Lee on 15/8/11. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | typedef enum { 12 | MJPropertyKeyTypeDictionary = 0, // 字典的key 13 | MJPropertyKeyTypeArray // 数组的key 14 | } MJPropertyKeyType; 15 | 16 | /** 17 | * 属性的key 18 | */ 19 | @interface MJPropertyKey : NSObject 20 | /** key的名字 */ 21 | @property (copy, nonatomic) NSString *name; 22 | /** key的种类,可能是@"10",可能是@"age" */ 23 | @property (assign, nonatomic) MJPropertyKeyType type; 24 | 25 | /** 26 | * 根据当前的key,也就是name,从object(字典或者数组)中取值 27 | */ 28 | - (id)valueInObject:(id)object; 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/Animation/YLBAnimationDelegateManager.m: -------------------------------------------------------------------------------- 1 | // 2 | // YLBAnimationDelegateManager.m 3 | // Pods-YLBCommon_Example 4 | // 5 | // Created by yulibo on 2020/10/9. 6 | // 7 | 8 | #import "YLBAnimationDelegateManager.h" 9 | 10 | @implementation YLBAnimationDelegateManager 11 | - (void)animationDidStart:(CAAnimation *)anim { 12 | if (_delegate && [_delegate respondsToSelector:@selector(animationDidStart:)]) { 13 | [_delegate animationDidStart:anim]; 14 | } 15 | } 16 | - (void)animationDidStop:(CAAnimation *)anim finished:(BOOL)flag { 17 | if (_delegate && [_delegate respondsToSelector:@selector(animationDidStop:finished:)]) { 18 | [_delegate animationDidStop:anim finished:flag]; 19 | } 20 | } 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Example/Tests/Tests.m: -------------------------------------------------------------------------------- 1 | // 2 | // YLBDesignTests.m 3 | // YLBDesignTests 4 | // 5 | // Created by 余礼钵 on 10/02/2022. 6 | // Copyright (c) 2022 余礼钵. All rights reserved. 7 | // 8 | 9 | @import XCTest; 10 | 11 | @interface Tests : XCTestCase 12 | 13 | @end 14 | 15 | @implementation Tests 16 | 17 | - (void)setUp 18 | { 19 | [super setUp]; 20 | // Put setup code here. This method is called before the invocation of each test method in the class. 21 | } 22 | 23 | - (void)tearDown 24 | { 25 | // Put teardown code here. This method is called after the invocation of each test method in the class. 26 | [super tearDown]; 27 | } 28 | 29 | - (void)testExample 30 | { 31 | XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); 32 | } 33 | 34 | @end 35 | 36 | -------------------------------------------------------------------------------- /Example/Pods/MJExtension/MJExtension/MJPropertyKey.m: -------------------------------------------------------------------------------- 1 | // 2 | // MJPropertyKey.m 3 | // MJExtensionExample 4 | // 5 | // Created by MJ Lee on 15/8/11. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJPropertyKey.h" 10 | 11 | @implementation MJPropertyKey 12 | 13 | - (id)valueInObject:(id)object 14 | { 15 | if ([object isKindOfClass:[NSDictionary class]] && self.type == MJPropertyKeyTypeDictionary) { 16 | return object[self.name]; 17 | } else if ([object isKindOfClass:[NSArray class]] && self.type == MJPropertyKeyTypeArray) { 18 | NSArray *array = object; 19 | NSUInteger index = self.name.intValue; 20 | if (index < array.count) return array[index]; 21 | return nil; 22 | } 23 | return nil; 24 | } 25 | @end 26 | -------------------------------------------------------------------------------- /Example/Tests/Tests-Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | $(PRODUCT_BUNDLE_IDENTIFIER) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | BNDL 15 | CFBundleShortVersionString 16 | 1.0 17 | CFBundleSignature 18 | ???? 19 | CFBundleVersion 20 | 1 21 | 22 | 23 | -------------------------------------------------------------------------------- /Example/Pods/Local Podspecs/YLBDesign.podspec.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "YLBDesign", 3 | "version": "0.1.0", 4 | "summary": "YLBDesign.", 5 | "description": "TODO: Add long description of the pod here.", 6 | "homepage": "https://github.com/ProBobo/YLBDesign", 7 | "license": { 8 | "type": "MIT", 9 | "file": "LICENSE" 10 | }, 11 | "authors": { 12 | "余礼钵": "564885081@qq.com" 13 | }, 14 | "source": { 15 | "git": "https://github.com/ProBobo/YLBDesign.git", 16 | "tag": "0.1.0" 17 | }, 18 | "platforms": { 19 | "ios": "10.0" 20 | }, 21 | "source_files": "YLBDesign/Classes/**/*", 22 | "resource_bundles": { 23 | "YLBDesign": [ 24 | "YLBDesign/Assets/*" 25 | ] 26 | }, 27 | "dependencies": { 28 | "YLBDBasePod": [ 29 | 30 | ] 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/Manager/YLBBundleManager.m: -------------------------------------------------------------------------------- 1 | // 2 | // YLBBundleManager.m 3 | // YLBCommon_Example 4 | // 5 | // Created by yulibo on 2020/3/28. 6 | // Copyright © 2020 余礼钵. All rights reserved. 7 | // 8 | 9 | #import "YLBBundleManager.h" 10 | 11 | @interface YLBBundleManager () 12 | @property(nonatomic, strong) NSBundle *bundle; 13 | @end 14 | 15 | @implementation YLBBundleManager 16 | 17 | - (NSBundle *)ylb_rigisterBundleForClass:(Class)aClass URLForResource:(NSString *)podName { 18 | NSURL *url = [[NSBundle bundleForClass:aClass] URLForResource:podName withExtension:@"bundle"]; 19 | NSBundle *bundle = [NSBundle bundleWithURL:url]; 20 | self.bundle = bundle; 21 | return bundle; 22 | } 23 | 24 | - (NSBundle *)ylb_bundle { 25 | return self.bundle; 26 | } 27 | @end 28 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/QMUIKit/QMUIKit.debug.xcconfig: -------------------------------------------------------------------------------- 1 | CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO 2 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/QMUIKit 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/QMUIKit" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/QMUIKit" 5 | PODS_BUILD_DIR = ${BUILD_DIR} 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 7 | PODS_ROOT = ${SRCROOT} 8 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/QMUIKit 9 | PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates 10 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 11 | SKIP_INSTALL = YES 12 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 13 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/JLRoutes/JLRoutes.debug.xcconfig: -------------------------------------------------------------------------------- 1 | CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO 2 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/JLRoutes" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/JLRoutes" 5 | PODS_BUILD_DIR = ${BUILD_DIR} 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 7 | PODS_ROOT = ${SRCROOT} 8 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/JLRoutes 9 | PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates 10 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 11 | SKIP_INSTALL = YES 12 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 13 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/QMUIKit/QMUIKit.release.xcconfig: -------------------------------------------------------------------------------- 1 | CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO 2 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/QMUIKit 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/QMUIKit" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/QMUIKit" 5 | PODS_BUILD_DIR = ${BUILD_DIR} 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 7 | PODS_ROOT = ${SRCROOT} 8 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/QMUIKit 9 | PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates 10 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 11 | SKIP_INSTALL = YES 12 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 13 | -------------------------------------------------------------------------------- /Example/Pods/MJExtension/MJExtension/MJExtension.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJExtension.h 3 | // MJExtension 4 | // 5 | // Created by mj on 14-1-15. 6 | // Copyright (c) 2014年 小码哥. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "NSObject+MJCoding.h" 11 | #import "NSObject+MJProperty.h" 12 | #import "NSObject+MJClass.h" 13 | #import "NSObject+MJKeyValue.h" 14 | #import "NSString+MJExtension.h" 15 | #import "MJExtensionConst.h" 16 | 17 | #import "MJFoundation.h" 18 | 19 | //! Project version number for MJExtension. 20 | FOUNDATION_EXPORT double MJExtensionVersionNumber; 21 | 22 | //! Project version string for MJExtension. 23 | FOUNDATION_EXPORT const unsigned char MJExtensionVersionString[]; 24 | 25 | // In this header, you should import all the public headers of your framework using statements like #import 26 | 27 | 28 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/JLRoutes/JLRoutes.release.xcconfig: -------------------------------------------------------------------------------- 1 | CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO 2 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/JLRoutes" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/JLRoutes" 5 | PODS_BUILD_DIR = ${BUILD_DIR} 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 7 | PODS_ROOT = ${SRCROOT} 8 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/JLRoutes 9 | PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates 10 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 11 | SKIP_INSTALL = YES 12 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 13 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBCommon/YLBCommon.debug.xcconfig: -------------------------------------------------------------------------------- 1 | CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO 2 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/YLBCommon 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/YLBCommon" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/YLBCommon" 5 | PODS_BUILD_DIR = ${BUILD_DIR} 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 7 | PODS_ROOT = ${SRCROOT} 8 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/YLBCommon 9 | PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates 10 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 11 | SKIP_INSTALL = YES 12 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 13 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBCommon/YLBCommon.release.xcconfig: -------------------------------------------------------------------------------- 1 | CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO 2 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/YLBCommon 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/YLBCommon" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/YLBCommon" 5 | PODS_BUILD_DIR = ${BUILD_DIR} 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 7 | PODS_ROOT = ${SRCROOT} 8 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/YLBCommon 9 | PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates 10 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 11 | SKIP_INSTALL = YES 12 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 13 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBModule/YLBModule.debug.xcconfig: -------------------------------------------------------------------------------- 1 | CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO 2 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/YLBModule 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/YLBModule" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/YLBModule" 5 | PODS_BUILD_DIR = ${BUILD_DIR} 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 7 | PODS_ROOT = ${SRCROOT} 8 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/YLBModule 9 | PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates 10 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 11 | SKIP_INSTALL = YES 12 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 13 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBModule/YLBModule.release.xcconfig: -------------------------------------------------------------------------------- 1 | CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO 2 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/YLBModule 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/YLBModule" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/YLBModule" 5 | PODS_BUILD_DIR = ${BUILD_DIR} 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 7 | PODS_ROOT = ${SRCROOT} 8 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/YLBModule 9 | PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates 10 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 11 | SKIP_INSTALL = YES 12 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 13 | -------------------------------------------------------------------------------- /Example/Pods/YLBCommon/YLBCommon/Classes/View/UIView+YLBColor.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIView+YLBColor.h 3 | // Pods-YLBCommon_Example 4 | // 5 | // Created by yulibo on 2020/4/2. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface UIView (YLBColor) 13 | 14 | /* 15 | view 是要设置渐变字体的控件 bgView是view的父视图 colors是渐变的组成颜色 startPoint是渐变开始点 endPoint结束点 16 | */ 17 | + (void)ylbTextGradientview:(UIView *)view bgView:(UIView *)bgView gradientColors:(NSArray *)colors gradientStartPoint:(CGPoint)startPoint endPoint:(CGPoint)endPoint; 18 | /* 19 | control 是要设置渐变字体的控件 bgView是control的父视图 colors是渐变的组成颜色 startPoint是渐变开始点 endPoint结束点 20 | */ 21 | + (void)ylbTextGradientControl:(UIControl *)control bgView:(UIView *)bgView gradientColors:(NSArray *)colors gradientStartPoint:(CGPoint)startPoint endPoint:(CGPoint)endPoint; 22 | @end 23 | 24 | NS_ASSUME_NONNULL_END 25 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/MJExtension/MJExtension.debug.xcconfig: -------------------------------------------------------------------------------- 1 | CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO 2 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/MJExtension 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/MJExtension" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/MJExtension" 5 | PODS_BUILD_DIR = ${BUILD_DIR} 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 7 | PODS_ROOT = ${SRCROOT} 8 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/MJExtension 9 | PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates 10 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 11 | SKIP_INSTALL = YES 12 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 13 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/MJExtension/MJExtension.release.xcconfig: -------------------------------------------------------------------------------- 1 | CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO 2 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/MJExtension 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/MJExtension" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/MJExtension" 5 | PODS_BUILD_DIR = ${BUILD_DIR} 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 7 | PODS_ROOT = ${SRCROOT} 8 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/MJExtension 9 | PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates 10 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 11 | SKIP_INSTALL = YES 12 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 13 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # macOS 2 | .DS_Store 3 | 4 | # Xcode 5 | build/ 6 | *.pbxuser 7 | !default.pbxuser 8 | *.mode1v3 9 | !default.mode1v3 10 | *.mode2v3 11 | !default.mode2v3 12 | *.perspectivev3 13 | !default.perspectivev3 14 | xcuserdata/ 15 | *.xccheckout 16 | *.moved-aside 17 | DerivedData 18 | *.hmap 19 | *.ipa 20 | 21 | # Bundler 22 | .bundle 23 | 24 | # Add this line if you want to avoid checking in source code from Carthage dependencies. 25 | # Carthage/Checkouts 26 | 27 | Carthage/Build 28 | 29 | # We recommend against adding the Pods directory to your .gitignore. However 30 | # you should judge for yourself, the pros and cons are mentioned at: 31 | # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control 32 | # 33 | # Note: if you ignore the Pods directory, make sure to uncomment 34 | # `pod install` in .travis.yml 35 | # 36 | # Pods/ 37 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBDServices/YLBDServices.debug.xcconfig: -------------------------------------------------------------------------------- 1 | CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO 2 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/YLBDServices 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/YLBDServices" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/YLBDServices" 5 | PODS_BUILD_DIR = ${BUILD_DIR} 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 7 | PODS_ROOT = ${SRCROOT} 8 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/YLBDServices 9 | PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates 10 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 11 | SKIP_INSTALL = YES 12 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 13 | -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/YLBDServices/YLBDServices.release.xcconfig: -------------------------------------------------------------------------------- 1 | CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO 2 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/YLBDServices 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/YLBDServices" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/YLBDServices" 5 | PODS_BUILD_DIR = ${BUILD_DIR} 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 7 | PODS_ROOT = ${SRCROOT} 8 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/YLBDServices 9 | PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates 10 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 11 | SKIP_INSTALL = YES 12 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 13 | --------------------------------------------------------------------------------