ResponseResultModel.h 301 B

123456789101112131415
  1. //
  2. // ResponseResultModel.h
  3. // IBOSS
  4. //
  5. // Created by apple on 2017/7/19.
  6. // Copyright © 2017年 沈阳东科云信软件有限公司. All rights reserved.
  7. //
  8. // 功能描述:响应数据返回结果模型
  9. //
  10. #import <Foundation/Foundation.h>
  11. @interface ResponseResultModel : NSObject
  12. @end