mirror of
https://github.com/zhigang1992/aliyun-oss-react-native.git
synced 2026-06-15 01:49:02 +08:00
15 lines
324 B
Objective-C
15 lines
324 B
Objective-C
//
|
|
// OSSNSLogger.h
|
|
// AliyunOSSiOS
|
|
//
|
|
// Created by jingdan on 2017/10/24.
|
|
// Copyright © 2017年 zhouzhuo. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "OSSDDLog.h"
|
|
|
|
@interface OSSNSLogger : OSSDDAbstractLogger <OSSDDLogger>
|
|
@property (class, readonly, strong) OSSNSLogger *sharedInstance;
|
|
@end
|