Bold360 and BoldChat Developer Center

BCCancelable.h

1 //
2 // Copyright (c) 2014 LogMeIn Inc. All rights reserved.
3 //
4 
5 #import <Foundation/Foundation.h>
6 
11 @protocol BCCancelable <NSObject>
12 
17 - (void)cancel;
18 
19 @end
A protocol for canceling asynchronous requests.
Definition: BCCancelable.h:11
void cancel()
Cancel the ongoing asynchronous request.