/JMRStringMappingType.h
http://rtm2cocoa.googlecode.com/ · C Header · 18 lines · 5 code · 5 blank · 8 comment · 0 complexity · bcf6127b8c6093d9ddd6d0c45c862b05 MD5 · raw file
- //
- // JMRStringMappingType.h
- // Excelsior
- /*
-
- This work is licensed under the Creative Commons Attribution License. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/ or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
-
- */
- #import <Foundation/Foundation.h>
- #import "JMRScalarMappingType.h"
- @interface JMRStringMappingType : JMRScalarMappingType {
- }
- @end