Correct import of MapKit

This commit is contained in:
Bogdan Poplauschi 2016-06-13 01:47:00 +03:00
parent ac36b84463
commit 9523b0543a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#if SD_UIKIT || SD_MAC #if SD_UIKIT || SD_MAC
#import "MapKit/MapKit.h" #import <MapKit/MapKit.h>
#import "SDWebImageManager.h" #import "SDWebImageManager.h"
/** /**