Files
peko-ios/YuMi/Modules/YMMine/View/SubViews/XPMineModifPayPwdView.h
2023-07-14 18:50:55 +08:00

20 lines
344 B
Objective-C

//
// YMMineModifPayPwdView.h
// YUMI
//
// Created by YUMI on 2021/9/18.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPMineModifPayPwdView : UIView
///输入框
@property (nonatomic,strong, readonly) UITextField *contentTextField;
///占位
@property (nonatomic,copy) NSString *placeholder;
@end
NS_ASSUME_NONNULL_END