@interface MPMutablePropertySet : MPPropertySet + (id)new; - (id)init; - (id)initWithProperties:(id)a0 relationships:(id)a1; - (void)addRelationship:(id)a0 properties:(id)a1; - (void)removeProperty:(id)a0; - (void)addProperty:(id)a0; - (void)removeRelationship:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end