Skip to content

v3.3.1

Choose a tag to compare

@uttamukkoji uttamukkoji released this 08 Jun 09:13
· 260 commits to master since this release

Changelog

Date: June 08, 2018
Change:

Added string 'BUILT_NULLABLE_P' in Entry.h
// Old Code

  • (void)fetch:(void(^)(ResponseType type, NSError *error))callback;
    // Updated Code
  • (void)fetch:(void(^)(ResponseType type, NSError * BUILT_NULLABLE_P error))callback;