mirror of
https://github.com/samsonjs/arq_restore.git
synced 2026-04-14 12:35:47 +00:00
12 lines
229 B
Objective-C
12 lines
229 B
Objective-C
//
|
|
// MD5Hash.h
|
|
// Arq
|
|
//
|
|
// Created by Stefan Reitshamer on 1/1/14.
|
|
// Copyright (c) 2014 Stefan Reitshamer. All rights reserved.
|
|
//
|
|
|
|
|
|
@interface MD5Hash : NSObject
|
|
+ (NSString *)hashDataBase64Encode:(NSData *)theData;
|
|
@end
|