UMCommonLogManager.h 271 B

123456789101112131415161718
  1. //
  2. // UMCommonLogManager.h
  3. // testUMCommonLog
  4. //
  5. // Created by 张军华 on 2017/11/28.
  6. // Copyright © 2017年 张军华. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface UMCommonLogManager : NSObject
  10. +(void) setUpUMCommonLogManager;
  11. @end