luxlabs header browser preview


@class NSString, NSArray;

@interface FBKQuestionGroupStub : NSObject <NSSecureCoding>

@property (class, readonly) BOOL supportsSecureCoding;

@property (retain, nonatomic) NSString *title;
@property (retain, nonatomic) NSArray *questionAnswerPairs;

- (id)initWithJSONObject:(id)a0;
- (void)encodeWithCoder:(id)a0;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)initWithCoder:(id)a0;
- (id)initWithTitle:(id)a0 questions:(id)a1;
- (BOOL)setPropertiesFromJSONObject:(id)a0;

@end