@class NSDictionary, NSString; @interface PGExhaustiveMomentLabellingQuestion : PGSurveyQuestion { unsigned short _entityType; unsigned short _state; NSDictionary *_additionalInfo; double _localFactoryScore; NSString *_entityIdentifier; } - (unsigned short)displayType; - (unsigned short)state; - (unsigned short)entityType; - (void).cxx_destruct; - (id)additionalInfo; - (id)entityIdentifier; - (unsigned short)type; - (id)initWithMomentUUID:(id)a0 localFactoryScore:(double)a1 meaningLabels:(id)a2; - (double)localFactoryScore; @end