NSMutableDictionary+NSMutableDictionary_SK.h 365 B

12345678910111213141516171819
  1. //
  2. // NSMutableDictionary+NSMutableDictionary_SK.h
  3. // shiku_im
  4. //
  5. // Created by p on 2019/7/25.
  6. // Copyright © 2019 Reese. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NSMutableDictionary (NSMutableDictionary_SK)
  11. - (void)setNotNullObject:(id)anObject forKey:(id<NSCopying>)aKey;
  12. @end
  13. NS_ASSUME_NONNULL_END