FEMProperty.h 272 B

12345678910
  1. // For License please refer to LICENSE file in the root of FastEasyMapping project
  2. #import <Foundation/Foundation.h>
  3. @protocol FEMProperty <NSObject>
  4. @property (nonatomic, copy, nonnull) NSString *property;
  5. @property (nonatomic, copy, nullable) NSString *keyPath;
  6. @end