//
//  RSLicenseUtil.h
//  RSLicenseSDK
//  Copyright © 2018년 RAONSECURE All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for RSLicenseSDK.
FOUNDATION_EXPORT double RSLicenseSDKVersionNumber;

//! Project version string for RSLicenseSDK.
FOUNDATION_EXPORT const unsigned char RSLicenseSDKVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <RSLicenseSDK/PublicHeader.h>

#import <RSLicenseSDK/RSLicenseChecker.h>

