| 12345678910111213141516171819 |
- //
- // KeychainSwift.h
- // KeychainSwift
- //
- // Created by Evgenii on 1/06/2015.
- // Copyright (c) 2015 The Exchange Group Pty Ltd. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- //! Project version number for KeychainSwift.
- FOUNDATION_EXPORT double KeychainSwiftVersionNumber;
- //! Project version string for KeychainSwift.
- FOUNDATION_EXPORT const unsigned char KeychainSwiftVersionString[];
- // In this header, you should import all the public headers of your framework using statements like #import <KeychainSwift/PublicHeader.h>
|