Sha256: c374c8767ef44c1543166894ddc4a74c6bdf0861864887d2a3fe1ceb330e301d
Contents?: true
Size: 329 Bytes
Versions: 3
Compression:
Stored size: 329 Bytes
Contents
/* * This file is part of the SDWebImage package. * (c) Olivier Poitrey <rs@dailymotion.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ #import <Foundation/Foundation.h> @protocol SDWebImageOperation <NSObject> - (void)cancel; @end
Version data entries
3 entries across 3 versions & 1 rubygems