FUIPropertyFormCell

public protocol FUIPropertyFormCell : FUIFormCell

This protocol is to be implemented by all FUIPropertyFormCells. Each property has a key name and a value.

  • The key name for this property.

    Declaration

    Swift

    var keyName: String? { get set }