NSDictionary+Log.h 256 B

123456789101112131415161718
  1. //
  2. // NSDictionary+Log.h
  3. // VclustersGemini
  4. //
  5. // Created by xd h on 2020/6/24.
  6. // Copyright © 2020 APPLE. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NSDictionary (Log)
  11. @end
  12. NS_ASSUME_NONNULL_END