car in 場站查車鎖車 ios
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
366B

  1. //
  2. // LockModel.h
  3. // goodpk
  4. //
  5. // Created by 歐特儀 on 2020/4/23.
  6. // Copyright © 2020 Altob. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "JSONModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface LockModel : JSONModel
  12. @property NSString *result_code;
  13. @property NSString *result_msg;
  14. @end
  15. @implementation LockModel
  16. @end
  17. NS_ASSUME_NONNULL_END