forgotten public
This commit is contained in:
parent
c1fe170c51
commit
079a723ef1
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
import RxSwift
|
||||
|
||||
extension PrimitiveSequence where Trait == SingleTrait {
|
||||
public extension PrimitiveSequence where Trait == SingleTrait {
|
||||
|
||||
/// Replaces emitted element with new one.
|
||||
///
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ public extension TableKitViewModel {
|
|||
/// TableRow type.
|
||||
typealias RowType = TableRow<CellType>
|
||||
|
||||
/// Returs TableRow initialized with current view model.
|
||||
/// Returns TableRow initialized with current view model.
|
||||
var tableRow: RowType {
|
||||
return RowType(item: self)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue