EGOCache
EGOCache copied to clipboard
Explicitly mentioning self to indicate intended behavior
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.