From 3de86ba87774ed49255eaf88c2b33caae0c78952 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Thu, 22 Feb 2024 21:57:35 -0800 Subject: [PATCH] Remove unneeded @available. --- iOS/MasterTimeline/MasterTimelineTitleView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/iOS/MasterTimeline/MasterTimelineTitleView.swift b/iOS/MasterTimeline/MasterTimelineTitleView.swift index 9c81ac7ee..6a10ef696 100644 --- a/iOS/MasterTimeline/MasterTimelineTitleView.swift +++ b/iOS/MasterTimeline/MasterTimelineTitleView.swift @@ -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) }()