@class HMDRemoteEventRouterProtoConnectResponse, NSString, HMDRemoteEventRouterProtoEventsMessage, HMDRemoteEventRouterProtoChangeRegistrationsResponse; @interface HMDRemoteEventRouterProtoServerMessage : PBCodable <NSCopying> { struct { unsigned char message : 1; } _has; } @property (readonly, nonatomic) BOOL hasIdentifier; @property (retain, nonatomic) NSString *identifier; @property (readonly, nonatomic) BOOL hasUpdatedEvents; @property (retain, nonatomic) HMDRemoteEventRouterProtoEventsMessage *updatedEvents; @property (readonly, nonatomic) BOOL hasConnectResponse; @property (retain, nonatomic) HMDRemoteEventRouterProtoConnectResponse *connectResponse; @property (readonly, nonatomic) BOOL hasChangeRegistrationsResponse; @property (retain, nonatomic) HMDRemoteEventRouterProtoChangeRegistrationsResponse *changeRegistrationsResponse; @property (nonatomic) BOOL hasMessage; @property (nonatomic) int message; - (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)StringAsMessage:(id)a0; - (void)clearOneofValuesForMessage; - (id)messageAsString:(int)a0; @end