Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #102 from k06a/extnil-impovement
Browse files Browse the repository at this point in the history
Implemented self method on EXTNil
  • Loading branch information
jspahrsummers committed Jan 6, 2016
2 parents 3938cef + be60cf0 commit 42c0e2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extobjc/EXTNil.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ - (id)init {
return self;
}

- (instancetype)self {
return nil;
}

#pragma mark NSCopying

- (id)copyWithZone:(NSZone *)zone {
Expand Down

0 comments on commit 42c0e2c

Please sign in to comment.