Files
aliyun-oss-react-native/Example/ios/AliyunOSSiOS.framework/Headers/OSSReachabilityManager.h
2018-07-03 16:13:53 +08:00

15 lines
285 B
Objective-C

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