mirror of
https://github.com/zhigang1992/aliyun-oss-react-native.git
synced 2026-06-15 01:49:02 +08:00
15 lines
285 B
Objective-C
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 |