Skip to content

Commit

Permalink
Change acknowledgement access level to open
Browse files Browse the repository at this point in the history
  • Loading branch information
cheshire0105 committed Jan 21, 2025
1 parent 5396512 commit 1443806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AcknowList/AcknowViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ open class AcknowViewController: UIViewController {
open var textView: UITextView?

/// The represented acknowledgement.
var acknowledgement: Acknow?
open var acknowledgement: Acknow?

/**
Initializes the `AcknowViewController` instance with an acknowledgement.
Expand Down

0 comments on commit 1443806

Please sign in to comment.