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