/ATKit

私有库

Primary LanguageObjective-CMIT LicenseMIT

Installation

CocoaPods (recommend)

Add following content pod 'ATKit', :git => 'https://github.com/LL12345911/ATKit.git' to your Podfile.

Run pod install or pod update. Manually (old school way)

Drag the AtKitLib folder into your project.

Add the following to your .pch file.

#import "AtKit.h" Usage

Add the following to your view controller file: #import "AtKit.h"