/JMRStringMappingType.h

http://rtm2cocoa.googlecode.com/ · C Header · 18 lines · 5 code · 5 blank · 8 comment · 0 complexity · bcf6127b8c6093d9ddd6d0c45c862b05 MD5 · raw file

  1. //
  2. // JMRStringMappingType.h
  3. // Excelsior
  4. /*
  5. 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.
  6. */
  7. #import <Foundation/Foundation.h>
  8. #import "JMRScalarMappingType.h"
  9. @interface JMRStringMappingType : JMRScalarMappingType {
  10. }
  11. @end