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.

18 lines
519 B

  1. //
  2. // RSLicenseUtil.h
  3. // RSLicenseSDK
  4. // Copyright © 2018년 RAONSECURE All rights reserved.
  5. //
  6. #import <UIKit/UIKit.h>
  7. //! Project version number for RSLicenseSDK.
  8. FOUNDATION_EXPORT double RSLicenseSDKVersionNumber;
  9. //! Project version string for RSLicenseSDK.
  10. FOUNDATION_EXPORT const unsigned char RSLicenseSDKVersionString[];
  11. // In this header, you should import all the public headers of your framework using statements like #import <RSLicenseSDK/PublicHeader.h>
  12. #import <RSLicenseSDK/RSLicenseChecker.h>