removed inits
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
5043ff35a0
commit
4f6b848e72
@ -24,18 +24,7 @@ import VDS
|
|||||||
|
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
// MARK: - Initializers
|
// MARK: - Initializers
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
|
|
||||||
override public init(frame: CGRect) {
|
|
||||||
super.init(frame: frame)
|
|
||||||
}
|
|
||||||
|
|
||||||
/// There is currently no intention on using xib files.
|
|
||||||
required public init?(coder aDecoder: NSCoder) {
|
|
||||||
super.init(coder: aDecoder)
|
|
||||||
fatalError("xib file is not implemented for Checkbox.")
|
|
||||||
}
|
|
||||||
|
|
||||||
public convenience required init() {
|
public convenience required init() {
|
||||||
self.init(frame:.zero)
|
self.init(frame:.zero)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user