repo_name stringlengths 5 122 | path stringlengths 3 232 | text stringlengths 6 1.05M |
|---|---|---|
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIView++/UIView+Shadow.h | //
// UIView+Shadow.h
// allrichstore
//
// Created by 任强宾 on 16/10/31.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIView (Shadow)
- (void)setShadow;
- (void)setShadowWithColor:(UIColor *)shadowColor;
- (void)setShadowWithOffset:(CGSize)size;
- (void)setShadowWi... |
754340156/NQ_quanfu | allrichstore/Other/Switch.h | //
// Switch.h
// FullRich
//
// Created by 任强宾 on 16/10/26.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef Switch_h
#define Switch_h
/**********************开关*******************/
//0为关,1为开
//自定义动画的开关
#define AnimationSwitch 0 //(0:关闭 1:打开)
//截图缩放效果开关
#define ShotZoomSwitch 1 //(0:关闭 1:打开)
//是否开... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Comment/V/SecondCommentCell.h | <reponame>754340156/NQ_quanfu<filename>allrichstore/UI/Common/GoodDetail/Comment/V/SecondCommentCell.h
//
// SecondCommentCell.h
// allrichstore
//
// Created by zhaozhe on 16/11/23.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseTableViewCell.h"
@class SecondCommentModel;
@interface SecondCo... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Main/V/firstView/SecondCell/GD_EvaluativeHeaderView.h | <filename>allrichstore/UI/Common/GoodDetail/Main/V/firstView/SecondCell/GD_EvaluativeHeaderView.h<gh_stars>1-10
//
// GD_EvaluativeHeaderView.h
// allrichstore
//
// Created by zhaozhe on 16/11/2.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface GD_EvaluativeHeaderView : ... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBUIClass/QBUIClassHeader.h | //
// QBUIClassHeader.h
// PRJ_CreditRecruit
//
// Created by 任强宾 on 16/6/27.
// Copyright © 2016年 河南维创盈通科技有限公司. All rights reserved.
//
#ifndef QBUIClassHeader_h
#define QBUIClassHeader_h
#import "NoEventView.h" //不拦截event事件的view
#import "View.h" //QBView类
#import "Label.h" //QBLabel类
#import "Butto... |
754340156/NQ_quanfu | allrichstore/Other/ThirdConfi.h | <gh_stars>1-10
//
// ThirdConfi.h
// FullRich
//
// Created by 任强宾 on 16/10/26.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef ThirdConfi_h
#define ThirdConfi_h
//-------------------友盟--------------------
//QQ分享
#define QQShareAPPID @"1105615093"
#define QQShareAPPKEY @"8MCBkFIvKGbqHB1M"... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/NSDate++/NSDateFormatter+QBGet.h | <reponame>754340156/NQ_quanfu
//
// NSDateFormatter+QBGet.h
// PRJ_CreditRecruit
//
// Created by apple on 15/6/29.
// Copyright © 2015年 河南维创盈通科技有限公司. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSDateFormatter (Category)
+ (id)dateFormatter;
+ (id)dateFormatterWithFormat:(NSString *)dat... |
754340156/NQ_quanfu | allrichstore/UI/ShoppingCart/Main/C/ShoppingCartVC.h | //
// ShoppingCartVC.h
// allrichstore
//
// Created by 任强宾 on 16/10/27.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
@interface ShoppingCartVC : BaseVC
/** 是否是详情的购物车推出来的 */
@property(nonatomic,assign) BOOL isDetail;
@end
|
754340156/NQ_quanfu | allrichstore/Other/Interface.h | <filename>allrichstore/Other/Interface.h
//
// Interface.h
// FullRich
//
// Created by 任强宾 on 16/10/26.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef Interface_h
#define Interface_h
#pragma mark - 服务器地址
/********************服务器地址********************/
//正式
//#define BaseUrl @"http://172.16.17.32:8080... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBMacro/QBColor.h | //
// QBColor.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/21.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef QBColor_h
#define QBColor_h
#pragma mark - 工程颜色配置
//黑
#define qbBlackColor [UIColor colorWithWhite:0.15 alpha:1.0]
//红
#define qbRedColor [UIColor colorWithRed:232 / 255.0 green:35 / 255.... |
754340156/NQ_quanfu | allrichstore/UI/Common/ExpressAddress/C/AddAddressVC.h | <reponame>754340156/NQ_quanfu<filename>allrichstore/UI/Common/ExpressAddress/C/AddAddressVC.h
//
// AddAddressVC.h
// allrichstore
//
// Created by 任强宾 on 16/11/23.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
#import "AddressListModel.h"
@interface AddAddressVC : BaseVC
//地址列表的地址mo... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/NSString++/NSAttributedString+Extension.h | <reponame>754340156/NQ_quanfu<filename>allrichstore/Tools/QBClass/QBCategory/NSString++/NSAttributedString+Extension.h<gh_stars>1-10
//
// NSAttributedString+Extension.h
// allrichstore
//
// Created by 任强宾 on 16/11/13.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <Foundation/Foundation.h>
@int... |
754340156/NQ_quanfu | allrichstore/Other/String.h | <gh_stars>1-10
//
// String.h
// FullRich
//
// Created by 任强宾 on 16/10/26.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef String_h
#define String_h
//从国际化配置里面取字符串
#define String(key) NSLocalizedString(key, nil)
//当前版本号
#define AppVersion @"1.0"
//本应用的appID
#define AppID @"1074155933"
//本应用的名称
#defi... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/UIFramework/MenuAbleItem.h | //
// MenuAbleItem.h
// CommonLibrary
//
// Created by Alexi on 14-1-16.
// Copyright (c) 2014年 CommonLibrary. All rights reserved.
//
#import <Foundation/Foundation.h>
@protocol MenuAbleItem;
typedef void (^MenuAction)(id<MenuAbleItem> menu);
@protocol MenuAbleItem <NSObject>
- (instancetype)initWithTitle:(N... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/QBViewHeader.h | //
// QBViewHeader.h
// PRJ_CreditRecruit
//
// Created by 任强宾 on 16/6/27.
// Copyright © 2016年 河南维创盈通科技有限公司. All rights reserved.
//
#ifndef QBViewHeader_h
#define QBViewHeader_h
#import "QBAlertView.h" //QB提示框类
#import "QBWaterWaveView.h" //QB水波视图类
#import "QBNaviBarView.h" //QB假导航条类
#import "ButtonsVi... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Main/V/firstView/GoodsDetailConfig.h | <gh_stars>1-10
//
// GoodsDetailConfig.h
// allrichstore
//
// Created by zhaozhe on 16/11/1.
// Copyright © 2016年 allrich88. All rights reserved.
//
#ifndef GoodsDetailConfig_h
#define GoodsDetailConfig_h
#define GD_HeaderViewH 360.0f //GoodsDetailHeaderView整体高度
#define GD_ActiveViewH 50.0f //GoodsDetailActiveV... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Main/V/firstView/SecondCell/GD_EvaluativeCell.h | //
// GD_EvaluativeCell.h
// allrichstore
//
// Created by zhaozhe on 16/11/1.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseTableViewCell.h"
@class GoodsDetailEvaluativeModel;
@protocol GD_EvaluativeCellDelegate<NSObject>
/** 点击头像 */
- (void)GD_EvaluativeCellDelegate_clickIconWithModel:... |
754340156/NQ_quanfu | allrichstore/Other/Color.h | //
// Color.h
// FullRich
//
// Created by 任强宾 on 16/10/26.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef Color_h
#define Color_h
#pragma mark - 全富颜色集
/********************全富颜色集********************/
//全富 —— 黑色
#define QF_BlackColor [UIColor colorWithRed:51 / 255.0 green:51 / 255.0 blue:51 / 255.0 al... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/QBSwitchView.h | <gh_stars>1-10
//
// QBSwitchView.h
// LiveTest
//
// Created by 任强宾 on 16/9/1.
// Copyright © 2016年 NeiQuan. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface QBSwitchView : UIView
- (instancetype)initWithFrame:(CGRect)frame
onBackColor:(UIColor *)onBackColor
offBackC... |
754340156/NQ_quanfu | allrichstore/UI/ShoppingCart/CreateOrder/V/CreateOrderSwitchCell.h | <filename>allrichstore/UI/ShoppingCart/CreateOrder/V/CreateOrderSwitchCell.h
//
// CreateOrderSwitchCell.h
// allrichstore
//
// Created by zhaozhe on 16/11/21.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseTableViewCell.h"
@protocol CreateOrderSwitchCellDelegate <NSObject>
/** 点击switch *... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Choose/M/ChooseModel.h | <reponame>754340156/NQ_quanfu
//
// ChooseModel.h
// allrichstore
//
// Created by zhaozhe on 16/11/17.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseModel.h"
@class ChooseModelProperty,ChooseModelImage,ChooseModelPropertyDetail;
@interface ChooseModel : BaseModel
/** 商品图片 */
@property(nona... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIAlterController++/UIAlertController+Block.h | <gh_stars>1-10
//
// UIAlertController+Block.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/14.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
@protocol AlertTitleAble <NSObject>
- (NSString *)alertTitle;
@end
@interface UIAlertController (Block)
+ (UIAlertController *)qb_showAlertWit... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIColor++/UIColor+QBrgb.h | //
// UIColor+QBrgb.h
// PRJ_CreditRecruit
//
// Created by 任强宾 on 16/6/27.
// Copyright © 2016年 河南维创盈通科技有限公司. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIColor (QBrgb)
//不需要除以255.0的颜色配置方法
+ (UIColor *)red:(NSUInteger)red green:(NSUInteger)green blue:(NSUInteger)blue alpha:(CGFloat)alpha;
//16进... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBMacro/QBLayout.h | <gh_stars>1-10
//
// QBLayout.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/21.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef QBLayout_h
#define QBLayout_h
//系统固定宽高
#pragma mark ------------------系统固定宽高------------------
#define kScreenW [UIScreen mainScreen].bounds.size.width
#define kScreenH [UI... |
754340156/NQ_quanfu | allrichstore/Base/M/BaseModel.h | //
// BaseModel.h
// LiveTest
//
// Created by 海广盼 on 16/7/20.
// Copyright © 2016年 NeiQuan. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface BaseModel : NSObject
@property (nonatomic, copy) NSString *ID;
@end
|
754340156/NQ_quanfu | allrichstore/UI/Home/Message/V/SystemMsgDetailsCell.h | //
// SystemMsgDetailsCell.h
// allrichstore
//
// Created by 任强宾 on 16/11/15.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseTableViewCell.h"
@interface SystemMsgDetailsCell : BaseTableViewCell
@end
|
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIColor++/UIColorCategoryHeader.h | //
// UIColorCategoryHeader.h
// MeiYiQuan
//
// Created by 任强宾 on 16/9/29.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef UIColorCategoryHeader_h
#define UIColorCategoryHeader_h
#import "UIColor+QBrgb.h" //rgb颜色
#endif /* UIColorCategoryHeader_h */
|
754340156/NQ_quanfu | allrichstore/UI/Common/ExpressAddress/V/AddressManageCell.h | //
// AddressManageCell.h
// allrichstore
//
// Created by 任强宾 on 16/11/22.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseTableViewCell.h"
#import "AddressListModel.h" //我的收货地址model
@class AddressManageCell;
@protocol AddressManageCellDelgate <NSObject>
- (void)addressManageCell:(Addres... |
754340156/NQ_quanfu | allrichstore/UI/ShoppingCart/CreateOrder/V/CreateOrderCashCouponCell.h | //
// CreateOrderCashCouponCell.h
// allrichstore
//
// Created by zhaozhe on 16/12/5.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseTableViewCell.h"
@protocol CreateOrderCashCouponCellDelegate <NSObject>
- (void)CreateOrderCashCouponCellDelegate_clickSureWithNumber:(NSString *)number;
@e... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodList/C/GoodsFilterVC.h | //
// GoodsFilterVC.h
// allrichstore
//
// Created by 任强宾 on 16/11/16.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "SlideWindowVC.h"
#import "GoodsFilterView.h" //商品筛选view
#import "GoodsFilterModel.h"//筛选 model
@interface GoodsFilterVC : SlideWindowVC
- (instancetype)initWithSlideType:(Slide... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBClassMethod/QBShowAlert.h | //
// QBShowAlert.h
// YunSuLive
//
// Created by 任强宾 on 16/7/7.
// Copyright © 2016年 22. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface QBShowAlert : NSObject
//展示一个AlertController
+ (void)showAlertControllerWithTitle:(NSString *)title message:(NSString *)message style:(UIAlertControllerSt... |
754340156/NQ_quanfu | allrichstore/UI/Home/Main/V/HomeListCell.h | <gh_stars>1-10
//
// HotListCell.h
// allrichstore
//
// Created by 任强宾 on 16/10/31.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "ActivityListModel.h"
@interface HomeListCell : BaseCollectionViewCell
@property (nonatomic, strong) ActivitySubModel *model;
@end
|
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/NSDictionary++/NSDictionaryCategoryHeader.h | <filename>allrichstore/Tools/QBClass/QBCategory/NSDictionary++/NSDictionaryCategoryHeader.h
//
// NSDictionaryCategoryHeader.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/4.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef NSDictionaryCategoryHeader_h
#define NSDictionaryCategoryHeader_h
#import "NSDictio... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/QBAlertView.h | <reponame>754340156/NQ_quanfu
//
// QBAlertView.h
// PRJ_CreditRecruit
//
// Created by 任强宾 on 16/5/19.
// Copyright © 2016年 河南维创盈通科技有限公司. All rights reserved.
//
#import <UIKit/UIKit.h>
@class QBAlertView;
@protocol QBAlertViewDelegate <NSObject>
- (void)qbAlertview:(QBAlertView *)qbAlertView clickedButtonAtIn... |
754340156/NQ_quanfu | allrichstore/UI/GoodsClass/Main/M/GoodsClassModel.h | //
// GoodsClassModel.h
// allrichstore
//
// Created by 任强宾 on 16/11/30.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseModel.h"
@class TabMenuView;
@interface GoodsClassModel : NSObject<TabMenuModelAble, NSCoding>
@property (nonatomic, copy) NSString *cName; //名称
@property (nonatomic, co... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Main/V/firstView/SecondCell/GD_StoreCell.h | //
// GD_StoreCell.h
// allrichstore
//
// Created by zhaozhe on 16/12/12.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseTableViewCell.h"
#import "GoodsDetailModel.h"
@class GD_StoreCellDelegate;
@protocol GD_StoreCellDelegate <NSObject>
/** 点击进入按钮 */
- (void)GD_StoreCellDelegate_clickInt... |
754340156/NQ_quanfu | allrichstore/UI/Mine/Main/V/Mine_IconCell.h | <gh_stars>1-10
//
// Mine_IconLogoutCell.h
// allrichstore
//
// Created by zhaozhe on 16/11/7.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseTableViewCell.h"
@class UserModel;
@interface Mine_IconCell : BaseTableViewCell
/** model */
@property(nonatomic,strong) UserModel * model;
@end
|
754340156/NQ_quanfu | allrichstore/UI/GoodsClass/Main/V/MenuHeaderView.h | <filename>allrichstore/UI/GoodsClass/Main/V/MenuHeaderView.h
//
// MenuHeaderView.h
// allrichstore
//
// Created by 任强宾 on 16/11/28.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "GoodsClassVC.h"
@interface MenuHeaderView : UICollectionReusableView
@property (nonatomic,... |
754340156/NQ_quanfu | allrichstore/UI/Home/Main/V/HomeHeaderViewCell.h | //
// HomeHeaderViewCell.h
// allrichstore
//
// Created by 任强宾 on 16/10/31.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
@class HomeHeaderViewCell;
@protocol HomeHeaderViewCellDelegate <NSObject>
- (void)homeHeaderViewCell:(HomeHeaderViewCell *)cell didSelectedIndex:(NSInteger)inde... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBMacro/QBFont.h | //
// QBFont.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/21.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef QBFont_h
#define QBFont_h
#pragma mark - 通用
//#define Font(x) [UIFont fontWithName:@"清茶楷体预览版" size:x]
#define Font(x) [UIFont systemFontOfSize:x]
#define BoldFont(x) [UIFont boldSystemFont... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodList/GoodsFilterView/V/LBHeaderView.h | <reponame>754340156/NQ_quanfu
//
// LBHeaderView.h
// allrichstore
//
// Created by 任强宾 on 16/11/16.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface LBHeaderView : UICollectionReusableView
@property (nonatomic, strong) QButton *btn;
@property (nonatomic, strong) UILabel... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/CommonLibrary.h | //
// CommonLibrary.h
// CommonLibrary
//
// Created by Alexi on 13-10-22.
// Copyright (c) 2013年 ywchen. All rights reserved.
//
#ifndef CommonLibrary_CommonLibrary_h
#define CommonLibrary_CommonLibrary_h
#import "CommonLibraryMacroConfig.h"
#import "CommonLibraryConfig.h"
//
//====================
// 常用categ... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/CommonView/MoreTableView.h | //
// MoreTableView.h
//
//
// Created by Alexi on 12-11-7.
// Copyright (c) 2012年 . All rights reserved.
//
#if kSupportUnusedCommonView
#import <UIKit/UIKit.h>
#import "EGORefreshTableHeaderView.h"
@class MoreTableView;
@protocol MoreTableViewDelegate <NSObject>
@optional
- (void)onMoreTableView:(MoreTableVie... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIButton++/UIButton+Block.h | <filename>allrichstore/Tools/QBClass/QBCategory/UIButton++/UIButton+Block.h<gh_stars>1-10
//
// UIButton+Block.h
// allrichstore
//
// Created by 任强宾 on 16/11/14.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <objc/runtime.h>
typedef void(^BtnActionBlock)(void);
@interfa... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/UIView+InitMethod/UIImageView+InitMethod.h | <reponame>754340156/NQ_quanfu
//
// UIImageView+InitMethod.h
// CommonLibrary
//
// Created by Alexi on 14-7-21.
// Copyright (c) 2014年 <NAME>. All rights reserved.
//
#if kSupportUIViewInitMethod
#import <UIKit/UIKit.h>
@interface UIImageView (InitMethod)
+ (instancetype)imageViewWithColor:(UIColor *)color;
+ (... |
754340156/NQ_quanfu | allrichstore/UI/Common/Shop/M/ShopHomeModel.h | <filename>allrichstore/UI/Common/Shop/M/ShopHomeModel.h
//
// ShopHomeModel.h
// allrichstore
//
// Created by 任强宾 on 16/12/19.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseModel.h"
#import "GoodsModel.h"
@class ShopCoupon;
@interface ShopHomeModel : BaseModel
@property (nonatomic, copy) ... |
754340156/NQ_quanfu | allrichstore/UI/Home/ShopsApply/Main/C/ShopsApplyVC.h | <gh_stars>1-10
//
// ShopsApplyVC.h
// allrichstore
//
// Created by zhaozhe on 16/11/22.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
@interface ShopsApplyVC : BaseVC
@end
|
754340156/NQ_quanfu | allrichstore/Library/PPNumberButton/PPNumberButton.h | //
// PPNumberButton.h
// PPNumberButton
//
// Created by AndyPang on 16/8/31.
// Copyright © 2016年 AndyPang. All rights reserved.
//
/*
*********************************************************************************
*
*⭐️⭐️⭐️ 新建 PP-iOS学习交流群: 323408051 欢迎加入!!! ⭐️⭐️⭐️
*
* 如果您在使用 PPNumberButton 的过程中出现bug或有更好的... |
754340156/NQ_quanfu | allrichstore/UI/ChoiceGoods/Main/C/ChoiceGoodsVC.h | //
// ChoiceGoodsVC.h
// allrichstore
//
// Created by 任强宾 on 16/10/27.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "GoodsListSecondStyleVC.h"
@interface ChoiceGoodsVC : GoodsListSecondStyleVC
@end
|
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIImage++/UIImage+Common.h | <reponame>754340156/NQ_quanfu
//
// UIImage+Common.h
// MeiYiQuan
//
// Created by 任强宾 on 16/9/29.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIImage (Common)
//截取控件的图
+ (UIImage *)imageWithView:(UIView *)view;
- (UIImage *)fixOrientation;
- (UIImage *)thumbnailWithSiz... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/UIView+InitMethod/UIViewInitMethodHeaders.h | //
// UIViewInitMethodHeaders.h
// CommonLibrary
//
// Created by Alexi on 14-7-21.
// Copyright (c) 2014年 <NAME>. All rights reserved.
//
#ifndef CommonLibrary_UIViewInitMethodHeaders_h
#define CommonLibrary_UIViewInitMethodHeaders_h
#import "UILabel+InitMethod.h"
#if kSupportUIViewInitMethod
#import "UIImageVi... |
754340156/NQ_quanfu | allrichstore/Other/Layout.h | //
// Layout.h
// FullRich
//
// Created by 任强宾 on 16/10/26.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef Layout_h
#define Layout_h
#pragma mark - 全富
//首页和店铺首页组头的高度
#define Layout_home_sectionHeader_height 40
//自定义底部bar的高度
#define Layout_customBar_height 45
//圆角的大小
#define Layout_cornerRadiu... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Animation/ADTransition/Scale/UIViewController+ADScaleTransition.h | <gh_stars>1-10
//
// UIViewController+ADScaleTransition.h
// CommonLibrary
//
// Created by James on 3/7/14.
// Copyright (c) 2014 CommonLibrary. All rights reserved.
//
#if kSupportADTransition
#import <UIKit/UIKit.h>
#import "ADScaleTransition.h"
@interface UIViewController (ADScaleTransition)
@property (nona... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Comment/V/SecondCommentBottomView.h | <reponame>754340156/NQ_quanfu
//
// SecondCommentBottomView.h
// allrichstore
//
// Created by zhaozhe on 16/11/23.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@protocol SecondCommentBottomViewDelegate <NSObject>
- (void)SecondCommentBottomViewDelegate_clickSubmit;
@end
@in... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/UIFramework/RefreshView.h | //
// RefreshView.h
// CommonLibrary
//
// Created by Alexi on 15-2-4.
// Copyright (c) 2015年 <NAME>. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "RefreshAbleView.h"
typedef enum
{
ELoadingOver,
EWillLoading,
EReleaseLoading,
ELoading,
}RefreshLoadingState;
@interface HeadRefreshVie... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/UIFramework/PopupView.h | <reponame>754340156/NQ_quanfu<gh_stars>1-10
//
// PopupView.h
// HudDemo
//
// Created by Alexi on 13-12-3.
// Copyright (c) 2013年 <NAME>. All rights reserved.
//
#if kSupportPopupView
#import <UIKit/UIKit.h>
@class PopupView;
@protocol PopupContentViewDelegate <NSObject>
// 在Window中时显示的大小
//- (CGSize)conten... |
754340156/NQ_quanfu | allrichstore/Library/SGPickerView_DatePicker/SGDatePickerSheetView.h | <gh_stars>1-10
//
// SGDatePickerSheetView.h
// SGPickerView_DatePickerExample
//
// Created by Sorgle on 16/9/23.
// Copyright © 2016年 Sorgle. All rights reserved.
//
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - //
//
// - - 如在使用中, 遇到什么问题或者有更好建议者, 请于<EMAIL>邮箱联系 - - - - - //
// ... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Main/V/secondView/GoodsDetailSecondHeaderView.h | //
// GoodsDetailSecondHeaderView.h
// allrichstore
//
// Created by zhaozhe on 16/11/17.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@protocol GoodsDetailSecondHeaderViewDelegate <NSObject>
- (void)GoodsDetailSecondHeaderViewDelegate_clickIndex:(NSInteger)index;
@end
@inte... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIButton++/UIButtonCategoryHeader.h | <reponame>754340156/NQ_quanfu
//
// UIButtonCategoryHeader.h
// allrichstore
//
// Created by 任强宾 on 16/11/27.
// Copyright © 2016年 allrich88. All rights reserved.
//
#ifndef UIButtonCategoryHeader_h
#define UIButtonCategoryHeader_h
#import "UIButton+qbExtension.h" //常规扩展
#import "UIButton+Block.h" //... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Main/V/firstView/GoodsDetailScrollView.h | //
// GoodsDetailScrollView.h
// allrichstore
//
// Created by zhaozhe on 16/11/1.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@class GoodsDetailModel,GoodsDetailEvaluativeView;
@protocol GoodsDetailScrollViewDelegate <NSObject>
/** 点击评论整体 */
- (void)GoodsDetailScrollViewDele... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/LDTools/LDFrameExtension/UIView+LDFrameExtension.h | //
// UIView+LDFrameExtension.h
// OCLDProject
//
// Created by apple on 16/4/29.
// Copyright © 2016年 LDSmallCat. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIView (LDFrameExtension)
@property (nonatomic,assign) CGFloat LDWidth;
@property (nonatomic,assign) CGFloat LDHeight;
@property (nonatomic... |
754340156/NQ_quanfu | allrichstore/UI/Common/ExpressAddress/C/AddressManageVC.h | <reponame>754340156/NQ_quanfu<gh_stars>1-10
//
// AddressManageVC.h
// allrichstore
//
// Created by 任强宾 on 16/11/22.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
@interface AddressManageVC : BaseVC
@end
|
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/NetEngine/NetEngineHeaders.h | //
// NetEngineHeaders.h
// CommonLibrary
//
// Created by Alexi on 14-2-25.
// Copyright (c) 2014年 CommonLibrary. All rights reserved.
//
#ifndef CommonLibrary_NetEngineHeaders_h
#define CommonLibrary_NetEngineHeaders_h
#if kSupportMKNetworkKit
#import "MKNetworkKit.h"
#endif
#endif
|
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/DatePickerView.h | //
// DatePickerView.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/8.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
typedef NS_ENUM(NSInteger, DatePickerViewType)
{
DatePickerViewTypeNormal = 0,
DatePickerViewTypeHaveBtn,
DatePickerViewTypeAutoComputeAge,
DatePickerViewT... |
754340156/NQ_quanfu | allrichstore/UI/Common/ExpressAddress/M/AddressListModel.h | //
// AddressListModel.h
// allrichstore
//
// Created by 任强宾 on 16/11/22.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseModel.h"
@interface AddressListModel : BaseModel<NSCopying>
//收货人姓名
@property (nonatomic, copy) NSString *name;
//收货人电话
@property (nonatomic, copy) NSString *tel;
//省市区拼... |
754340156/NQ_quanfu | allrichstore/UI/Common/Invoice/M/InvoiceModel.h | <filename>allrichstore/UI/Common/Invoice/M/InvoiceModel.h
//
// InvoiceModel.h
// allrichstore
//
// Created by 任强宾 on 16/11/18.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <Foundation/Foundation.h>
typedef NS_ENUM(NSUInteger, InvoiceType)
{
InvoiceTypeOrdinaryPersonal = 0, //普通(个人)
... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/CustomNaviBar/CustomNaviBar.h | <gh_stars>1-10
//
// CustomNaviBar.h
// allrichstore
//
// Created by 任强宾 on 16/10/31.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
typedef NS_ENUM(NSInteger, CustomNaviBarStyle) {
CustomNaviBarStyleTranslucent = 0,
CustomNaviBarStyleOpaque
};
@interface CustomNaviBar :... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/NSArray++/NSArray+QBArray.h | <filename>allrichstore/Tools/QBClass/QBCategory/NSArray++/NSArray+QBArray.h
//
// NSArray+QBArray.h
// PRJ_CreditRecruit
//
// Created by apple on 16/4/21.
// Copyright © 2016年 河南维创盈通科技有限公司. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSArray (QBArray)
//包含某个字符串
- (BOOL)isHaveString:(NSS... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/NSString++/NSString+QBGet.h | //
// NSString+QBGet.h
// PRJ_CreditRecruit
//
// Created by apple on 15/2/28.
// Copyright © 2015年 河南维创盈通科技有限公司. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSString (QBGet)
//如果字符串长度大于min, 截取min长度的字符串
- (NSString *)getSubStringNotLongThanLength:(NSInteger)length;
//去除一个字符串的某个字串
- (NSS... |
754340156/NQ_quanfu | allrichstore/Tools/Single.h | //
// Single.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/12.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <Foundation/Foundation.h>
@class UserModel;
@interface Single : NSObject
+ (Single *)single;
+ (void)setLoc:(NSString *)locStr;
+ (QButton *)locBtnTitle:(NSString *)title;
+ (BOOL)isLogin;
+... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBClassMethod/QBShowMessage.h | <filename>allrichstore/Tools/QBClass/QBClassMethod/QBShowMessage.h
//
// QBShowMessage.h
// RQBClass
//
// Created by apple on 15/1/12.
// Copyright © 2015年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface QBShowMessage : NSObject
//在窗口展示消息信息(默认样式)
+ (void)showMessage:(NSString *)message;
//在窗口展... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/NSString++/NSStringCategoryHeader.h | //
// NSStringCategoryHeader.h
// MeiYiQuan
//
// Created by 任强宾 on 16/9/29.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef NSStringCategoryHeader_h
#define NSStringCategoryHeader_h
#import "NSString+Base64.h"
#import "NSString+QBGet.h"
#import "NSString+QBJudge.h"
#import "NSString+Additions.h"
#impor... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/CommonLibraryConfig.h | //
// CommonLibraryConfig.h
// CommonLibrary
//
// Created by AlexiChen on 16/1/29.
// Copyright © 2016年 AlexiChen. All rights reserved.
//
#ifndef CommonLibraryConfig_h
#define CommonLibraryConfig_h
// CommonLibrary中的样式配置
#ifndef kAppBakgroundColor
// 背景色
#define kAppBakgroundColor kWhiteColor
#endif
... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/AddressPickerView/AddressPickerView.h | <reponame>754340156/NQ_quanfu
//
// AddressPickerView.h
// MeiYiQuan
//
// Created by 任强宾 on 16/9/28.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "AddressModel.h"
typedef NS_ENUM(NSInteger, AddressViewType)
{
AddressViewTypeNormal = 0,
AddressViewTypeHaveBtn
};
@inte... |
754340156/NQ_quanfu | allrichstore/Base/C/BaseVC.h | //
// BaseVC.h
// LiveTest
//
// Created by 任强宾 on 16/8/14.
// Copyright © 2016年 NeiQuan. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface BaseVC : UIViewController<UITableViewDataSource, UITableViewDelegate, UICollectionViewDelegateFlowLayout, UICollectionViewDataSource, UICollectionViewDelegate, UIGes... |
754340156/NQ_quanfu | allrichstore/UI/Common/ExpressAddress/V/AddressListCell.h | <reponame>754340156/NQ_quanfu
//
// AddressListCell.h
// allrichstore
//
// Created by 任强宾 on 16/11/22.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseTableViewCell.h"
#import "AddressListModel.h" //我的收货地址model
@interface AddressListCell : BaseTableViewCell
@property (nonatomic, strong) ... |
754340156/NQ_quanfu | allrichstore/UI/ShoppingCart/CreateOrder/V/CreateOrderServiceCell.h | //
// CreateOrderServiceCell.h
// allrichstore
//
// Created by zhaozhe on 16/11/16.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseTableViewCell.h"
@class CreateOrderServiceModel;
@interface CreateOrderServiceCell : BaseTableViewCell
/** model */
@property(nonatomic,strong) CreateOrderServi... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Category/MKMapView+ZoomLevel.h | //
// MKMapView+ZoomLevel.h
// CommonLibrary
//
// Created by Alexi on 14-11-17.
// Copyright (c) 2014年 <NAME>. All rights reserved.
//
#if kSupportMKMapViewZoomLevel
#import <MapKit/MapKit.h>
#define kMKMapViewMaxZoomLevel 19
#define kMKMapViewMinZoomLevel 3
@interface MKMapView (ZoomLevel)
//@property (nonatom... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/UIFramework/RefreshAbleView.h | //
// RefreshAbleView.h
// CommonLibrary
//
// Created by Alexi on 15-2-4.
// Copyright (c) 2015年 <NAME>. All rights reserved.
//
#import <Foundation/Foundation.h>
@protocol RefreshAbleView <NSObject>
@property (nonatomic, assign) NSInteger refreshHeight;
- (void)willLoading;
- (void)releaseLoading;
- (void)loa... |
754340156/NQ_quanfu | Pods/Target Support Files/UIActivityIndicator-for-SDWebImage/UIActivityIndicator-for-SDWebImage-umbrella.h | <reponame>754340156/NQ_quanfu<gh_stars>1-10
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
#import "UIImageView+UIActivityIndicatorForSDWebImage.h"
FOUNDATION_EXPORT double UIActivityIndicator_for_SDWebImageVersionNumber;
FOUNDATION_EXPORT const unsigned char UIActivityIndicator_for_SDWebImageVersionString[];
|
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIImage++/UIImage+RoundedCorner.h | //
// UIImage+RoundedCorner.h
// MeiYiQuan
//
// Created by 任强宾 on 16/9/30.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIImage (RoundedCorner)
- (UIImage *)roundedCornerImage:(NSInteger)cornerSize borderSize:(NSInteger)borderSize;
@end
|
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIImageView++/UIImageView+Blurry.h | <gh_stars>1-10
//
// UIImageView+Blurry.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/15.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIImageView (Blurry)
@end
|
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Animation/ADTransition/UIViewController+ADTransition.h | #if kSupportADTransition
#import <UIKit/UIKit.h>
#import "ADFlipTransition.h"
@interface UIViewController (ADTransition)
@property (nonatomic, strong) ADTransition *presentedTransition;
@property (nonatomic, strong) ADTransition *presentingTransition;
- (ADTransition *)presentedTransition;
- (void)setPresentedT... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIView++/UIView+BlankPageView.h | <gh_stars>1-10
//
// UIView+BlankPageView.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/4.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "BlankPageView.h"
@interface UIView (BlankPageView)
@property (nonatomic, strong) BlankPageView *blankPageView;
- (void)configBlankPage:(Bla... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodList/V/GoodsHaveBtnStyleTableCell.h | <filename>allrichstore/UI/Common/GoodList/V/GoodsHaveBtnStyleTableCell.h
//
// GoodsHaveBtnStyleTableCell.h
// allrichstore
//
// Created by 任强宾 on 16/11/4.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseTableViewCell.h"
#import "GoodsModel.h" //商品model
@interface GoodsHaveBtnStyleTableCell... |
754340156/NQ_quanfu | allrichstore/Category/SDCycleScrollView+Extend.h | //
// SDCycleScrollView+Extend.h
// allrichstore
//
// Created by 任强宾 on 16/12/16.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <SDCycleScrollView/SDCycleScrollView.h>
@protocol SDCycleModelAble <NSObject>
- (NSString *)cycleImgUrl;
- (NSString *)cycleTitle;
- (NSString *)cycleJumpUrl;
@end
... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIImage++/UIImage+Scale.h | //
// UIImage+Scale.h
// LessonUITableView
//
// Created by Frank on 15/1/22.
// Copyright (c) 2015年 Frank. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIImage (Scale)
- (UIImage *)scaleToSize:(CGSize)size;
@end
|
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/CommonView/KeyValueTableViewController.h | <gh_stars>1-10
//
// KeyValueTableViewController.h
// CommonLibrary
//
// Created by Alexi on 14-7-22.
// Copyright (c) 2014年 <NAME>. All rights reserved.
//
#if kSupportUnusedCommonView
#import "BaseViewController.h"
@class KeyValue;
@interface KeyValueTableViewController : BaseViewController<UITableViewDelegate... |
754340156/NQ_quanfu | allrichstore/Library/SGPickerView_DatePicker/SGPicker.h | //
// SGPicker.h
// SGPickerView_DatePickerExample
//
// Created by Sorgle on 16/9/23.
// Copyright © 2016年 Sorgle. All rights reserved.
//
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - //
//
// - - 如在使用中, 遇到什么问题或者有更好建议者, 请于<EMAIL>邮箱联系 - - - - - //
// - - - - - - - - - - - - - - ... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Category/UITextField+UITextField_Tip.h | //
// UITextField+UITextField_Tip.h
// CommonLibrary
//
// Created by Alexi on 15-1-7.
// Copyright (c) 2015年 <NAME>. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "NSObject+CommonBlock.h"
@interface UITextField (UITextField_Tip)
+ (instancetype)textFieldWithTip:(NSString *)tip size:(CGSize)tipSize;
... |
754340156/NQ_quanfu | allrichstore/UI/Mine/Main/M/UserModel.h | //
// UserModel.h
// allrichstore
//
// Created by zhaozhe on 16/11/7.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseModel.h"
@interface UserModel : BaseModel<NSCoding, NSCopying>
///** userid */
//@property(nonatomic,copy) NSString * ID;
/** 用户真实姓名 */
@property(nonatomic,copy) NSString ... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Main/V/GoodsDetailBottomView.h | //
// GoodsDetailBottomView.h
// allrichstore
//
// Created by zhaozhe on 16/11/2.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@protocol GoodsDetailBottomViewDelegate <NSObject>
/** 点击客服 */
- (void)GoodsDetailBottomViewDelegate_clickService;
/** 点击店铺 */
- (void)GoodsDetailBot... |
754340156/NQ_quanfu | allrichstore/Other/Font.h | //
// Font.h
// allrichstore
//
// Created by 任强宾 on 16/11/3.
// Copyright © 2016年 allrich88. All rights reserved.
//
#ifndef Font_h
#define Font_h
#pragma mark - 全富字体
/*******************cell字体*****************/
#pragma mark - -商品cell(四方形)-
//商品标题
#define QFFont_GoodsSquareCell_Title AdaptedFont(14)
//商品价格
#def... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/QBWaterWaveView.h | //
// QBWaterWaveView.h
// PRJ_CreditRecruit
//
// Created by apple on 15/1/17.
// Copyright © 2016年 河南维创盈通科技有限公司. All rights reserved.
//
#import <UIKit/UIKit.h>
/*
本类为: 自定义的水波视图, 可自定义水波大小, 振幅, 颜色
*/
@interface QBWaterWaveView : UIView
@property (nonatomic, strong) UIColor *firstWaveColor; // 第一个波浪颜色
@pro... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIView++/UIView+OwnVC.h | //
// UIView+OwnVC.h
// LiveTest
//
// Created by 任强宾 on 16/9/20.
// Copyright © 2016年 NeiQuan. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIView (OwnVC)
- (UIViewController *)currentVC;
@end
|
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Animation/ADTransition/Scale/ADScaleTransition.h | //
// ADScaleTransition.h
// CommonLibrary
//
// Created by James on 3/7/14.
// Copyright (c) 2014 CommonLibrary. All rights reserved.
//
#if kSupportADTransition
#import "ADTransition.h"
@interface ADScaleTransition : ADTransition
@end
#endif
|
754340156/NQ_quanfu | allrichstore/UI/ShoppingCart/CreateOrder/V/CreateOrderAmountCell.h | <reponame>754340156/NQ_quanfu<filename>allrichstore/UI/ShoppingCart/CreateOrder/V/CreateOrderAmountCell.h
//
// CreateOrderAmountCell.h
// allrichstore
//
// Created by zhaozhe on 16/11/18.
// Copyright © 2016年 allrich88. All rights reserved.
//商品金额cell
#import "BaseTableViewCell.h"
@class CreateOrderGoodsPrices;
... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBMacro/QBMacroHeader.h | <gh_stars>1-10
//
// QBMacroHeader.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/21.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef QBMacroHeader_h
#define QBMacroHeader_h
#import "QBLayout.h" //布局
#import "QBFont.h" //字体
#import "QBColor.h" //颜色
#endif /* QBMacroHeader_h */
|
754340156/NQ_quanfu | allrichstore/UI/Home/Message/V/SysytemMsgCell.h | //
// SysytemMsgCell.h
// allrichstore
//
// Created by 任强宾 on 16/11/15.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseTableViewCell.h"
@interface SysytemMsgCell : BaseTableViewCell
@end
|
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Main/V/firstView/GoodsDetailActiveView.h | <reponame>754340156/NQ_quanfu
//
// GoodsDetailActiveView.h
// allrichstore
//
// Created by zhaozhe on 16/11/1.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@class GoodsDetailModel;
@interface GoodsDetailActiveView : UIView
/** model */
@property(nonatomic,strong) GoodsDetailMo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.