Artifact f2a969a0fa11e5420e52aea307cedfb3d3b3bed12faedbd03c5dcb2f4b3c7581:
- File src/Projectile.m — part of check-in [89fbd7a152] at 2025-03-20 13:21:56 on branch trunk — Make more use of convenience methods (user: js, size: 116) [annotate] [blame] [check-ins using]
#import "Projectile.h" @implementation Projectile + (instancetype)projectile { return [[self alloc] init]; } @end