NSDictionary+TBXSafe.h 264 B

1234567891011121314151617
  1. //
  2. // NSDictionary+TBXSafe.h
  3. // assemble
  4. //
  5. // Created by apple on 2020/11/2.
  6. // Copyright © 2020 kingsunsoft. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NSDictionary (TBXSafe)
  11. @end
  12. NS_ASSUME_NONNULL_END