I have a framework that needs the Apple MapKit
framework. I want to be sure that this framework is usable even on machine where MapKit
is not available (aka AppleTV). Is it safe to use
#import <MapKit/MapKit.h>
or should I use only reflection?