Closed k06a closed 9 years ago
This code can not be compiled:
#import <YandexMapKit/YandexMapKit.h>
But this works fine:
#import <UIKit/UIKit.h> #import <YandexMapKit/YandexMapKit.h>
Looks like you forgot to import UIKit in some classes where uses UIImage and etc.
UIKit
UIImage
Duplicated #163
@djmadcat Ok!
This code can not be compiled:
But this works fine:
Looks like you forgot to import
UIKit
in some classes where usesUIImage
and etc.