Skip to content

Commit

Permalink
fix objc can not obtain dismissalTapGestureRecognizer (#496)
Browse files Browse the repository at this point in the history
Co-authored-by: CodingIran <[email protected]>
  • Loading branch information
codingiran and CodingIran authored Aug 26, 2021
1 parent 289ea4c commit 84eba1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BackdropView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ import UIKit
public class BackdropView: UIView {

/// The gesture recognizer for tap gestures to dismiss a panel.
public var dismissalTapGestureRecognizer: UITapGestureRecognizer!
@objc public var dismissalTapGestureRecognizer: UITapGestureRecognizer!
}

0 comments on commit 84eba1a

Please sign in to comment.