Skip to content

Commit 078ddfd

Browse files
committed
[Feat] Changing to AnyObject
1 parent 933b2a8 commit 078ddfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DropDown/src/DropDown.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ private typealias ComputeLayoutTuple = (x: CGFloat, y: CGFloat, width: CGFloat,
2020

2121
/// Can be `UIView` or `UIBarButtonItem`.
2222
@objc
23-
public protocol AnchorView: class {
23+
public protocol AnchorView: AnyObject {
2424

2525
var plainView: UIView { get }
2626

0 commit comments

Comments
 (0)