removed @objcmembers from control

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-07-29 13:07:34 -05:00
parent 641ae4d572
commit 443bbded79

View File

@ -8,7 +8,7 @@
import Foundation
import UIKit
@objcMembers open class VDSControl: UIControl, ViewProtocol {
open class VDSControl: UIControl, ViewProtocol {
//--------------------------------------------------
// MARK: - Properties
//--------------------------------------------------