8 lines
129 B
Objective-C
8 lines
129 B
Objective-C
// Copyright 2015-present 650 Industries. All rights reserved.
|
|
|
|
@interface NSData (EXFileSystem)
|
|
|
|
- (NSString *)md5String;
|
|
|
|
@end
|