import Foundation import UIKit import Display import ComponentFlow final class VideoShadowsView: UIView { override init(frame: CGRect) { super.init(frame: frame) } required init?(coder: NSCoder) { fatalError("init(coder:) has not been implemented") } func update(size: CGSize, transition: Transition) { } }