pinterest / PINCache

Fast, non-deadlocking parallel object cache for iOS, tvOS and OS X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentations warning

MarceloJoseML opened this issue · comments

take a look in the following method documentation:
/**
This method enables using literals on the receiving object, such as cache[@"key"] = object;.

@param object An object to be assigned for the key.
@param key A key to associate with the object. This string will be copied.
*/

  • (void)setObject:(id)obj forKeyedSubscript:(NSString *)key;

Replace object for obj to avoid warnings

@MarceloJoseML Hey thanks for reporting! It seems like this is already fixed on master. Please reopen if not. Thanks!