mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Refactoring
This commit is contained in:
@@ -687,6 +687,10 @@ public final class TelegramRootController: NavigationController, TelegramRootCon
|
||||
}
|
||||
}
|
||||
|
||||
extension MediaEditorScreen.Result: MediaEditorScreenResult {
|
||||
|
||||
#if swift(>=6.0)
|
||||
extension MediaEditorScreen.Result: @retroactive MediaEditorScreenResult {
|
||||
}
|
||||
#else
|
||||
extension MediaEditorScreen.Result: MediaEditorScreenResult {
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user