ChangePasswordViewController.h 497 B

1234567891011121314151617181920
  1. //
  2. // ChangePasswordViewController.h
  3. // HMLG Scan Order
  4. //
  5. // Created by Rui Zhang on 4/8/22.
  6. // Copyright © 2022 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface ChangePasswordViewController : UIViewController
  11. @property (weak, nonatomic) IBOutlet UITextField *editopwd;
  12. @property (weak, nonatomic) IBOutlet UITextField *editnpwd;
  13. @property (weak, nonatomic) IBOutlet UITextField *editcpwd;
  14. @end
  15. NS_ASSUME_NONNULL_END