fix
杨锴
2024-08-23 adc2db9bb29e7f316c46b6de679db1522ffc9cc8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  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