Video stream improvements

This commit is contained in:
Ali
2022-03-01 21:41:00 +04:00
parent 612f5eeef1
commit 76f932212c
17 changed files with 225 additions and 62 deletions

View File

@@ -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