gimenete / iOS-boilerplate

iOS-app template with lots of common tasks solved
http://iosboilerplate.com/
2.76k stars 459 forks source link

ASIAuthenticationDialog.m @synthesize #6

Closed andredublin closed 13 years ago

andredublin commented 13 years ago

In ASIAuthenticationDialog.m file, starting at line 482, wouldn't it be better to call the @synthesize on a single line?

gimenete commented 13 years ago

That source file belongs to ASIHTTPRequest. So you should make your suggestion to them: http://allseeing-i.com/ASIHTTPRequest/

iOS Boilerplate includes this library. But I haven't worked its source code.