Skip to content

Commit

Permalink
Change class access control from public to open
Browse files Browse the repository at this point in the history
  • Loading branch information
kchatzigeorgiou committed Oct 5, 2020
1 parent 7751caf commit c370e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkbox/Checkbox.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c370e00

Please sign in to comment.