@class NSString; @interface PGGraphLanguageNode : PGGraphOptimizedNode @property (readonly, nonatomic) NSString *localeIdentifier; + (id)filter; + (id)filterWithLocaleIdentifiers:(id)a0; - (id)label; - (id)initWithLocaleIdentifier:(id)a0; - (id)propertyDictionary; - (id)description; - (id)initWithLabel:(id)a0 domain:(unsigned short)a1 properties:(id)a2; - (void).cxx_destruct; - (unsigned short)domain; - (BOOL)hasProperties:(id)a0; - (id)propertyForKey:(id)a0; @end