NSObject+FEMKVCExtension.h 229 B

123456789
  1. // For License please refer to LICENSE file in the root of FastEasyMapping project
  2. #import <Foundation/Foundation.h>
  3. @interface NSObject (FEMKVCExtension)
  4. - (void)fem_setValueIfDifferent:(id)value forKey:(NSString *)key;
  5. @end