// // OSSNSLogger.h // AliyunOSSiOS // // Created by jingdan on 2017/10/24. // Copyright © 2017年 zhouzhuo. All rights reserved. // #import #import "OSSDDLog.h" @interface OSSNSLogger : OSSDDAbstractLogger @property (class, readonly, strong) OSSNSLogger *sharedInstance; @end