Artifact aab70a6ce927d08dc2e2924e303ade67d33dc1d32c4138a2629b107049b2562c:
- File src/Entity.m — part of check-in [0e7605d101] at 2025-03-20 22:40:48 on branch trunk — Fix all warnings (user: js, size: 104) [annotate] [blame] [check-ins using]
#import "Entity.h" @implementation Entity + (instancetype)entity { return [[self alloc] init]; } @end