Declared in GRMustacheTag.h
Availability v6.0

GRMustacheTagType

The types of Mustache tags

Definition

typedef NS_ENUM(NSUInteger, GRMustacheTagType ) {
   GRMustacheTagTypeVariable = 1 < < 1,
   GRMustacheTagTypeSection = 1 < < 2,
};

Constants

GRMustacheTagTypeVariable

The type for variable tags such as {{name}}.

Available in v6.0

Declared In GRMustacheTag.h.

GRMustacheTagTypeSection

The type for regular and inverted section tags, such as {{#name}}...{{/name}} and {{#name}}...{{/name}}.

Available in v6.0

Declared In GRMustacheTag.h.

Availability

v6.0

Declared In

GRMustacheTag.h