NSData+HexString.h
1 // 2 // NSData+HexString.h 3 // libsecurity_transform 4 // 5 // Copyright (c) 2011 Apple Inc. All Rights Reserved. 6 // 7 8 #import <Foundation/Foundation.h> 9 10 @interface NSData (HexString) 11 +(id)dataWithHexString:(NSString*)hex; 12 @end