#import "MGLOfflineTask.h" #include NS_ASSUME_NONNULL_BEGIN @interface MGLOfflineTask (Private) @property (nonatomic, nullable) mbgl::OfflineRegion *mbglOfflineRegion; - (instancetype)initWithMBGLRegion:(mbgl::OfflineRegion *)region; /** Invalidates the task and ensures that no future progress update can ever revalidate it. */ - (void)invalidate; @end NS_ASSUME_NONNULL_END