Story mute button animation

This commit is contained in:
Ali
2023-07-28 16:47:50 +04:00
parent 1cee5070f8
commit a257155ab4
6 changed files with 80 additions and 31 deletions

View File

@@ -47,6 +47,10 @@ public final class PlainButtonComponent: Component {
private let contentContainer = UIView()
private let content = ComponentView<Empty>()
public var contentView: UIView? {
return self.content.view
}
override init(frame: CGRect) {
super.init(frame: frame)