22OF_ASSUME_NONNULL_BEGIN
30OF_SUBCLASSING_RESTRICTED
39@property (readonly, nonatomic)
OFString *domainName;
41- (instancetype)initWithName: (
OFString *)name
44 TTL: (uint32_t)TTL OF_UNAVAILABLE;
56- (instancetype)initWithName: (
OFString *)name
59 TTL: (uint32_t)TTL OF_DESIGNATED_INITIALIZER;
OFDNSRecordType
The type of a DNS resource record.
Definition OFDNSResourceRecord.h:44
OFDNSClass
The DNS class.
Definition OFDNSResourceRecord.h:34
A class representing a DNS resource record.
Definition OFDNSResourceRecord.h:82
A class representing a PTR DNS resource record.
Definition OFPTRDNSResourceRecord.h:32
A class for handling strings.
Definition OFString.h:139