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

Commit 42c0e2c

Browse files
committed
Merge pull request #102 from k06a/extnil-impovement
Implemented self method on EXTNil
2 parents 3938cef + be60cf0 commit 42c0e2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extobjc/EXTNil.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ - (id)init {
2828
return self;
2929
}
3030

31+
- (instancetype)self {
32+
return nil;
33+
}
34+
3135
#pragma mark NSCopying
3236

3337
- (id)copyWithZone:(NSZone *)zone {

0 commit comments

Comments
 (0)