#import "Projectile.h" @implementation Projectile + (instancetype)projectile { return [[self alloc] init]; } @end