mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Video stream improvements
This commit is contained in:
@@ -111,6 +111,11 @@ public protocol ComponentTaggedView: UIView {
|
||||
func matches(tag: Any) -> Bool
|
||||
}
|
||||
|
||||
public final class GenericComponentViewTag {
|
||||
public init() {
|
||||
}
|
||||
}
|
||||
|
||||
public protocol Component: _TypeErasedComponent, Equatable {
|
||||
associatedtype EnvironmentType = Empty
|
||||
associatedtype View: UIView = UIView
|
||||
|
||||
Reference in New Issue
Block a user