XMMContentBlockType0 Class Reference

Inherits from XMMContentBlock : NSObject
Declared in XMMContentBlockType0.h
XMMContentBlockType0.m

Overview

XMMContentBlockType0 is used for mapping the JSON sended by the api.

This class represents the contentBlockType ‘TEXT’.

Default behavior

  1. Display title as bold
  2. Display text as html-formatted text.

Other Methods

  text

The text from our system as HTML.

@property (nonatomic, copy) NSString *text

Declared In

XMMContentBlockType0.h

Mapping

+ mapping

Returns a RKObjectMapping for XMMContentBlockType0 class.

+ (RKObjectMapping *)mapping

Return Value

RKObjectMapping*

Declared In

XMMContentBlockType0.h

+ dynamicMappingMatcher

Returns a RKObjectMappingMatcher for XMMContentBlockType0 class.

+ (RKObjectMappingMatcher *)dynamicMappingMatcher

Return Value

RKObjectMappingMatcher*

Declared In

XMMContentBlockType0.h