// // RKManagedObjectMappingOperation.h // RestKit // // Created by Blake Watters on 5/31/11. // Copyright 2011 Two Toasters. All rights reserved. // #import "../ObjectMapping/RKObjectMappingOperation.h" /** Enhances the object mapping operation process with Core Data specific logic */ @interface RKManagedObjectMappingOperation : RKObjectMappingOperation { } @end