Skip to content

Commit

Permalink
project fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kvyatkovskys committed Jul 6, 2024
1 parent fbf1c75 commit 5e037b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/KVKCalendar/Calendar+Extension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ extension UITableView: KVKDequeueProxyProtocol {}
extension UICollectionView: KVKDequeueProxyProtocol {}

@available(iOS 13.4, *)
extension UIView: @retroactive UIPointerInteractionDelegate {
extension UIView: UIPointerInteractionDelegate {

func addPointInteraction() {
let interaction = UIPointerInteraction(delegate: self)
Expand Down

0 comments on commit 5e037b4

Please sign in to comment.