Signal-iOS/src/Util/NSData+hexString.h
Frederic Jacobs 5d91a5bd4f Init Commit
2015-12-22 15:51:11 +01:00

16 lines
266 B
Objective-C

//
// NSData+hexString.h
// TextSecureKit
//
// Created by Frederic Jacobs on 28/10/14.
// Copyright (c) 2014 Open Whisper Systems. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSData (hexString)
- (NSString *)hexadecimalString;
@end