Sin descripción

RNFetchBlobConst.h 919B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. //
  2. // RNFetchBlobConst.h
  3. // RNFetchBlob
  4. //
  5. // Created by Ben Hsieh on 2016/6/6.
  6. // Copyright © 2016年 suzuri04x2. All rights reserved.
  7. //
  8. #ifndef RNFetchBlobConst_h
  9. #define RNFetchBlobConst_h
  10. #import <Foundation/Foundation.h>
  11. // lib event
  12. extern NSString *const MSG_EVENT;
  13. extern NSString *const MSG_EVENT_LOG;
  14. extern NSString *const MSG_EVENT_WARN;
  15. extern NSString *const MSG_EVENT_ERROR;
  16. extern NSString *const FILE_PREFIX;
  17. extern NSString *const ASSET_PREFIX;
  18. extern NSString *const AL_PREFIX;
  19. // config
  20. extern NSString *const CONFIG_USE_TEMP;
  21. extern NSString *const CONFIG_FILE_PATH;
  22. extern NSString *const CONFIG_FILE_EXT;
  23. extern NSString *const CONFIG_TRUSTY;
  24. extern NSString *const CONFIG_INDICATOR;
  25. // fs events
  26. extern NSString *const FS_EVENT_DATA;
  27. extern NSString *const FS_EVENT_END;
  28. extern NSString *const FS_EVENT_WARN;
  29. extern NSString *const FS_EVENT_ERROR;
  30. #endif /* RNFetchBlobConst_h */