#import "MGLOfflineStorage.h" #import "MGLOfflinePack.h" #include NS_ASSUME_NONNULL_BEGIN @interface MGLOfflineStorage (Private) /** The shared file source object owned by the shared offline storage object. */ @property (nonatomic) mbgl::DefaultFileSource *mbglFileSource; @end NS_ASSUME_NONNULL_END