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