19 OF_ASSUME_NONNULL_BEGIN
39 @property (readonly, nonatomic)
OFString *domainName;
59 + (instancetype)queryWithDomainName: (
OFString *)domainName
71 - (instancetype)initWithDomainName: (
OFString *)domainName
74 OF_DESIGNATED_INITIALIZER;
76 - (instancetype)init OF_UNAVAILABLE;
of_dns_record_type_t
The type of a DNS resource record.
Definition: OFDNSResourceRecord.h:41
of_dns_class_t
The DNS class.
Definition: OFDNSResourceRecord.h:31
A class representing a DNS query.
Definition: OFDNSQuery.h:30
The root class for all other classes inside ObjFW.
Definition: OFObject.h:520
A class for handling strings.
Definition: OFString.h:132
A protocol for the creation of copies.
Definition: OFObject.h:1187