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 #104 from wanganjun/master
Browse files Browse the repository at this point in the history
add a explicit declaration for -[EXTNil self]
  • Loading branch information
jspahrsummers committed Jan 7, 2016
2 parents 42c0e2c + bf24307 commit 34961fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extobjc/EXTNil.h
Expand Up @@ -35,4 +35,9 @@
*/
+ (id)null;

/**
* Always return nil
*/
- (instancetype)self;

@end

0 comments on commit 34961fd

Please sign in to comment.