From fcd39bd5645b54f94385e60d134f8045e5db8740 Mon Sep 17 00:00:00 2001 From: Hemant Singh Date: Mon, 3 Oct 2022 21:56:15 +0530 Subject: [PATCH] Update DropDown.swift --- DropDown/src/DropDown.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DropDown/src/DropDown.swift b/DropDown/src/DropDown.swift index f41e8dd..9139e63 100644 --- a/DropDown/src/DropDown.swift +++ b/DropDown/src/DropDown.swift @@ -20,7 +20,7 @@ private typealias ComputeLayoutTuple = (x: CGFloat, y: CGFloat, width: CGFloat, /// Can be `UIView` or `UIBarButtonItem`. @objc -public protocol AnchorView: class { +public protocol AnchorView: AnyObject { var plainView: UIView { get }