20 lines
277 B
Objective-C
Executable File
20 lines
277 B
Objective-C
Executable File
//
|
|
// BJPSWViw.h
|
|
// miliao
|
|
//
|
|
// Created by Mac on 2021/3/3.
|
|
// Copyright © 2021 miliao. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface BJPSWViw : UIView
|
|
|
|
@property (nonatomic,strong) UITextField *pswTF;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|