Artifact 97bc46e6abef369a3fa46331133de261f5cb2284fe0e5deed5a354db30643928:
- File
src/ResolverResult.h
— part of check-in
[75e920ae30]
at
2025-03-29 14:25:43
on branch trunk
— Switch from clang-format to manual formatting
clang-format does too many weird things. (user: js, size: 441) [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 OF_DESIGNATED_INITIALIZER; @end