Mac OS X Launcher: Misc changes in ObjC, forwarding sendUserNotification to Swift.

This commit is contained in:
meeh
2018-12-08 09:14:33 +00:00
parent a0d356bc56
commit dfcc616cb3
4 changed files with 15 additions and 6 deletions

View File

@@ -62,5 +62,6 @@ inline std::string buildClassPathForObjC(std::string basePath)
- (void) startupI2PRouter:(NSString*)i2pRootPath;
- (void) openUrl:(NSString*)url;
+ (void) logProxy:(int)level formattedMsg:(NSString*)formattedMsg;
+ (void) sendUserNotification:(NSString*)title formattedMsg:(NSString*)formattedMsg;
+ (instancetype)sharedInstance; // this makes it a singleton
@end