ish/app/FileProvider/NSError+ISHErrno.h
2019-02-08 20:04:54 -08:00

21 lines
343 B
Objective-C

//
// NSError+ISHErrno.h
// iSH
//
// Created by Theodore Dubois on 12/15/18.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface NSError (ISHErrno)
+ (NSError *)errorWithISHErrno:(long)err itemIdentifier:(NSFileProviderItemIdentifier)identifier;
@end
extern NSString *const ISHErrnoDomain;
NS_ASSUME_NONNULL_END