LoginWithPassViewController.h 442 B

123456789101112131415161718192021
  1. //
  2. // LoginViewController.h
  3. // AICity
  4. //
  5. // Created by 刘伟伟 on 2023/7/13.
  6. // Copyright © 2023 wei.z. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface LoginWithPassViewController : UIViewController
  11. @end
  12. @interface inputView2 : UIView
  13. @property(nonatomic,assign)int type;
  14. @property (nonatomic, strong) void(^tapBlock)(void);
  15. @property(nonatomic,strong)UITextField *tf;
  16. @end
  17. NS_ASSUME_NONNULL_END