KeychainSwift-OSX.h 563 B

12345678910111213141516171819
  1. //
  2. // KeychainSwift-OSX.h
  3. // KeychainSwift-OSX
  4. //
  5. // Created by Pedro Pinera Buendia on 05/10/15.
  6. // Copyright © 2015 Marketplacer. All rights reserved.
  7. //
  8. #import <Cocoa/Cocoa.h>
  9. //! Project version number for KeychainSwift-OSX.
  10. FOUNDATION_EXPORT double KeychainSwift_OSXVersionNumber;
  11. //! Project version string for KeychainSwift-OSX.
  12. FOUNDATION_EXPORT const unsigned char KeychainSwift_OSXVersionString[];
  13. // In this header, you should import all the public headers of your framework using statements like #import <KeychainSwift_OSX/PublicHeader.h>