| 123456789101112131415161718192021 |
- //
- // LoginViewController.h
- // AICity
- //
- // Created by 刘伟伟 on 2023/7/13.
- // Copyright © 2023 wei.z. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface RegiestViewController : UIViewController
- @end
- @interface inputView3 : UIView
- @property(nonatomic,assign)int type;
- @property (nonatomic, strong) void(^tapBlock)(void);
- @property (nonatomic, strong)UITextField *tf;
- @end
- NS_ASSUME_NONNULL_END
|