Introduce CallBar view management

This commit is contained in:
ismailgulek
2020-12-02 23:17:06 +03:00
parent c2e616b870
commit 50feecc4df
11 changed files with 366 additions and 116 deletions
+2 -1
View File
@@ -29,6 +29,7 @@
@protocol Configurable;
@protocol LegacyAppDelegateDelegate;
@class CallBar;
#pragma mark - Notifications
/**
@@ -238,7 +239,7 @@ JitsiViewControllerDelegate>
Call status window displayed when user goes back to app during a call.
*/
@property (nonatomic, readonly) UIWindow* callStatusBarWindow;
@property (nonatomic, readonly) UIButton* callStatusBarButton;
@property (nonatomic, readonly) CallBar* callBar;
#pragma mark - App version management