diff options
Diffstat (limited to 'src/ios.h')
-rw-r--r-- | src/ios.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ void exportDownloadedFile_iOS(const iString *path); | |||
39 | void pickFileForOpening_iOS (void); | 39 | void pickFileForOpening_iOS (void); |
40 | void pickFile_iOS (const char *command); /* ` path:%s` will be appended */ | 40 | void pickFile_iOS (const char *command); /* ` path:%s` will be appended */ |
41 | void openTextActivityView_iOS(const iString *text); | 41 | void openTextActivityView_iOS(const iString *text); |
42 | void openFileActivityView_iOS(const iString *path); | ||
42 | 43 | ||
43 | iBool isPhone_iOS (void); | 44 | iBool isPhone_iOS (void); |
44 | void safeAreaInsets_iOS (float *left, float *top, float *right, float *bottom); | 45 | void safeAreaInsets_iOS (float *left, float *top, float *right, float *bottom); |