Skip to content

Commit

Permalink
added discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Mar 6, 2013
1 parent 345b4c5 commit c057f03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/Source/NSObject+DTRuntime.h
Expand Up @@ -26,6 +26,7 @@
/**
Adds a new instance method to a class. All instances of this class will have this method.
The block captures `self` in the calling context. To allow access to the instance from within the block it is passed as parameter to the block.
@param name The name of the method.
@param The block to execute for the instance method, a pointer to the instance is passed as the only parameter.
@returns `YES` if the operation was successful
Expand Down

0 comments on commit c057f03

Please sign in to comment.