// Copyright 2015-present 650 Industries. All rights reserved.

#import <Foundation/Foundation.h>

@interface NSData (EXFileSystem)

- (NSString *)md5String;

@end
