// // TestSerializationAssociation.h // OTRestFramework // // Created by Jeremy Ellison on 8/17/09. // Copyright 2009 Objective3. All rights reserved. // #import #import "OTRestModelMappableProtocol.h" @interface TestSerializationAssociation : NSObject { NSString* _testString; } @property (nonatomic, retain) NSString* testString; @end