//
//  VFYLicense.h
//
//  Created by MTN on 27/03/21.
//

#import <Foundation/Foundation.h>

@interface VFYLicense : NSObject

+ (void) setLicense:(NSDictionary*) jsonLicense;

@end
