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