1234567891011121314151617181920 |
- //
- // MSGHeader.h
- // FirstLink
- //
- // Created by unicode on 14-9-17.
- // Copyright (c) 2014年 FirstLink. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "Motis.h"
- @interface MSGHeader : NSObject
- @property (nonatomic, strong) NSString *code;
- @property (nonatomic, strong) NSString *msg;
- //@property (nonatomic, strong) NSString *timestamp;
- //@property (nonatomic, strong) NSString *transactionId;
- @end
|