// Copyright 2015-present 650 Industries. All rights reserved. #import #import "EXFileSystem.h" NS_ASSUME_NONNULL_BEGIN @interface EXFileSystemManager : NSObject - (NSString *)bundleDirectoryForExperienceId:(NSString *)experienceId; - (NSArray *)bundledAssetsForExperienceId:(NSString *)experienceId; @end NS_ASSUME_NONNULL_END