Skip to content

Commit

Permalink
Merge pull request #29 from kchatzigeorgiou/fix-class-access-control
Browse files Browse the repository at this point in the history
Change class access control from public to open
  • Loading branch information
BeauNouvelle authored Oct 18, 2020
2 parents 11ed049 + 14f6593 commit 6b3ce4e
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 @@ -9,7 +9,7 @@ import UIKit
/// Checkbox is a simple, animation free checkbox and UISwitch alternative designed
/// to be performant and easy to implement.
@IBDesignable
public class Checkbox: UIControl {
open class Checkbox: UIControl {

// MARK: - Enums

Expand Down

0 comments on commit 6b3ce4e

Please sign in to comment.