Files
Schnappix/node_modules/expo-file-system/ios/Legacy/NSData+EXFileSystem.h
T

10 lines
164 B
Objective-C

// Copyright 2015-present 650 Industries. All rights reserved.
#import <Foundation/Foundation.h>
@interface NSData (EXFileSystem)
- (NSString *)md5String;
@end