ISEResult.m 175 B

1234567891011121314151617
  1. //
  2. // ISEResult.m
  3. // IFlyMSCDemo
  4. //
  5. // Created by 张剑 on 15/3/6.
  6. //
  7. //
  8. #import "ISEResult.h"
  9. @implementation ISEResult
  10. -(NSString*) toString{
  11. return @"";
  12. }
  13. @end