22 lines
715 B
Objective-C
22 lines
715 B
Objective-C
/*
|
|
* 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 SDWebImageMapKit.
|
|
FOUNDATION_EXPORT double SDWebImageMapKitVersionNumber;
|
|
|
|
//! Project version string for SDWebImageMapKit.
|
|
FOUNDATION_EXPORT const unsigned char SDWebImageMapKitVersionString[];
|
|
|
|
// 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>
|