You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
598 B

2 years ago
  1. //
  2. // ItrustJpkiLibrary.h
  3. // ItrustJpkiLibrary
  4. //
  5. // Created by pd-dev on 2019/08/06.
  6. // Copyright © 2019 Cybertrust. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <CommonCrypto/CommonCrypto.h>
  10. //! Project version number for ItrustJpkiLibrary.
  11. FOUNDATION_EXPORT double ItrustJpkiLibraryVersionNumber;
  12. //! Project version string for ItrustJpkiLibrary.
  13. FOUNDATION_EXPORT const unsigned char ItrustJpkiLibraryVersionString[];
  14. // In this header, you should import all the public headers of your framework using statements like #import <ItrustJpkiLibrary/PublicHeader.h>