10 lines
143 B
Objective-C
10 lines
143 B
Objective-C
//
|
|
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
|
|
//
|
|
|
|
@interface NSData (hexString)
|
|
|
|
- (NSString *)hexadecimalString;
|
|
|
|
@end
|