enormego / EGOCache

Fast Caching for Objective-C (iPhone & Mac Compatible)
MIT License
1.33k stars 290 forks source link

Explicitly mentioning self to indicate intended behavior #62

Closed tww0003 closed 3 months ago

tww0003 commented 5 years ago

Xcode yells at you when self isn't explicitly mentioned withing blocks. This pull request makes Xcode calm down by adding self-> in the appropriate places within blocks.