From ed0442e43ac382eb48b85acace28e2686e3b12f2 Mon Sep 17 00:00:00 2001 From: Sebastian Mamczak Date: Fri, 15 May 2020 09:57:33 +0200 Subject: [PATCH] Allow subclassing --- checkbox/Checkbox.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkbox/Checkbox.swift b/checkbox/Checkbox.swift index 7974535..c77a8c0 100644 --- a/checkbox/Checkbox.swift +++ b/checkbox/Checkbox.swift @@ -8,7 +8,7 @@ import UIKit /// Checkbox is a simple, animation free checkbox and UISwitch alternative designed /// to be performant and easy to implement. -public class Checkbox: UIControl { +open class Checkbox: UIControl { // MARK: - Enums