mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
[WIP] Stories
This commit is contained in:
@@ -111,6 +111,10 @@ public final class Button: Component {
|
||||
public final class View: UIButton, ComponentTaggedView {
|
||||
private let contentView: ComponentHostView<Empty>
|
||||
|
||||
public var content: UIView? {
|
||||
return self.contentView.componentView
|
||||
}
|
||||
|
||||
private var component: Button?
|
||||
private var currentIsHighlighted: Bool = false {
|
||||
didSet {
|
||||
|
||||
Reference in New Issue
Block a user