| 123456789101112131415161718 |
- //
- // AccSecModel.h
- // BuguLive
- //
- // Created by GuoMs on 16/7/19.
- // Copyright © 2016年 xfg. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface AccSecModel : NSObject
- @property (nonatomic, strong) NSString *error;
- @property (nonatomic, strong) NSString *is_security;
- @property (nonatomic, strong) NSString *mobile;
- @property (nonatomic, strong) NSString *status;
- @end
|