HomeTestResultCellConfigurator
class HomeTestResultCellConfigurator : CollectionViewCellConfigurator
extension HomeTestResultCellConfigurator: HomeTestResultCollectionViewCellDelegate
Undocumented
-
Undocumented
Declaration
Swift
var testResult: TestResult?
-
Undocumented
Declaration
Swift
var primaryAction: (() -> Void)?
-
Undocumented
Declaration
Swift
func configure(cell: HomeTestResultCollectionViewCell)
-
Undocumented
Declaration
Swift
func configureSubmit(cell: HomeTestResultCollectionViewCell)
-
Declaration
Swift
func hash(into hasher: inout Swift.Hasher)
-
Declaration
Swift
static func == (lhs: HomeTestResultCellConfigurator, rhs: HomeTestResultCellConfigurator) -> Bool
-
Undocumented
Declaration
Swift
func testResultCollectionViewCellPrimaryActionTriggered(_ collectionViewCell: HomeTestResultCollectionViewCell)