/**
 * Copyright (c) 2025-present, Punith M (punithm300@gmail.com)
 * FileDownloader for iOS - Downloads files to Documents directory or iCloud Drive
 * All rights reserved.
 * 
 * Downloads files to public storage and shows notifications
 */

#import <React/RCTBridgeModule.h>
#import <React/RCTEventEmitter.h>

@interface FileDownloader : RCTEventEmitter <RCTBridgeModule>

@end

