SDWebImageMapKit.h 695 B

123456789101112131415161718192021
  1. /*
  2. * This file is part of the SDWebImage package.
  3. * (c) Olivier Poitrey <rs@dailymotion.com>
  4. * (c) Florent Vilmart
  5. *
  6. * For the full copyright and license information, please view the LICENSE
  7. * file that was distributed with this source code.
  8. */
  9. #import <MapKit/MapKit.h>
  10. //! Project version number for WebImage.
  11. FOUNDATION_EXPORT double WebImageMapKitVersionNumber;
  12. //! Project version string for WebImage.
  13. FOUNDATION_EXPORT const unsigned char WebImageMapKitVersionString[];
  14. // In this header, you should import all the public headers of your framework using statements like #import <SDWebImageMapKit/PublicHeader.h>
  15. // MapKit
  16. #import <SDWebImageMapKit/MKAnnotationView+WebCache.h>