TCHContentTemplateVariable Class Reference
Inherits from | NSObject |
---|---|
Declared in | TCHContentTemplate.h |
name
The name of the template variable.
@property (nonatomic, readonly, copy) NSString *name
Discussion
The name of the template variable.
Declared In
TCHContentTemplate.h
value
The value of the template variable, by default filled with default data.
@property (nonatomic, readonly, copy) NSString *value
Discussion
The value of the template variable, by default filled with default data.
Declared In
TCHContentTemplate.h