forked from mirrors/linphone-iphone
15 lines
255 B
Objective-C
Executable file
15 lines
255 B
Objective-C
Executable file
//
|
|
// NSString+MD5Addition.h
|
|
// UIDeviceAddition
|
|
//
|
|
// Created by Georg Kitz on 20.08.11.
|
|
// Copyright 2011 Aurora Apps. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface NSString(MD5Addition)
|
|
|
|
- (NSString *) stringFromMD5;
|
|
|
|
@end
|