Enhance the connection callback protocol to include other connection listener callbacks exposed by common. Start handling some HTTP request errors.

This commit is contained in:
Cameron Gutman
2014-10-21 14:54:10 -04:00
parent 01a2853032
commit ea24b39fbe
7 changed files with 83 additions and 27 deletions

View File

@@ -10,6 +10,6 @@
#import <UIKit/UIKit.h>
@interface StreamFrameViewController : UIViewController <ConTermCallback>
@interface StreamFrameViewController : UIViewController <ConnectionCallbacks>
@end