From 1443806c9013cda8abfd33586c828f0e2d66dd8d Mon Sep 17 00:00:00 2001 From: cheshire0105 Date: Tue, 21 Jan 2025 21:36:55 +0900 Subject: [PATCH] Change acknowledgement access level to open --- Sources/AcknowList/AcknowViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/AcknowList/AcknowViewController.swift b/Sources/AcknowList/AcknowViewController.swift index f6cb242..e0f9d48 100644 --- a/Sources/AcknowList/AcknowViewController.swift +++ b/Sources/AcknowList/AcknowViewController.swift @@ -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.