Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- //
- // CarSecurityModdel.h
- // goodpk
- //
- // Created by 歐特儀 on 2020/4/23.
- // Copyright © 2020 Altob. All rights reserved.
- //
-
- #import <Foundation/Foundation.h>
- #import "JSONModel.h"
-
- NS_ASSUME_NONNULL_BEGIN
-
- @interface CarSecurityModdel : JSONModel
- @property NSString *result_code;
- @property NSString *result_msg;
-
- @end
-
- @implementation CarSecurityModdel
- @end
-
- NS_ASSUME_NONNULL_END
|