| 123456789101112131415161718 |
- //
- // Pay_Model.h
- // BuguLive
- //
- // Created by yy on 16/7/18.
- // Copyright © 2016年 xfg. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface Pay_Model : NSObject
- @property (nonatomic, copy) NSString *order_spec;
- @property (nonatomic, copy) NSString *sign;
- @property (nonatomic, copy) NSString *sign_type;
- @end
|