mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
Introduce CallService
This commit is contained in:
@@ -50,7 +50,11 @@ extern NSString *const AppDelegateDidValidateEmailNotificationClientSecretKey;
|
||||
*/
|
||||
extern NSString *const AppDelegateUniversalLinkDidChangeNotification;
|
||||
|
||||
@interface LegacyAppDelegate : UIResponder <UIApplicationDelegate, MXKCallViewControllerDelegate, UISplitViewControllerDelegate, UINavigationControllerDelegate, JitsiViewControllerDelegate>
|
||||
@interface LegacyAppDelegate : UIResponder <
|
||||
UIApplicationDelegate,
|
||||
UISplitViewControllerDelegate,
|
||||
UINavigationControllerDelegate,
|
||||
JitsiViewControllerDelegate>
|
||||
{
|
||||
// background sync management
|
||||
void (^_completionHandler)(UIBackgroundFetchResult);
|
||||
|
||||
Reference in New Issue
Block a user