mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Support Xcode 15.3
This commit is contained in:
@@ -539,7 +539,7 @@ public class VideoMessageCameraScreen: ViewController {
|
||||
case video(Video)
|
||||
}
|
||||
|
||||
fileprivate final class Node: ViewControllerTracingNode, UIGestureRecognizerDelegate {
|
||||
fileprivate final class Node: ViewControllerTracingNode, ASGestureRecognizerDelegate {
|
||||
private weak var controller: VideoMessageCameraScreen?
|
||||
private let context: AccountContext
|
||||
fileprivate var camera: Camera?
|
||||
|
||||
Reference in New Issue
Block a user