// // RKObjectMappingDefinition.h // RestKit // // Created by Blake Watters on 7/31/11. // Copyright 2011 RestKit. All rights reserved. // @protocol RKObjectMappingDefinition - (BOOL)forceCollectionMapping; @end