// // BJPSWViw.h // miliao // // Created by Mac on 2021/3/3. // Copyright © 2021 miliao. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface BJPSWViw : UIView @property (nonatomic,strong) UITextField *pswTF; @end NS_ASSUME_NONNULL_END