This commit is contained in:
rfm 2025-01-08 21:22:48 +00:00
parent aa0aa08c01
commit 18b7dbecb6

View file

@ -65,6 +65,13 @@
@end @end
@implementation DeprecatedCustomKVC @implementation DeprecatedCustomKVC
- (void) dealloc
{
RELEASE(storage);
DEALLOC
}
- (id)init - (id)init
{ {
self = [super init]; self = [super init];