Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00033 #import <Foundation/Foundation.h>
00034
00038 @protocol PeerBrowserDelegate
00039
00040
00044 - (void)updatePeerList;
00045
00046
00051 - (void)foundOneMoreService:(NSNetService*)netService;
00052
00053
00054 @end