AccSecModel.h 397 B

123456789101112131415161718
  1. //
  2. // AccSecModel.h
  3. // BuguLive
  4. //
  5. // Created by GuoMs on 16/7/19.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface AccSecModel : NSObject
  10. @property (nonatomic, strong) NSString *error;
  11. @property (nonatomic, strong) NSString *is_security;
  12. @property (nonatomic, strong) NSString *mobile;
  13. @property (nonatomic, strong) NSString *status;
  14. @end