LL12345911 / ATKit

私有库

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

私有库

License:MIT License


Languages

Language:Objective-C 99.8%Language:Ruby 0.2%