We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933b2a8 commit 078ddfdCopy full SHA for 078ddfd
DropDown/src/DropDown.swift
@@ -20,7 +20,7 @@ private typealias ComputeLayoutTuple = (x: CGFloat, y: CGFloat, width: CGFloat,
20
21
/// Can be `UIView` or `UIBarButtonItem`.
22
@objc
23
-public protocol AnchorView: class {
+public protocol AnchorView: AnyObject {
24
25
var plainView: UIView { get }
26
0 commit comments