Artifact 000863e318b42bc56530988bf68b673e9df525b3c3918464e2b6287d9b0d13ec:
- File src/ServerEntity.m — part of check-in [21584a40b6] at 2025-03-20 16:36:34 on branch trunk — Convert server_entity to a class (user: js, size: 116) [annotate] [blame] [check-ins using]
#import "ServerEntity.h" @implementation ServerEntity + (instancetype)entity { return [[self alloc] init]; } @end