洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
324 B

//
// 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