Skip to content

Commit

Permalink
Fix for issue 453
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Oct 29, 2024
1 parent 67af9fa commit fad8d20
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions Source/NSObject.m
Original file line number Diff line number Diff line change
Expand Up @@ -2152,26 +2152,6 @@ + (NSZone *) zone
return NSDefaultMallocZone();
}

/**
* Called to encode the instance variables of the receiver to aCoder.<br />
* Subclasses should call the superclass method at the start of their
* own implementation.
*/
- (void) encodeWithCoder: (NSCoder*)aCoder
{
return;
}

/**
* Called to intialise instance variables of the receiver from aDecoder.<br />
* Subclasses should call the superclass method at the start of their
* own implementation.
*/
- (id) initWithCoder: (NSCoder*)aDecoder
{
return self;
}

+ (BOOL) resolveClassMethod: (SEL)name
{
return NO;
Expand Down

0 comments on commit fad8d20

Please sign in to comment.