// NSNetService+TXT.h

#import <Foundation/Foundation.h>

@interface NSNetService (TXT)

- (NSDictionary<NSString *, id> *)txtRecord;

@end
