removed inits

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-09-20 08:30:37 -05:00
parent 5043ff35a0
commit 4f6b848e72

View File

@ -24,18 +24,7 @@ import VDS
//--------------------------------------------------
// 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() {
self.init(frame:.zero)
}