// // AuthCodeTextField.h // 隐私保护 // // Created by xd h on 2023/11/7. // #import NS_ASSUME_NONNULL_BEGIN @class AuthCodeTextField; @protocol AuthCodeDeleteDelegate -(void)authCodeTextFieldDeleteBackward:(AuthCodeTextField *)textField; @end @interface AuthCodeTextField : UITextField @property (nonatomic,weak) id auth_delegate; @end NS_ASSUME_NONNULL_END