Artifact 7ec5a5a42085fcf61562306816825d6a9f9a432a5ed0df6118199670bee7718b:
- File src/ResolverResult.h — part of check-in [89fbd7a152] at 2025-03-20 13:21:56 on branch trunk — Make more use of convenience methods (user: js, size: 382) [annotate] [blame] [check-ins using]
#import <ObjFW/ObjFW.h> #import "cube.h" @interface ResolverResult: OFObject @property (readonly, nonatomic) OFString *query; @property (readonly, nonatomic) ENetAddress address; + (instancetype)resultWithQuery:(OFString *)query address:(ENetAddress)address; - (instancetype)init OF_UNAVAILABLE; - (instancetype)initWithQuery:(OFString *)query address:(ENetAddress)address; @end