blob: 184e42b82c18a1e7c85c7ff1ab4d6cda0b9d13e2 [file] [log] [blame]
#import <Foundation/Foundation.h>
@class CRSessionController;
@interface CRSessionDelegate : NSObject <NSURLSessionDelegate,
NSURLSessionTaskDelegate>
+ (instancetype)sessionDelegateWithSessionController:(CRSessionController *)sessionController;
- (instancetype)init NS_UNAVAILABLE;
@end