@class NSMutableArray; @interface HMXPCEventRouterProtoChangeRegistrationsMessage : PBCodable <NSCopying> @property (retain, nonatomic) NSMutableArray *topicFilterAdditions; @property (retain, nonatomic) NSMutableArray *topicFilterRemovals; + (Class)topicFilterAdditionsType; + (Class)topicFilterRemovalsType; - (unsigned long long)hash; - (id)topicFilterAdditionsAtIndex:(unsigned long long)a0; - (BOOL)readFrom:(id)a0; - (void)addTopicFilterRemovals:(id)a0; - (void)addTopicFilterAdditions:(id)a0; - (void)clearTopicFilterRemovals; - (void)writeTo:(id)a0; - (unsigned long long)topicFilterAdditionsCount; - (id)description; - (void)clearTopicFilterAdditions; - (unsigned long long)topicFilterRemovalsCount; - (void).cxx_destruct; - (id)topicFilterRemovalsAtIndex:(unsigned long long)a0; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end