Guest User

Untitled

a guest
Jan 12th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #import <Foundation/Foundation.h>
  2.  
  3. @interface MyCustomProtocol : NSURLProtocol<NSURLConnectionDelegate, NSURLConnectionDataDelegate>
  4.  
  5. @property (nonatomic, strong) NSURLConnection* connection;
  6.  
  7. @end
Add Comment
Please, Sign In to add comment