@class NSMapTable; @interface SiriCorePingInfo : NSObject { NSMapTable *_outstandingPings; } @property (readonly, nonatomic) long long pingAcknowledgedCount; @property (readonly, nonatomic) double avgPingTime; - (void).cxx_destruct; - (id)copyWithZone:(struct _NSZone { } *)a0; - (void)markPingSentWithIndex:(long long)a0; - (void)markPongReceivedWithIndex:(long long)a0; - (unsigned long long)numberOfUnacknowledgedPings; @end