@class NSArray, NSMutableDictionary; @protocol AWDLPeerProbeDelegate; @interface AWDLPeerProbe : TestProbe @property (retain, nonatomic) NSArray *servicesOfInterest; @property (retain) id delegate; @property unsigned long long pollCount; @property (retain) NSMutableDictionary *peerList; - (id)initWithQueue:(id)a0; - (void)dealloc; - (void)stopTest; - (void).cxx_destruct; - (void)periodicTimerFired:(id)a0; - (void)startAWDLPeerPollingForServices:(id)a0 withCount:(unsigned long long)a1 interval:(unsigned long long)a2; @end