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