mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-02 17:57:22 +08:00
* Add example code to overview. * Move <RKRequestDelegate> implementation detail to RKOAuthClient.m to clean up documentation * Add missing documentation to all properties and methods. * Rearrange sections for documentation purposes. * Format blocks of documentation to match the project standard. * Cleanup spacing in @property lines. * Remove delegate assignment in initializers to be consistent with the rest of the project. * Fix spec instances where the initializer with the delegate was used.