Skip to content

Commit

Permalink
remove NSURLConnectionDelegate addition, warnings will come back temp…
Browse files Browse the repository at this point in the history
…orarily.
  • Loading branch information
jwang committed Jul 31, 2011
1 parent bece575 commit 254bf01
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/Three20Network/Headers/TTRequestLoader.h
Expand Up @@ -36,12 +36,7 @@
* TTURLRequestQueue's sendRequest.
* For all other TTURLRequest types, they will each have their own loader.
*/
@interface TTRequestLoader : NSObject
#ifdef __IPHONE_5_0
<NSURLConnectionDataDelegate>
#else
<NSURLConnectionDelegate>
#endif
@interface TTRequestLoader : NSObject
{
NSString* _urlPath;

Expand Down

0 comments on commit 254bf01

Please sign in to comment.