Skip to content

Commit

Permalink
Make DailyPageViewController store publicly readable
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Apr 8, 2023
1 parent 5d2500b commit 38be8ce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ UIPageViewControllerDataSource, UIPageViewControllerDelegate {
@available(*, unavailable, renamed: "store")
public var storeManager: OCKSynchronizedStoreManager!

let store: OCKAnyStoreProtocol
/// The store the view controller uses for synchronization.
public let store: OCKAnyStoreProtocol

/// Page view managing ListViewControllers.
private let pageViewController = UIPageViewController(transitionStyle: .scroll, navigationOrientation: .horizontal, options: nil)
Expand Down

0 comments on commit 38be8ce

Please sign in to comment.