Skip to content

Commit

Permalink
More public
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Oct 18, 2023
1 parent 84a6d07 commit a45477b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/CommonAppleKit/ListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public final class ListView<Cell: ListViewCell>: CACollectionView, CACollectionV
private let cellId: String

#if canImport(UIKit)
var content: [Any] = [] {
public var content: [Any] = [] {
didSet {
reloadData()
}
Expand Down
2 changes: 1 addition & 1 deletion Tests/CommonAppleKitTests/CommonAppleKitTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

import XCTest
@testable import CommonAppleKit
import CommonAppleKit

private final class ControllerA: CAViewController { }

Expand Down

0 comments on commit a45477b

Please sign in to comment.