Nenhuma Descrição

MSGHeader.h 426B

1234567891011121314151617181920
  1. //
  2. // MSGHeader.h
  3. // FirstLink
  4. //
  5. // Created by unicode on 14-9-17.
  6. // Copyright (c) 2014年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "Motis.h"
  10. @interface MSGHeader : NSObject
  11. @property (nonatomic, strong) NSString *code;
  12. @property (nonatomic, strong) NSString *msg;
  13. //@property (nonatomic, strong) NSString *timestamp;
  14. //@property (nonatomic, strong) NSString *transactionId;
  15. @end