aliyun-oss-react-native

OSSReachabilityManager.h 285B

123456789101112131415
  1. //
  2. // OSSReachabilityManager.h
  3. //
  4. // Created by 亿刀 on 14-1-9.
  5. // Edited by junmo on 15-5-16
  6. // Copyright (c) 2014 Twitter. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface OSSReachabilityManager : NSObject
  10. + (OSSReachabilityManager *)shareInstance;
  11. @end