Commit 8fd89991 by Daniel Dahan

development: issue-552: removed extraneous @objc declarations

parent d6a06dce
......@@ -30,7 +30,6 @@
import UIKit
@objc(Button)
open class Button: UIButton {
/**
A CAShapeLayer used to manage elements that would be affected by
......
......@@ -59,7 +59,6 @@ public protocol SwitchDelegate {
func switchDidChangeState(control: Switch, state: SwitchState)
}
@objc(Switch)
open class Switch: UIControl {
/// Will layout the view.
open var willLayout: Bool {
......
......@@ -30,7 +30,6 @@
import UIKit
@objc(View)
open class View: UIView {
/**
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