Commit 8fd89991 by Daniel Dahan

development: issue-552: removed extraneous @objc declarations

parent d6a06dce
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
import UIKit import UIKit
@objc(Button)
open class Button: UIButton { open class Button: UIButton {
/** /**
A CAShapeLayer used to manage elements that would be affected by A CAShapeLayer used to manage elements that would be affected by
......
...@@ -59,7 +59,6 @@ public protocol SwitchDelegate { ...@@ -59,7 +59,6 @@ public protocol SwitchDelegate {
func switchDidChangeState(control: Switch, state: SwitchState) func switchDidChangeState(control: Switch, state: SwitchState)
} }
@objc(Switch)
open class Switch: UIControl { open class Switch: UIControl {
/// Will layout the view. /// Will layout the view.
open var willLayout: Bool { open var willLayout: Bool {
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
import UIKit import UIKit
@objc(View)
open class View: UIView { open class View: UIView {
/** /**
A CAShapeLayer used to manage elements that would be affected by A CAShapeLayer used to manage elements that would be affected by
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment