//
//  RNHSUtils.h
//  HelpshiftExample
//
//

#import <Foundation/Foundation.h>

//NS_ASSUME_NONNULL_BEGIN

@interface NSString (HSStringUtils)

/**
 *  Convert a hex input string into NSData with an equivalent description
 *
 *
 *  @return NSData which has the same description in the hex encoded plist format. Example :
 * <e36b93e1 7f49de25 4ad6fcfe 2e25a546 532169a2 0d96bcc8 17ff9e2e 3e6ffa67 9595>
 */
- (NSData *) hs_dataFromStringDescription;

@end

//NS_ASSUME_NONNULL_END
