mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix more warnings
This commit is contained in:
@@ -14,7 +14,7 @@ import TelegramNotices
|
||||
import AppBundle
|
||||
import TooltipUI
|
||||
|
||||
protocol CallControllerNodeProtocol: class {
|
||||
protocol CallControllerNodeProtocol: AnyObject {
|
||||
var isMuted: Bool { get set }
|
||||
|
||||
var toggleMute: (() -> Void)? { get set }
|
||||
|
||||
Reference in New Issue
Block a user