//
|
// ForgetPasswVIew.h
|
// MaoerProject
|
//
|
// Created by eliolu on 2018/8/27.
|
// Copyright © 2018年 eliolu. All rights reserved.
|
//
|
|
#import <UIKit/UIKit.h>
|
|
@interface ForgetPasswVIew : UIView
|
|
+(ForgetPasswVIew *)getInstance;
|
|
@property (nonatomic, strong) UIButton *ChangePwBackBt;
|
@property (nonatomic, strong) UILabel *ChangePwTitle;
|
@property (nonatomic, strong) UITextField *ChangePwphoneField;
|
@property (nonatomic, strong) UIButton *ChangePwgetVerBt;
|
@property (nonatomic, strong) UITextField *ChangePwverificaField;
|
@property (nonatomic, strong) UITextField *ChangePwNewPassWordField;
|
@property (nonatomic, strong) UIButton *ChangePwBt;
|
|
@property (nonatomic, strong)UIButton *phoneErrorBt;
|
@property (nonatomic, strong)UIButton *verificaErrBt;
|
@property (nonatomic, strong)UIButton *passErrorBt;
|
|
@end
|