Emoji and status improvements

This commit is contained in:
Ali
2022-09-02 20:10:43 +04:00
parent fe3715bd90
commit e4f1c6aa72
34 changed files with 1190 additions and 176 deletions

View File

@@ -173,7 +173,7 @@ public class ComponentGesture {
}
public class AnyComponent<EnvironmentType>: _TypeErasedComponent, Equatable {
fileprivate let wrapped: _TypeErasedComponent
public let wrapped: _TypeErasedComponent
public init<ComponentType: Component>(_ component: ComponentType) where ComponentType.EnvironmentType == EnvironmentType {
self.wrapped = component