Skip to content

Commit ed0442e

Browse files
committed
Allow subclassing
1 parent 5b4cda9 commit ed0442e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

checkbox/Checkbox.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import UIKit
88

99
/// Checkbox is a simple, animation free checkbox and UISwitch alternative designed
1010
/// to be performant and easy to implement.
11-
public class Checkbox: UIControl {
11+
open class Checkbox: UIControl {
1212

1313
// MARK: - Enums
1414

0 commit comments

Comments
 (0)