NSArray+FEMPropertyRepresentation.h 257 B

12345678910
  1. // For License please refer to LICENSE file in the root of FastEasyMapping project
  2. #import <Foundation/Foundation.h>
  3. #import <objc/runtime.h>
  4. @interface NSArray (FEMPropertyRepresentation)
  5. - (id)fem_propertyRepresentation:(objc_property_t)property;
  6. @end