123456789101112131415161718 |
- //
- // NSDictionary+Log.h
- // VclustersGemini
- //
- // Created by xd h on 2020/6/24.
- // Copyright © 2020 APPLE. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface NSDictionary (Log)
- @end
- NS_ASSUME_NONNULL_END
|