TableKit/Sources/ExpandableCellViewModel.swift

6 lines
91 B
Swift

public protocol ExpandableCellViewModel: class {
var isCollapsed: Bool { get set }
}