Artifact 2ab320312cefa18e64926f44f749588fde06f61cd8bcc68a85270e5908385c75:
- File src/PersistentEntity.m — part of check-in [4b002822f9] at 2025-03-20 16:04:35 on branch trunk — Convert entity to a class (user: js, size: 124) [annotate] [blame] [check-ins using]
#import "PersistentEntity.h" @implementation PersistentEntity + (instancetype)entity { return [[self alloc] init]; } @end