mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 11:41:05 +00:00
Change category name
This commit is contained in:
parent
57fa7663be
commit
5c98d82447
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue