mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 17:01:00 +00:00
Latest changes
This commit is contained in:
parent
1539213eeb
commit
ca2a8fa6b0
2 changed files with 17 additions and 0 deletions
|
@ -145,6 +145,20 @@
|
|||
return nil;
|
||||
}
|
||||
|
||||
- (id) initWithCoder: (NSCoder *)coder
|
||||
{
|
||||
self = [super init];
|
||||
if (self != nil)
|
||||
{
|
||||
NSLog(@"Decoding");
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void) encodeWithCoder: (NSCoder *)coder
|
||||
{
|
||||
[super encodeWithCoder: coder];
|
||||
}
|
||||
@end
|
||||
|
||||
@implementation NSLayoutXAxisAnchor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue