BTNText Class Reference

Inherits from BTNModelObject
Declared in BTNText.h

Overview

BTNText represent text and how it should be rendered.

  text

A string of text.

@property (nullable, nonatomic, copy, readonly) NSString *text

Discussion

A string of text.

Declared In

BTNText.h

  color

The color for rendering the associated `text'.

@property (nullable, nonatomic, copy, readonly) NSString *color

Discussion

The color for rendering the associated `text'.

Declared In

BTNText.h