GSLib 0.0.19

GSLib 0.0.19

Maintained by gaoshuang.



GSLib 0.0.19

GSLib

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

#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

Installation

GSLib is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'GSLib'

Author

xiamoweinuan, [email protected]

Link

https://github.com/liuchongfaye/YIIFMDB https://github.com/YouXianMing http://home.cnblogs.com/u/YouXianMing/

License

GSLib is available under the MIT license. See the LICENSE file for more info.