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