// NSNetService+IPAddress.h

#import <Foundation/Foundation.h>

@interface NSNetService (IPAddress)

- (NSArray *)ipAddresses;

@end
