BRSurveyAnswer
Objective-C
@interface BRSurveyAnswer : NSObject
Swift
class BRSurveyAnswer : NSObject
Represents a multiple choice answer to a survey question
-
Answer text
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSString *_Nonnull text;
Swift
var text: String { get }