18 lines
472 B
Objective-C
18 lines
472 B
Objective-C
/*
|
|
* 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 "SDWebImageCompat.h"
|
|
|
|
#if !__has_feature(objc_arc)
|
|
#error SDWebImage is ARC only. Either turn on ARC for the project or use -fobjc-arc flag
|
|
#endif
|
|
|
|
#if !OS_OBJECT_USE_OBJC
|
|
#error SDWebImage need ARC for dispatch object
|
|
#endif
|