GSLib
示例
要运行示例项目,首先克隆仓库,然后从 Example 目录运行 pod install
。
#ifndef GSLib_h
#define GSLib_h
/** CMNCommon*/
#import "UIView+GSPosition.h"
#import "UIViewController+GSSkip.h"
#import "UIColor+GSColor.h"
#import "GCD.h"
/** CMNControl*/
#import "GSButton.h"
#import "GSImageView.h"
#import "GSLabel.h"
#import "GSView.h"
#import "GSAlertView.h"
/** CMNFoundation*/
#import "GSMacro.h"
#import "NSObject+GSDate.h"
#import "NSObject+GSOject.h"
#import "NSObject+GSValidate.h"
#import "GSHelperProtocol.h"
#import "NSObject+GSArchiver.h"
#import "GSFileManager.h"
#import "GSDB.h"
/** CMNFramerwork*/
#import "GSAgentViewController.h"
#import "GSTableView.h"
#import "GSTableViewCell.h"
#endif
安装
GSLib 通过 CocoaPods 提供。要安装它,只需将以下行添加到 Podfile 中,即可完成安装:
pod 'GSLib'
作者
xiamoweinuan, [email protected]
链接
https://github.com/liuchongfaye/YIIFMDB https://github.com/YouXianMing http://home.cnblogs.com/u/YouXianMing/
许可证
GSLib遵守MIT许可证。详细信息请查阅LICENSE文件。