@interface SIRINLUEXTERNALParser : PBCodable { struct { unsigned char algorithm : 1; unsigned char parserId : 1; } _has; } @property (nonatomic) BOOL hasAlgorithm; @property (nonatomic) int algorithm; @property (nonatomic) BOOL hasParserId; @property (nonatomic) int parserId; - (unsigned long long)hash; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)description; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (int)StringAsAlgorithm:(id)a0; - (id)algorithmAsString:(int)a0; - (int)StringAsParserId:(id)a0; - (id)parserIdAsString:(int)a0; @end