update iOS project

This commit is contained in:
2019-07-12 10:47:58 +02:00
parent c4633a906f
commit ea0679dfe5
8 changed files with 112 additions and 186 deletions

View File

@@ -33,8 +33,6 @@
- (void)unregisterForKeyboardNotifications;
- (void)crash;
- (void)share_file:(NSString*)file_path;
- (void)tick;
- (void)render_loop;
- (std::string)clipboard_get_string;
- (bool)clipboard_set_string:(const std::string&)s;
@end