FEMRepresentationUtility.h 472 B

1234567891011121314
  1. //
  2. // Created by zen on 12/05/15.
  3. // Copyright (c) 2015 Yalantis. All rights reserved.
  4. //
  5. #import <Foundation/Foundation.h>
  6. @class FEMMapping, FEMAttribute;
  7. FOUNDATION_EXTERN id FEMRepresentationRootForKeyPath(id representation, NSString *keyPath);
  8. FOUNDATION_EXTERN NSDictionary *FEMRepresentationCollectPresentedPrimaryKeys(id representation, FEMMapping *mapping);
  9. FOUNDATION_EXTERN id FEMRepresentationValueForAttribute(id representation, FEMAttribute *attribute);