ISEResultFinal.h 212 B

1234567891011121314151617
  1. //
  2. // ISEResultFinal.h
  3. // IFlyMSCDemo
  4. //
  5. // Created by 张剑 on 15/3/7.
  6. //
  7. //
  8. #import "ISEResult.h"
  9. @interface ISEResultFinal : ISEResult
  10. @property(nonatomic,assign) int ret;
  11. -(NSString*) toString;
  12. @end