Artifact 48e906dbd24434863bd70e68c78c9f08741593d0a5bb8fff2032920fe6bbefb3:
- File src/ResolverResult.h — part of check-in [7a98b92af9] at 2025-03-25 23:52:50 on branch trunk — Make use of OF_DIRECT (user: js, size: 400) [annotate] [blame] [check-ins using]
#import <ObjFW/ObjFW.h> #import "cube.h" OF_DIRECT_MEMBERS @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