mirror of
https://github.com/ish-app/ish.git
synced 2026-01-18 13:57:29 +00:00
16 lines
255 B
Objective-C
16 lines
255 B
Objective-C
//
|
|
// FileProviderExtension.h
|
|
// iSHFiles
|
|
//
|
|
// Created by Theodore Dubois on 9/20/18.
|
|
//
|
|
|
|
#import <FileProvider/FileProvider.h>
|
|
#include "kernel/task.h"
|
|
|
|
@interface FileProviderExtension : NSFileProviderExtension
|
|
|
|
@end
|
|
|
|
extern struct task *fake_task;
|