- //
- // CarSecurityViewController.h
- // goodpk
- //
- // Created by 歐特儀 on 2020/2/11.
- // Copyright © 2020 Altob. All rights reserved.
- //
-
- #import <UIKit/UIKit.h>
-
- NS_ASSUME_NONNULL_BEGIN
-
- @interface CarSecurityViewController : UIViewController
- @property NSString* station;
- @end
-
- NS_ASSUME_NONNULL_END
|