repo_name stringlengths 5 122 | path stringlengths 3 232 | text stringlengths 6 1.05M |
|---|---|---|
754340156/NQ_quanfu | allrichstore/UI/Home/SelfBusiness/V/PulldownMoreMenuView/PulldownMoreView.h | <filename>allrichstore/UI/Home/SelfBusiness/V/PulldownMoreMenuView/PulldownMoreView.h
//
// PulldownMoreView.h
// allrichstore
//
// Created by 任强宾 on 16/12/1.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@class PulldownMoreView;
//配置的block
typedef void(^PulldownMoreViewConfigur... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Category/NSString+RegexCheck.h | <gh_stars>1-10
//
// NSString+RegexCheck.h
// CommonLibrary
//
// Created by Alexi on 14-2-13.
// Copyright (c) 2014年 CommonLibrary. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSString (RegexCheck)
- (BOOL)matchRegex:(NSString *)regex;
- (BOOL)isValidateMobile;
@end
|
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/UIFramework/PageScrollView.h | //
// PageScrollView.h
// CommonLibrary
//
// Created by <NAME> on 3/5/13.
// Copyright (c) 2013 AlexiChen. All rights reserved.
//
#import <UIKit/UIKit.h>
@class PageScrollView;
@protocol PageScrollViewDelegate <NSObject>
//- (void)onPageScrollView:(PageScrollView *)pageView scrollTransitionTo:(UIScrollView *)... |
754340156/NQ_quanfu | allrichstore/UI/Mine/Main/V/Mine_MainCell.h | //
// Mine_MainCell.h
// allrichstore
//
// Created by zhaozhe on 16/11/7.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseTableViewCell.h"
@class UserModel;
@interface Mine_MainCell : BaseTableViewCell
/** 图标 */
@property(nonatomic,copy) NSString * icon;
/** 标题 */
@property(nonatomic,copy) ... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Main/V/firstView/SecondCell/GD_ActiveCell.h | <reponame>754340156/NQ_quanfu
//
// GD_ActiveCell.h
// allrichstore
//
// Created by zhaozhe on 16/11/1.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseTableViewCell.h"
@class GoodsDetailActiveModel;
@interface GD_ActiveCell : BaseTableViewCell
/** model */
@property(nonatomic,strong) GoodsD... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/UIFramework/UIFramework.h | <gh_stars>1-10
//
// UIFramework.h
// CommonLibrary
//
// Created by Alexi on 13-11-6.
// Copyright (c) 2013年 ywchen. All rights reserved.
//
#ifndef CommonLibrary_UIFramework_h
#define CommonLibrary_UIFramework_h
#import "UIViewController+Layout.h"
#import "NavigationViewController.h"
#if kSupportScrollControl... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBUIClass/QButton.h | //
// QButton.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/8.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
typedef NS_ENUM(NSInteger, QButtonStyle)
{
QButtonStyleNormal = 0,
QButtonStyleImageRight,
QButtonStyleImageTop,
QButtonStyleImageBottom,
};
typedef NS_ENUM(NSIn... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UINavigationController++/UINavigationController+QBTransition.h | //
// UINavigationController+QBTransition.h
// allrichstore
//
// Created by 任强宾 on 16/11/2.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UINavigationController (QBTransition)
//push
- (void)pushVC:(UIViewController *)vc animated:(BOOL)animated;
////pop
//- (UIViewC... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UILabel++/UILabel+Compute.h | <reponame>754340156/NQ_quanfu
//
// UILabel+Compute.h
// LiveTest
//
// Created by 任强宾 on 16/9/14.
// Copyright © 2016年 NeiQuan. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UILabel (Compute)
//计算字符串宽度(单行)
- (CGFloat)getWidth;
//计算字符串的高度(单行)
- (CGFloat)getHeight;
//计算文字绘制所需大小
- (CGSize)getSize;
... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodList/C/GoodsListSecondStyleVC.h | <filename>allrichstore/UI/Common/GoodList/C/GoodsListSecondStyleVC.h<gh_stars>1-10
//
// GoodsListSecondStyleVC.h
// allrichstore
//
// Created by 任强宾 on 16/11/9.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
/*第二种样式的商品列表控制器*/
@interface GoodsListSecondStyleVC : BaseVC
@property (non... |
754340156/NQ_quanfu | allrichstore/UI/Home/Main/V/GoodsHorizontalLayoutCell.h | <gh_stars>1-10
//
// GoodsHorizontalLayoutCell.h
// allrichstore
//
// Created by zhaozhe on 16/10/31.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseCollectionViewCell.h"
@class GoodsModel;
@interface GoodsHorizontalLayoutCell : BaseCollectionViewCell
/** model */
@property(nonatomic,stron... |
754340156/NQ_quanfu | allrichstore/UI/Common/Main/C/TabBarVC.h | //
// TabBarVC.h
// LiveTest
//
// Created by 任强宾 on 16/8/18.
// Copyright © 2016年 NeiQuan. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface TabBarVC : UITabBarController
@end
|
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Category/KeyChainHelper.h | //
// KeyChainHelper.h
// CommonLibrary
//
// Created by Alexi on 14-2-19.
// Copyright (c) 2014年 CommonLibrary. All rights reserved.
//
#if kSupportKeyChainHelper
#import <Foundation/Foundation.h>
@interface KeyChainHelper : NSObject
+ (void)addService:(NSString *)service withKey:(NSString *)key;
+ (NSString ... |
754340156/NQ_quanfu | allrichstore/UI/Home/Main/V/CollectionViewChangeLayout.h | <filename>allrichstore/UI/Home/Main/V/CollectionViewChangeLayout.h
//
// CollectionViewChangeLayout.h
// allrichstore
//
// Created by zhaozhe on 16/10/31.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
typedef NS_ENUM(NSInteger, ChangeLayoutType) {
ChangeLayoutList,//列表样式
... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIView++/UIViewCategoryHeader.h | <gh_stars>1-10
//
// UIViewCategoryHeader.h
// MeiYiQuan
//
// Created by 任强宾 on 16/9/29.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef UIViewCategoryHeader_h
#define UIViewCategoryHeader_h
#import "UIView+QBAdditions.h" //布局
#import "UIView+OwnVC.h" //所在控制器
#import "UIView+SubView.h" //子... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodList/V/GoodsTwoListSecondStyleCell.h | <gh_stars>1-10
//
// GoodsTwoListSecondStyleCell.h
// allrichstore
//
// Created by 任强宾 on 16/11/9.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseCollectionViewCell.h"
#import "GoodsModel.h" //商品model
@interface GoodsTwoListSecondStyleCell : BaseCollectionViewCell
//价格
@property (nonatomi... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/TabMenuView/TabMenuView.h | //
// TabMenuView.h
// allrichstore
//
// Created by 任强宾 on 16/11/28.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@protocol TabMenuModelAble <NSObject>
@optional
- (NSString *)qbTitle;
- (NSString *)qbImgUrl;
- (NSString *)qbImgName;
@end
@class TabMenuView;
//配置参数的block
ty... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIImage++/UIImage+Blurry.h | <gh_stars>1-10
//
// UIImage+Blurry.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/15.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIImage (Blurry)
- (UIImage *)blurredImageWithRadius:(CGFloat)radius iterations:(NSUInteger)iterations tintColor:(UIColor *)tintColor;
@end
|
754340156/NQ_quanfu | allrichstore/UI/ShoppingCart/Main/V/ShoppingCartHeaderView.h | //
// ShoppingCartCell_HeaderView.h
// allrichstore
//
// Created by zhaozhe on 16/11/15.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@class ShoppingCartModel;
@interface ShoppingCartHeaderView : UITableViewHeaderFooterView
/** model */
@property(nonatomic,strong) ShoppingCartM... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/CommonView/MenuButton.h | <reponame>754340156/NQ_quanfu<gh_stars>1-10
//
// MenuButton.h
// CommonLibrary
//
// Created by AlexiChen on 14-1-17.
// Copyright (c) 2014年 CommonLibrary. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "MenuAbleItem.h"
#import "MenuItem.h"
@interface MenuButton : UIButton<MenuAbleItem>
@property (non... |
754340156/NQ_quanfu | allrichstore/Library/SGPickerView_DatePicker/SGDatePicker.h | <filename>allrichstore/Library/SGPickerView_DatePicker/SGDatePicker.h
//
// SGDatePicker.h
// SGPickerView_DatePickerExample
//
// Created by Sorgle on 16/9/23.
// Copyright © 2016年 Sorgle. All rights reserved.
//
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - //
//
// - - 如在使用中, 遇... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Main/V/firstView/GoodsDetailHeaderView.h | <filename>allrichstore/UI/Common/GoodDetail/Main/V/firstView/GoodsDetailHeaderView.h
//
// GoodsDetailHeaderView.h
// allrichstore
//
// Created by zhaozhe on 16/11/1.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@class GoodsDetailModel;
@protocol GoodsDetailHeaderViewDelegate <N... |
754340156/NQ_quanfu | allrichstore/AppDelegate/AppDelegate.h | <reponame>754340156/NQ_quanfu
//
// AppDelegate.h
// MeiYiQuan
//
// Created by 任强宾 on 16/9/26.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "BaseAppDelegate.h"
#import "TabBarVC.h"
@interface AppDelegate : BaseAppDelegate<UIApplicationDelegate>
@property (nonatomic, strong) ... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/UIFramework/LibraryScrollView.h | //
// LibraryScrollView.h
//
//
// Created by Alexi on 3/12/14.
// Copyright (c) 2014 Harman. All rights reserved.
//
#if kSupportLibraryPage
#import "PageScrollView.h"
@interface LibraryScrollView : PageScrollView
@property (nonatomic, weak) UIViewController *ownController;
@end
#endif |
754340156/NQ_quanfu | allrichstore/UI/Common/Search/V/SearchMatchCell.h | <filename>allrichstore/UI/Common/Search/V/SearchMatchCell.h
//
// SearchMatchCell.h
// allrichstore
//
// Created by 任强宾 on 16/11/8.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseTableViewCell.h"
@interface SearchMatchCell : BaseTableViewCell
@end
|
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/NSArray++/NSArray+qbSort.h | //
// NSArray+qbSort.h
// allrichstore
//
// Created by 任强宾 on 16/12/15.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSArray (qbSort)
//排序(正序)
- (NSMutableArray *)sortASWithKey:(NSString *)key;
//排序(倒序)
- (NSMutableArray *)sortDesWithKey:(NSString *)key;
... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/NSArray++/NSMutableArray+QBArray.h | //
// NSMutableArray+QBArray.h
// allrichstore
//
// Created by 任强宾 on 16/11/8.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSMutableArray (QBArray)
//插入一个字符串在最前面(如果已存在相同字符串,把原有字符串调整在最前面)
- (void)insetFirstEachString:(NSString *)string;
@end
|
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIViewController++/UIViewControllerCategrayHeader.h | <reponame>754340156/NQ_quanfu<gh_stars>1-10
//
// UIViewControllerCategrayHeader.h
// allrichstore
//
// Created by 任强宾 on 16/11/2.
// Copyright © 2016年 allrich88. All rights reserved.
//
#ifndef UIViewControllerCategrayHeader_h
#define UIViewControllerCategrayHeader_h
#import "UIViewController+Transition.h"
#en... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodList/GoodsFilterView/C/GoodsFilterView.h | <filename>allrichstore/UI/Common/GoodList/GoodsFilterView/C/GoodsFilterView.h
//
// GoodsFilterView.h
// allrichstore
//
// Created by 任强宾 on 16/11/16.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
//商品属性列表的协议
@protocol GoodsPropertyAble <NSObject>
//是否全部展开
@property (nonatomic,... |
754340156/NQ_quanfu | allrichstore/UI/Home/Main/V/ChoiceGoodsTitleView.h | //
// ChoiceGoodsTitleView.h
// allrichstore
//
// Created by zhaozhe on 16/10/31.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@protocol ChoiceGoodsTitleViewDelegate <NSObject>
/** 点击按钮 */
- (void)ChoiceGoodsTitleViewDelegate_clickBtn:(UIButton * _Nonnull)sender;
@end
@inter... |
754340156/NQ_quanfu | allrichstore/UI/Common/Search/C/SearchVC.h | //
// SearchVC.h
// allrichstore
//
// Created by 任强宾 on 16/11/8.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
@class SearchResultVC;
@interface SearchVC : BaseVC
//模态出self的控制器的 导航控制器
@property (nonatomic, strong) UINavigationController *frontNC;
//搜索结果列表控制器
@property (nonatomic, s... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Animation/AnimationHeaders.h |
//
// AnimationHeaders.h
// CommonLibrary
//
// Created by Alexi on 3/8/14.
// Copyright (c) 2014 CommonLibrary. All rights reserved.
//
#ifndef CommonLibrary_AnimationHeaders_h
#define CommonLibrary_AnimationHeaders_h
#if kSupportADTransition
#import "ADHeaders.h"
#endif
#if kSupportFTAnimation
#import "FTAnim... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/UIFramework/MenuItem.h | //
// MenuItem.h
// CommonLibrary
//
// Created by Alexi on 14-1-16.
// Copyright (c) 2014年 CommonLibrary. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "MenuAbleItem.h"
@interface MenuItem : NSObject<MenuAbleItem>
{
@protected
NSString *_title;
UIImage *_icon;
}
@property (no... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/HorLineLabelView/HorLineLabelView.h | //
// HorLineLabelView.h
// StarStory
//
// Created by 任强宾 on 16/12/7.
// Copyright © 2016年 NeiQuan. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface HorLineLabelView : UIView
/**
frame方式:初始化
@param frame frame
@param text label的内容
@param textColor label的文字颜色
@param font labe... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/CommonView/CheckButton.h | //
// CheckButton.h
// CommonLibrary
//
// Created by Alexi on 14-1-19.
// Copyright (c) 2014年 CommonLibrary. All rights reserved.
//
#if kSupportUnusedCommonView
#import <UIKit/UIKit.h>
#import "MenuButton.h"
@class CheckButton;
typedef void (^CheckButtonAction)(CheckButton *btn);
@interface CheckButton : UICo... |
754340156/NQ_quanfu | allrichstore/UI/GoodsClass/Main/C/GoodsClassVC.h | //
// GoodsClassVC.h
// allrichstore
//
// Created by 任强宾 on 16/10/27.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
//左侧折叠菜单的宽度
#define kFoldMenuView_Width Adapted(90)
//右侧collection的cell的边距
#define kCollectionCell_Margin Adapted(10)
//右侧collection的宽度
#define kCollectionView_... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/UIFramework/NavigationViewController.h | //
// NavigationViewController.h
//
//
// Created by Alexi on 13-7-3.
// Copyright (c) 2013年 . All rights reserved.
//
#import <UIKit/UIKit.h>
@interface NavigationViewController : UINavigationController
@property (nonatomic, assign) BOOL asChild;
@property (nonatomic, assign) CGSize childSize;
//- (void)set... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Comment/V/CommentHeaderCell.h | //
// CommentHeaderCell.h
// allrichstore
//
// Created by zhaozhe on 16/11/3.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseTableViewCell.h"
@protocol CommentHeaderCellDelegate <NSObject>
/** 点击按钮 */
- (void)CommentHeaderCellDelegate_clickButtonWithButton:(UIButton *)sender Index:(NSInte... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Choose/V/GoodsDetailChooseView.h | <filename>allrichstore/UI/Common/GoodDetail/Choose/V/GoodsDetailChooseView.h
//
// GoodsDetailChooseView.h
// allrichstore
//
// Created by zhaozhe on 16/11/17.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@class ChooseModel;
@protocol GoodsDetailChooseViewDelegate <NSObject>
/**... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/ButtonsView.h | //
// ButtonsView.h
// AmapRoutePlanning
//
// Created by 任强宾 on 16/5/6.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
@class ButtonsView;
@protocol ButtonsViewDelegate <NSObject>
- (void)btsView:(ButtonsView *)btnView IsClicked:(UIButton *)btn atIndex:(NSInteger)index isRepeatTouch:(... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIScrollView++/UIScrollViewCategoryHeader.h | //
// UIScrollViewCategoryHeader.h
// MeiYiQuan
//
// Created by 任强宾 on 16/9/29.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef UIScrollViewCategoryHeader_h
#define UIScrollViewCategoryHeader_h
#import "UIScrollView+Touch.h" //touch
#import "UIScrollView+qbExtension.h" //设置inset
#endif /* ... |
754340156/NQ_quanfu | allrichstore/UI/Common/Shop/V/ShopCycleScrollCell.h | <reponame>754340156/NQ_quanfu
//
// ShopCycleScrollCell.h
// allrichstore
//
// Created by 任强宾 on 16/11/10.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseCollectionViewCell.h"
@interface ShopCycleScrollCell : BaseCollectionViewCell
@property (nonatomic, strong) SDCycleScrollView *cycleScro... |
754340156/NQ_quanfu | allrichstore/UI/Common/Invoice/C/InvoiceVC.h | //
// InvoiceVC.h
// allrichstore
//
// Created by 任强宾 on 16/11/18.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
#import "InvoiceModel.h" //发票信息model
typedef void(^InvoiceBlock)(InvoiceModel *invoiceModel);
@interface InvoiceVC : BaseVC
//发票block:返回一个下单方选择好的发票信息model
- (instance... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Main/V/secondView/GoodsDetailSecondView.h | <reponame>754340156/NQ_quanfu
//
// GoodsDetailSecondView.h
// allrichstore
//
// Created by zhaozhe on 16/11/3.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "GD_SecondTableView.h"
@interface GoodsDetailSecondView : UIView
/** <#注释#> */
@property(nonatomic,strong) UIScro... |
754340156/NQ_quanfu | allrichstore/UI/Register/C/SetupPwVC.h | <reponame>754340156/NQ_quanfu
//
// SetupPwVC.h
// allrichstore
//
// Created by 任强宾 on 16/11/14.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "ResetPwVC.h"
@interface SetupPwVC : ResetPwVC
@end
|
754340156/NQ_quanfu | allrichstore/UI/ShoppingCart/CreateOrder/M/CreateOrderModel.h | //
// CreateOrderModel.h
// allrichstore
//
// Created by zhaozhe on 16/11/16.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseModel.h"
/***************** headerView ***********************/
#define kLabelH 20.0f
#define kAddressW 286.0f
#define kAddressFont Font_Mid
/***************** 服务相关... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/UIFramework/KeyValue.h | <gh_stars>1-10
//
// KeyValue.h
// CommonLibrary
//
// Created by Alexi on 14-7-22.
// Copyright (c) 2014年 <NAME>. All rights reserved.
//
#import <Foundation/Foundation.h>
@protocol KeyValueAble;
typedef void (^KeyValueAction)(id<KeyValueAble> menu);
@protocol KeyValueAble <NSObject>
@property (nonatomic, copy... |
754340156/NQ_quanfu | Pods/Target Support Files/FSCalendar/FSCalendar-umbrella.h | <filename>Pods/Target Support Files/FSCalendar/FSCalendar-umbrella.h
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
#import "FSCalendar.h"
#import "FSCalendarAnimator.h"
#import "FSCalendarAppearance.h"
#import "FSCalendarCalculator.h"
#import "FSCalendarCell.h"
#import "FSCalendarCollectionView.h"
#import "FSCalendar... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIWindow++/UIWindowCategoryHeader.h | <gh_stars>1-10
//
// UIWindowCategoryHeader.h
// MeiYiQuan
//
// Created by 任强宾 on 16/9/29.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef UIWindowCategoryHeader_h
#define UIWindowCategoryHeader_h
#endif /* UIWindowCategoryHeader_h */
|
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Category/CommonCatetory.h | <filename>allrichstore/Tools/CommonLibrary/Category/CommonCatetory.h
//
// CommonCatetory.h
// CommonLibrary
//
// Created by Alexi on 13-11-6.
// Copyright (c) 2013年 ywchen. All rights reserved.
//
#ifndef CommonLibrary_CommonCatetory_h
#define CommonLibrary_CommonCatetory_h
#import "UIImage+TintColor.h"
#imp... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/SlideWindowVC.h | <filename>allrichstore/Tools/QBClass/QBViewClass/SlideWindowVC.h<gh_stars>1-10
//
// SlideWindowVC.h
// allrichstore
//
// Created by 任强宾 on 16/11/15.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
typedef NS_ENUM(NSInteger, SlideType)
{
SlideTypeFromCenter = 0,
SlideTypeF... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIImage++/UIImageCategoryHeader.h | <filename>allrichstore/Tools/QBClass/QBCategory/UIImage++/UIImageCategoryHeader.h
//
// UIImageCategoryHeader.h
// MeiYiQuan
//
// Created by 任强宾 on 16/9/29.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef UIImageCategoryHeader_h
#define UIImageCategoryHeader_h
#import "UIImage+Common.h" //通用
#... |
754340156/NQ_quanfu | allrichstore/UI/Home/Main/V/HomeSection_RecommendHeader.h | <reponame>754340156/NQ_quanfu<gh_stars>1-10
//
// HomeSection_RecommendHeader.h
// allrichstore
//
// Created by 任强宾 on 16/11/2.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface HomeSection_RecommendHeader : UICollectionReusableView
@property (nonatomic, copy) NSString *... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodList/GoodsFilterView/V/PriceLimitCell.h | <gh_stars>1-10
//
// PriceLimitCell.h
// allrichstore
//
// Created by 任强宾 on 16/11/16.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface PriceLimitCell : UICollectionViewCell
@property (nonatomic, strong) UITextField *leftTF;
@property (nonatomic, strong) UITextField *ri... |
754340156/NQ_quanfu | allrichstore/UI/Home/Main/V/HotSectionHeader.h | //
// HotSectionHeader.h
// allrichstore
//
// Created by 任强宾 on 16/11/01.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface HotSectionHeader : UICollectionReusableView
@property (nonatomic, strong) UILabel *leftLabel;
@property (nonatomic, strong) UIImageView *leftImgView;
@pr... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Main/M/GoodsDetailModel.h | //
// GoodsDetailModel.h
// allrichstore
//
// Created by zhaozhe on 16/11/1.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseModel.h"
@class GoodsDetailStoreModel,GoodsDetailEvaluativeModel,GoodsDetailActiveModel,GoodsDetailImageModel,GoodsDetailChooseModel;
@interface GoodsDetailModel : Base... |
754340156/NQ_quanfu | allrichstore/UI/Common/Shop/C/ShopHome_newGoodsVC.h | <gh_stars>1-10
//
// ShopHome_newGoodsVC.h
// allrichstore
//
// Created by 任强宾 on 16/11/11.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
@interface ShopHome_newGoodsVC : BaseVC
@end
|
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIFont++/UIFont+QBFont.h | //
// UIFont+QBFont.h
// PRJ_CreditRecruit
//
// Created by 任强宾 on 16/5/17.
// Copyright © 2016年 河南维创盈通科技有限公司. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIFont (QBFont)
//系统字体
+ (UIFont *)qbSystemFontOfSize:(CGFloat)fontSize;
//自定义字体(通过沙盒路径取出字体)
+ (UIFont *)customFontWithName:(NSString *)name s... |
754340156/NQ_quanfu | allrichstore/Other/Common.h | <reponame>754340156/NQ_quanfu<filename>allrichstore/Other/Common.h
//
// Common.h
// FullRich
//
// Created by 任强宾 on 16/10/26.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef Common_h
#define Common_h
#import "AppDelegate.h" //APP代理
#import "BaseVC.h" //视图控制器基类
#import "BaseNC.h" ... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/QBPickerView.h | //
// QBPickerView.h
// allrichstore
//
// Created by 任强宾 on 16/12/11.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
typedef NS_ENUM(NSInteger, QBPickerViewType)
{
QBPickerViewTypeNormal = 0,
QBPickerViewTypeHaveBtn
};
typedef void(^PickerActionBlock)(NSArray *selectedAr... |
754340156/NQ_quanfu | allrichstore/UI/Common/ExpressAddress/C/AddressListVC.h | <reponame>754340156/NQ_quanfu
//
// AddressListVC.h
// allrichstore
//
// Created by 任强宾 on 16/11/22.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
@interface AddressListVC : BaseVC
//把选中的地址model通过block返回
- (instancetype)initWithBlock:(ObjectBlock)addressBlock;
@end
|
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/CustomCell/TitleAndPromptCell.h | <filename>allrichstore/Tools/QBClass/QBViewClass/CustomCell/TitleAndPromptCell.h
//
// TitleAndPromptCell.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/5.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
typedef NS_ENUM(NSInteger, TitleAndPromptCellType)
{
TitleAndPromptCellTypeInput =... |
754340156/NQ_quanfu | allrichstore/UI/Common/Shop/C/ShopHome_allGoodsVC.h | <gh_stars>1-10
//
// ShopHome_allGoodsVC.h
// allrichstore
//
// Created by 任强宾 on 16/11/11.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
@interface ShopHome_allGoodsVC : BaseVC
@end
|
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/FoldMenuView/FoldMenuView.h | <reponame>754340156/NQ_quanfu
//
// FoldMenuView.h
// allrichstore
//
// Created by 任强宾 on 16/11/3.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@class FoldMenuView;
//配置参数的block
typedef void(^FoldMenuConfigureBlock)(FoldMenuView *foldMenuView);
//选中的block
typedef void(^FoldMenu... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/CommonView/EGORefreshTableHeaderView.h | <filename>allrichstore/Tools/CommonLibrary/CommonView/EGORefreshTableHeaderView.h<gh_stars>1-10
//
// EGORefreshTableHeaderView.h
// Demo
//
// Created by <NAME> on 10/14/09October14.
// Copyright 2009 enormego. All rights reserved.
//
//修改人:禚来强 iphone开发qq群:79190809 邮箱:<EMAIL>
//
#if kSupportUnusedCommonView
#impo... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBClassMethod/QBClassMethodHeader.h | <reponame>754340156/NQ_quanfu<filename>allrichstore/Tools/QBClass/QBClassMethod/QBClassMethodHeader.h
//
// QBClassMethodHeader.h
// PRJ_CreditRecruit
//
// Created by 任强宾 on 16/6/27.
// Copyright © 2016年 河南维创盈通科技有限公司. All rights reserved.
//
#ifndef QBClassMethodHeader_h
#define QBClassMethodHeader_h
#import "QB... |
754340156/NQ_quanfu | allrichstore/Library/SGPickerView_DatePicker/SGPickerView.h | //
// SGPickerView.h
// SGPickerView_DatePickerExample
//
// Created by Sorgle on 16/9/23.
// Copyright © 2016年 Sorgle. All rights reserved.
//
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - //
//
// - - 如在使用中, 遇到什么问题或者有更好建议者, 请于<EMAIL>邮箱联系 - - - - - //
// - - - - - - - - - - - - ... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/QBCategoryHeader.h | //
// QBCategoryHeader.h
// PRJ_CreditRecruit
//
// Created by 任强宾 on 16/6/27.
// Copyright © 2016年 河南维创盈通科技有限公司. All rights reserved.
//
#ifndef QBCategoryHeader_h
#define QBCategoryHeader_h
#import "NSObject+extend.h" //NSObject扩展
#import "UIImageCategoryHeader.h" //UIImage分类
#import "UIViewCat... |
754340156/NQ_quanfu | allrichstore/Base/C/BaseNC.h | //
// BaseNC.h
// LiveTest
//
// Created by 任强宾 on 16/9/16.
// Copyright © 2016年 NeiQuan. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface BaseNC : UINavigationController
- (instancetype)initWithBackBtnStyleRootViewController:(UIViewController *)rootViewController;
@end
|
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Category/UIView+Glow.h | //
// UIView+Glow.h
//
//
// Created by James on 11/4/14.
// Copyright (c) 2014 James. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIView (Glow)
@property (nonatomic, readonly) UIView *glowView;
- (void) glowOnce;
- (void) glowOnceAtLocation:(CGPoint)point inView:(UIView *)view;
- (void) start... |
754340156/NQ_quanfu | allrichstore/UI/ShoppingCart/CreateOrder/V/CreateOrderScrollView.h | //
// CreateOrderScrollView.h
// allrichstore
//
// Created by zhaozhe on 16/11/16.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@class CreateOrderModel;
@protocol CreateOrderScrollViewdelegate <NSObject>
/** 点击头部选择收货地址 */
- (void)CreateOrderScrollViewdelegate_clickHeaderView;
... |
754340156/NQ_quanfu | allrichstore/UI/GoodsClass/Main/M/GoodClassTwoLevelModel.h | //
// GoodClassTwoLevelModel.h
// allrichstore
//
// Created by 任强宾 on 16/11/30.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseModel.h"
#import "GoodsClassModel.h"
//二三级商品分类model
@interface GoodClassTwoLevelModel : BaseModel
@property (nonatomic, copy) NSString *cType;
@property (nonatomic... |
754340156/NQ_quanfu | allrichstore/UI/Common/Shop/C/ShopHomeVC.h | <filename>allrichstore/UI/Common/Shop/C/ShopHomeVC.h
//
// ShopHomeVC.h
// allrichstore
//
// Created by 任强宾 on 16/11/10.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
@interface ShopHomeVC : BaseVC
@property (nonatomic, copy) NSString *shopId;
@property (nonatomic, copy) NSString *s... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Main/C/GoodsDetailVC.h | //
// GoodsDetailVC.h
// allrichstore
//
// Created by zhaozhe on 16/11/1.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
@interface GoodsDetailVC : BaseVC
/** 商品id */
@property(nonatomic,copy) NSString *goodId;
@end
|
754340156/NQ_quanfu | allrichstore/UI/Home/Message/C/Message_SystemMsgDetailVC.h | //
// Message_SystemMsgDetailVC.h
// allrichstore
//
// Created by 任强宾 on 16/11/15.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
@interface Message_SystemMsgDetailVC : BaseVC
@end
|
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBClassMethod/QBGet.h | //
// QBGet.h
// RQBClass
//
// Created by apple on 15/1/12.
// Copyright © 2015年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface QBGet : NSObject
//获取当前系统: 版本号
+ (double)getCurrentIOS;
//获取数据里面的字符串, 按顺序拼接后返回
+ (NSString *)getMergeStringByStringArray:(NSArray *)array;
//获取一个字符串的所有子串, 返回字串数组
+ (... |
754340156/NQ_quanfu | allrichstore/UI/Common/ExpressAddress/V/AddressEditCell.h | //
// AddressEditCell.h
// allrichstore
//
// Created by 任强宾 on 16/11/23.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseTableViewCell.h"
@interface AddressEditCell : BaseTableViewCell
@property (nonatomic, strong) QButton *addressBtn;
@property (nonatomic, strong) UITextField *rightTF;
@e... |
754340156/NQ_quanfu | allrichstore/UI/Login/C/ResetPwVC.h | //
// ResetPwVC.h
// allrichstore
//
// Created by 任强宾 on 16/11/14.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
@interface ResetPwVC : BaseVC
//新密码输入框
@property (nonatomic, strong) UITextField *pw1TF;
//确认新密码输入框
@property (nonatomic, strong) UITextField *pw2TF;
//暴露给子类(方便设置密码继承时修改... |
754340156/NQ_quanfu | allrichstore/Other/Log.h | <gh_stars>1-10
//
// Log.h
// FullRich
//
// Created by 任强宾 on 16/10/26.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef Log_h
#define Log_h
//让NSLog在debug模式下有效, release模式下失效
#ifdef DEBUG
#define NSLog(...) NSLog(__VA_ARGS__)
#else
#define NSLog(...)
#endif
//我的订单页面的枚举
typedef NS_ENUM(NSInteger,... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBClassMethod/QBJugleManger.h | <reponame>754340156/NQ_quanfu<filename>allrichstore/Tools/QBClass/QBClassMethod/QBJugleManger.h
//
// QBJugleManger.h
// RQBClass
//
// Created by apple on 15/1/12.
// Copyright © 2015年 任强宾. All rights reserved.
//
#import <Foundation/Foundation.h>
/*
本类用于判断
*/
@interface QBJugleManger : NSObject
//判断输入框中得文本是... |
754340156/NQ_quanfu | allrichstore/UI/Common/Share/ShareView.h | <reponame>754340156/NQ_quanfu
//
// ShareView.h
// YunSuLive
//
// Created by 任强宾 on 16/7/7.
// Copyright © 2016年 22. All rights reserved.
//
#import <UIKit/UIKit.h>
typedef NS_ENUM(NSUInteger, ShareStyle)
{
ShareStyleWeb = 0, //分享网页
ShareStyleImage = 1, //分享图片
ShareStyleVoide = 2... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/NSDate++/NSDateCategoryHeader.h | //
// NSDateCategoryHeader.h
// MeiYiQuan
//
// Created by 任强宾 on 16/9/29.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef NSDateCategoryHeader_h
#define NSDateCategoryHeader_h
#import "NSDate+QBGet.h" //日期
#import "NSDateFormatter+QBGet.h" //日期格式
#endif /* NSDateCategoryHeader_h */
|
754340156/NQ_quanfu | allrichstore/UI/Login/C/ForgetPwVC.h | <filename>allrichstore/UI/Login/C/ForgetPwVC.h
//
// ForgetPwVC.h
// allrichstore
//
// Created by 任强宾 on 16/11/14.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
@class RegisterVC;
@interface ForgetPwVC : BaseVC
//所有登录控件的父视图(设置弹性方便)
@property (nonatomic, strong) UIScrollView *bgScro... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/GuidePagesHelper.h | //
// GuidePagesHelper.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/4.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "GuidePagesView.h"
@interface GuidePagesHelper : NSObject
+ (instancetype)shareInstance;
+ (void)showGuidePagesView:(NSArray *)imageArray;
@end
|
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIImageView++/UIImageViewHeader.h | //
// UIImageViewHeader.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/15.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef UIImageViewHeader_h
#define UIImageViewHeader_h
#import "UIImageView+Blurry.h" //图片模糊
#endif /* UIImageViewHeader_h */
|
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBUIClass/NoEventView.h | //
// NoEventView.h
// LiveTest
//
// Created by 任强宾 on 16/9/19.
// Copyright © 2016年 NeiQuan. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface NoEventView : UIView
//设置边框(可设置参数:宽度,颜色)
- (void)setRimWithBorderWidth:(CGFloat)borderWidth
borderColor:(UIColor *)borderColor;
@end
|
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Animation/ADTransition/Flip/UITableViewController+ADFlipTransition.h | <gh_stars>1-10
/*
* The MIT License (MIT)
*
* Copyright (c) 2012-2013 <NAME>. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including with... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIViewController++/UIViewController+Transition.h | //
// UIViewController+Transition.h
// allrichstore
//
// Created by 任强宾 on 16/11/2.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIViewController (Transition)
#pragma mark - present / dismiss
- (void)presentVC:(UIViewController *)vc animated:(BOOL)animated completio... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/UIFramework/LibraryNavigationPanel.h | //
// LibraryNavigationPanel.h
//
//
// Created by Alexi on 3/11/14.
// Copyright (c) 2014 Harman. All rights reserved.
//
#if kSupportLibraryPage
#import <UIKit/UIKit.h>
@class LibraryNavigationPanel;
@protocol LibraryNavigationPanelDelegate <NSObject>
- (void)onLibraryNavigationPanel:(LibraryNavigationPanel ... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBUIClass/Button.h | <filename>allrichstore/Tools/QBClass/QBUIClass/Button.h<gh_stars>1-10
//
// Button.h
// PRJ_CreditRecruit
//
// Created by apple on 16/2/29.
// Copyright © 2016年 河南维创盈通科技有限公司. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface Button : UIButton
@end
|
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Category/UILabel+Common.h | <filename>allrichstore/Tools/CommonLibrary/Category/UILabel+Common.h
//
// UILabel+UILabel_Common.h
// CommonLibrary
//
// Created by AlexiChen on 14-1-18.
// Copyright (c) 2014年 CommonLibrary. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UILabel (Common)
+ (instancetype)label;
+ (instancetype)la... |
754340156/NQ_quanfu | allrichstore/UI/Common/Main/V/QFTagButton.h | //
// QFTagButton.h
// allrichstore
//
// Created by 任强宾 on 16/11/18.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface QFTagButton : UIButton
@end
|
754340156/NQ_quanfu | allrichstore/UI/ShoppingCart/Main/V/ShoppingCartCell.h | <reponame>754340156/NQ_quanfu<filename>allrichstore/UI/ShoppingCart/Main/V/ShoppingCartCell.h
//
// ShoppingCartCell_Cell.h
// allrichstore
//
// Created by zhaozhe on 16/11/15.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "ShoppingCartCell.h"
@class ShoppingCartListModel;
@interface ShoppingCa... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBClassMethod/QBRequestManger.h | <gh_stars>1-10
//
// QBRequestManger.h
// RQBClass
//
// Created by apple on 15/1/12.
// Copyright © 2015年 任强宾. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface QBRequestManger : NSObject
@end
|
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIView++/UIView+QBAdditions.h | //
// UIView+QBAdditions.h
// RQBClass
//
// Created by apple on 15/1/15.
// Copyright © 2015年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIView (QBAdditions)
@property CGFloat top;
@property CGFloat bottom;
@property CGFloat left;
@property CGFloat right;
@property CGFloat centerX;
@proper... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Comment/C/SecondCommentVC.h | <reponame>754340156/NQ_quanfu
//
// SecondCommentVC.h
// allrichstore
//
// Created by zhaozhe on 16/11/23.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
@interface SecondCommentVC : BaseVC
@end
|
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/NSArray++/NSArrayCategoryHeader.h | <reponame>754340156/NQ_quanfu<gh_stars>1-10
//
// NSArrayCategoryHeader.h
// MeiYiQuan
//
// Created by 任强宾 on 16/9/29.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef NSArrayCategoryHeader_h
#define NSArrayCategoryHeader_h
#import "NSArray+QBArray.h" //数组
#import "NSMutableArray+QBArray.h" //可... |
754340156/NQ_quanfu | allrichstore/Library/DKFilterView/DKMacros.h | <reponame>754340156/NQ_quanfu<filename>allrichstore/Library/DKFilterView/DKMacros.h
//
// DKMacros.h
// DKFilterView
//
// Created by Drinking on 15-1-7.
// Copyright (c) 2015年 drinking. All rights reserved.
//
#ifndef DKFilterView_DKMacros_h
#define DKFilterView_DKMacros_h
#define RGBCOLOR(_R_, _G_, _B_) [UIColo... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Category/UIView+Effect.h | //
// UIView+Effect.h
// CommonLibrary
//
// Created by AlexiChen on 15/12/24.
// Copyright © 2015年 AlexiChen. All rights reserved.
//
#if kSupportUIViewEffect
#import <UIKit/UIKit.h>
@interface UIView (Effect)
- (void)blurWithColor:(UIColor *)color;
// 底层自动blur image
- (void)blurWithImage:(UIImage *)image;
/... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/PercentBarView/PercentBarView.h | <gh_stars>1-10
//
// PercentBarView.h
// allrichstore
//
// Created by 任强宾 on 16/12/6.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
/* 本类简介:(支持垂直或水平方向)展示百分比的视图*/
#pragma mark - 定义枚举
typedef NS_ENUM(NSInteger, PercentBarStyle)
{
PercentBarStyleHorizontal = 0, //水平方向风格
Pe... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.