Nav apraksta

FKDownloadRemotefile.h 403B

123456789101112131415161718192021
  1. //
  2. // FKRemotefileDownload.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 16/1/8.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface FKDownloadRemotefile : NSObject
  10. + (FKDownloadRemotefile *)sharedInstance;
  11. +(void)asyncDownloadReactNativeSuccess:(void (^)())success
  12. failure:(void (^)(NSError *error))failure;
  13. @end