Change category name

This commit is contained in:
Gregory John Casamento 2024-11-06 19:14:13 -05:00
parent 57fa7663be
commit 5c98d82447

View file

@ -56,10 +56,10 @@
#import "GormDocumentController.h"
#import "GormXLIFFDocument.h"
@interface NSObject (GormPrivate)
@interface NSObject (GormNSCoding)
@end
@implementation NSObject (GormPrivate)
@implementation NSObject (GormNSCoding)
- (instancetype) initWithCoder: (NSCoder *)coder
{