Remove unneeded @available.

This commit is contained in:
Brent Simmons 2024-02-22 21:57:35 -08:00
parent 13d41eed6f
commit 3de86ba877

View File

@ -14,7 +14,6 @@ class MasterTimelineTitleView: UIView {
@IBOutlet weak var label: UILabel!
@IBOutlet weak var unreadCountView: MasterTimelineUnreadCountView!
@available(iOS 13.4, *)
private lazy var pointerInteraction: UIPointerInteraction = {
UIPointerInteraction(delegate: self)
}()