diff --git a/MVMCoreUI/Atomic/Atoms/Views/Pagination.swift b/MVMCoreUI/Atomic/Atoms/Views/Pagination.swift index a34ff0d0..7cb8c0c2 100644 --- a/MVMCoreUI/Atomic/Atoms/Views/Pagination.swift +++ b/MVMCoreUI/Atomic/Atoms/Views/Pagination.swift @@ -25,17 +25,6 @@ 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) }