MBFormattedDescription Protocol Reference

Conforms to NSObject
Declared in MBFormattedDescriptionObject.h

Overview

Adopted by classes that utilize an MBFieldListFormatter instance to create formatted output for an object’s description method.

– addDescriptionFieldsTo: required method

Asks the receiver to add any relevant fields to the passed-in MBFieldListFormatter instance.

- (void)addDescriptionFieldsTo:(nonnull MBFieldListFormatter *)fmt

Parameters

fmt

The formatter to which description fields should be added.

Declared In

MBFormattedDescriptionObject.h