BDPNamedDescribed

@protocol BDPNamedDescribed

@brief Any object having a human-readable name and description, typically for display in a User Interface. @copyright Bluedot Innovation

  • Human-readable name of this object.

    Declaration

    Objective-C

    @property (copy) NSString *name;
  • Human-readable description for this object.

    Declaration

    Objective-C

    @property (copy) NSString *description;