RVS_BTDriver_iOS_Test_Harness_MainTableViewController_TableViewCell

class RVS_BTDriver_iOS_Test_Harness_MainTableViewController_TableViewCell : UITableViewCell
  • The device assigned to this cell.

    Declaration

    Swift

    weak var device: RVS_BTDriver_DeviceProtocol!
  • The label.

    Declaration

    Swift

    @IBOutlet
    weak var displayLabel: UILabel!