This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
File: KeychainItem.h | |
Abstract: | |
Objective-C wrapper for accessing a single keychain item. | |
KeychainItem by Levi Brown is licensed under a Creative Commons Attribution 3.0 Unported License. | |
To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/ | |
Based on a work at https://developer.apple.com/library/ios/#samplecode/GenericKeychain | |
Some ARC conversion modifications were made based on: https://gist.github.com/1170641 | |
Under the terms of this license, the above attribution and license statements are to remain |