BRSurveyAnswer
Represents a multiple-choice answer option for a survey question.
Declaration
@interface BRSurveyAnswer : NSObject
class BRSurveyAnswer : NSObject
Quick Reference
Properties
| Property | Description |
|---|---|
text | Answer text. |
Properties
text (read-only)
@property (nonatomic, strong, readonly, nonnull) NSString *text;
var text: String { get }
Answer text.