@class NSString, NSDictionary; @interface PGSharedLibraryStartQuestion : PGSurveyQuestion { unsigned short _state; NSString *_entityIdentifier; double _localFactoryScore; NSDictionary *_additionalInfo; } - (unsigned short)displayType; - (id)init; - (unsigned short)state; - (unsigned short)entityType; - (void).cxx_destruct; - (id)additionalInfo; - (id)entityIdentifier; - (unsigned short)type; - (double)localFactoryScore; @end