@class NSString, MPPMediaPredicateValue; @interface MPPPropertyPredicate : PBCodable { struct { unsigned char comparisonType : 1; } _has; } @property (readonly, nonatomic) BOOL hasProperty; @property (retain, nonatomic) NSString *property; @property (readonly, nonatomic) BOOL hasValue; @property (retain, nonatomic) MPPMediaPredicateValue *value; @property (nonatomic) BOOL hasComparisonType; @property (nonatomic) int comparisonType; - (unsigned long long)hash; - (void)dealloc; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)description; - (void).cxx_destruct; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end