KeychainSwift-watchOS.h 597 B

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