#import #import "MGLOfflineRegion.h" #include NS_ASSUME_NONNULL_BEGIN @protocol MGLOfflineRegion_Private /** Creates and returns a C++ offline region definition corresponding to the receiver. */ - (const mbgl::OfflineRegionDefinition)offlineRegionDefinition; /** Attributes to be passed into the offline download start event */ @property (nonatomic, readonly) NSDictionary *offlineStartEventAttributes; @end NS_ASSUME_NONNULL_END