Authored by Bogdan Poplauschi

Correct import of MapKit

@@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
10 10
11 #if SD_UIKIT || SD_MAC 11 #if SD_UIKIT || SD_MAC
12 12
13 -#import "MapKit/MapKit.h" 13 +#import <MapKit/MapKit.h>
14 #import "SDWebImageManager.h" 14 #import "SDWebImageManager.h"
15 15
16 /** 16 /**