Bonjour/MYBonjourBrowser.h
changeset 62 8713f2d6a4c5
parent 50 63baa74c903f
     1.1 --- a/Bonjour/MYBonjourBrowser.h	Wed Jul 01 14:14:32 2009 -0700
     1.2 +++ b/Bonjour/MYBonjourBrowser.h	Tue Jul 21 15:06:15 2009 -0700
     1.3 @@ -20,6 +20,7 @@
     1.4      NSMutableSet *_services, *_addServices, *_rmvServices;
     1.5      BOOL _pendingUpdate;
     1.6      MYBonjourRegistration *_myRegistration;
     1.7 +    id _delegate;
     1.8  }
     1.9  
    1.10  /** Initializes a new MYBonjourBrowser.
    1.11 @@ -27,6 +28,8 @@
    1.12      @param serviceType  The name of the service type to look for, e.g. "_http._tcp". */
    1.13  - (id) initWithServiceType: (NSString*)serviceType;
    1.14  
    1.15 +@property (assign) id delegate;
    1.16 +
    1.17  /** Is the browser currently browsing? */
    1.18  @property (readonly) BOOL browsing;
    1.19