1234567891011121314151617 |
- /*
- * 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
|