mirror of
https://github.com/ish-app/ish.git
synced 2026-01-18 13:57:29 +00:00
15 lines
272 B
Objective-C
15 lines
272 B
Objective-C
//
|
|
// FileProviderItem.h
|
|
// iSHFiles
|
|
//
|
|
// Created by Theodore Dubois on 9/20/18.
|
|
//
|
|
|
|
#import <FileProvider/FileProvider.h>
|
|
|
|
@interface FileProviderItem : NSObject <NSFileProviderItem>
|
|
|
|
- (instancetype)initWithIdentifier:(NSFileProviderItemIdentifier)identifier;
|
|
|
|
@end
|