Artifact 432ce6fc625a1f1780d16089abf1df3b307868968cac8c497065c00a53da46ca:
- File src/Client.m — part of check-in [b250dfa8d4] at 2025-03-20 21:18:29 on branch trunk — Convert more files to pure Objective-C (user: js, size: 104) [annotate] [blame] [check-ins using]
- File src/Client.mm — part of check-in [89fbd7a152] at 2025-03-20 13:21:56 on branch trunk — Make more use of convenience methods (user: js, size: 104) [annotate] [blame] [check-ins using]
- File src/client.m — part of check-in [eac9e3d948] at 2025-03-20 20:59:25 on branch trunk — Convert several files to pure Objective-C (user: js, size: 104) [annotate] [blame] [check-ins using]
#import "Client.h" @implementation Client + (instancetype)client { return [[self alloc] init]; } @end