mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-10 17:02:54 +01:00
Remove unneeded @available.
This commit is contained in:
parent
13d41eed6f
commit
3de86ba877
@ -14,7 +14,6 @@ class MasterTimelineTitleView: UIView {
|
|||||||
@IBOutlet weak var label: UILabel!
|
@IBOutlet weak var label: UILabel!
|
||||||
@IBOutlet weak var unreadCountView: MasterTimelineUnreadCountView!
|
@IBOutlet weak var unreadCountView: MasterTimelineUnreadCountView!
|
||||||
|
|
||||||
@available(iOS 13.4, *)
|
|
||||||
private lazy var pointerInteraction: UIPointerInteraction = {
|
private lazy var pointerInteraction: UIPointerInteraction = {
|
||||||
UIPointerInteraction(delegate: self)
|
UIPointerInteraction(delegate: self)
|
||||||
}()
|
}()
|
||||||
|
Loading…
Reference in New Issue
Block a user