ish/app/APKFilesystem.h
2020-11-28 19:58:14 -08:00

12 lines
228 B
C

//
// APKFilesystem.h
// iSH
//
// Created by Theodore Dubois on 11/27/20.
//
extern const struct fs_ops apkfs;
extern NSString *const APKDownloadStartedNotification;
extern NSString *const APKDownloadFinishedNotification;