@class NSURL, NSObject; @protocol OS_dispatch_queue; @interface TPFileStorageManager : NSObject @property (retain, nonatomic) NSObject *queue; @property (nonatomic) BOOL hasClearedLegacyStorage; @property (readonly, nonatomic) NSURL *urlForFileSystem; + (id)sharedInstance; - (void)localeChanged; - (id)init; - (void)dealloc; - (id)imageWithName:(id)a0; - (void)clearLegacyStorageIfNecessary; - (void)saveImage:(id)a0 withName:(id)a1; - (void)deleteStorageAtURLs:(id)a0; - (void).cxx_destruct; - (id)urlsForLegacyFileSystem; @end