LuxChat  2.0
Instant messenger for iOS
SDWebImageOperation.h
1 /*
2  * This file is part of the SDWebImage package.
3  * (c) Olivier Poitrey <rs@dailymotion.com>
4  *
5  * For the full copyright and license information, please view the LICENSE
6  * file that was distributed with this source code.
7  */
8 
9 #import <Foundation/Foundation.h>
10 
11 @protocol SDWebImageOperation <NSObject>
12 
13 - (void)cancel;
14 
15 @end
Definition: SDWebImageOperation.h:11