fix: make TableDirectorHolder public
This commit is contained in:
parent
0a195e3309
commit
6472f8a3bb
|
|
@ -23,7 +23,7 @@ import TIUIKitCore
|
|||
import TableKit
|
||||
|
||||
extension BaseCustomViewController: TableDirectorHolder where View: TableDirectorHolder {
|
||||
var tableDirector: View.TableDirectorType {
|
||||
public var tableDirector: View.TableDirectorType {
|
||||
customView.tableDirector
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
import TableKit
|
||||
|
||||
protocol TableDirectorHolder {
|
||||
public protocol TableDirectorHolder {
|
||||
associatedtype TableDirectorType: TableDirector
|
||||
|
||||
var tableDirector: TableDirectorType { get }
|
||||
|
|
|
|||
Loading…
Reference in New Issue