session-ios/Signal/src/textsecure/Util/NSData+hexString.h

16 lines
265 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