SDWebImageCompat.m 472 B

1234567891011121314151617
  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. #import "SDWebImageCompat.h"
  9. #if !__has_feature(objc_arc)
  10. #error SDWebImage is ARC only. Either turn on ARC for the project or use -fobjc-arc flag
  11. #endif
  12. #if !OS_OBJECT_USE_OBJC
  13. #error SDWebImage need ARC for dispatch object
  14. #endif