kodecocodes / objective-c-style-guide

A style guide that outlines the coding conventions for Kodeco
http://www.raywenderlich.com/62570/objective-c-style-guide
3.1k stars 628 forks source link

add pragma mark for fetch data #67

Open 0oneo opened 8 years ago

0oneo commented 8 years ago

fetch data from remote server happens quite often, so I think we should add section for that