mirror of
https://github.com/ish-app/ish.git
synced 2026-01-25 14:06:40 +00:00
12 lines
228 B
C
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;
|