Skip to content

hoggenw/YLKeyChain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YLKeyChain

CI Status Version License Platform

Example

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

Requirements

Installation

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

pod "YLKeyChain"

调用方法

   //存入
    NSString * token = [NSString stringWithFormat: @"3rdsjkvKSDGFht4tinvdjskn"];
    [YLKeyChain savePassWord:token];
  //读取
    NSString* getToken = [YLKeyChain readToken];
  //删除
    [YLKeyChain deleteToken];

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published