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