aliyun-oss-react-native

OSSNSLogger.h 324B

123456789101112131415
  1. //
  2. // OSSNSLogger.h
  3. // AliyunOSSiOS
  4. //
  5. // Created by jingdan on 2017/10/24.
  6. // Copyright © 2017年 zhouzhuo. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "OSSDDLog.h"
  10. @interface OSSNSLogger : OSSDDAbstractLogger <OSSDDLogger>
  11. @property (class, readonly, strong) OSSNSLogger *sharedInstance;
  12. @end