mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +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 "GormDocumentController.h"
|
||||||
#import "GormXLIFFDocument.h"
|
#import "GormXLIFFDocument.h"
|
||||||
|
|
||||||
@interface NSObject (GormPrivate)
|
@interface NSObject (GormNSCoding)
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@implementation NSObject (GormPrivate)
|
@implementation NSObject (GormNSCoding)
|
||||||
|
|
||||||
- (instancetype) initWithCoder: (NSCoder *)coder
|
- (instancetype) initWithCoder: (NSCoder *)coder
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue