@class NSString; @interface PPM2DatabaseCheckViolationCount : PBCodable { struct { unsigned char pragmaCheckType : 1; unsigned char schemaVersion : 1; } _has; } @property (nonatomic) BOOL hasSchemaVersion; @property (nonatomic) unsigned int schemaVersion; @property (nonatomic) BOOL hasPragmaCheckType; @property (nonatomic) int pragmaCheckType; @property (readonly, nonatomic) BOOL hasActiveTreatments; @property (retain, nonatomic) NSString *activeTreatments; - (unsigned long long)hash; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)description; - (void).cxx_destruct; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (int)StringAsPragmaCheckType:(id)a0; - (id)pragmaCheckTypeAsString:(int)a0; @end