KeychainSwift.h 538 B

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