// // ConfirmPasswdPopupView.h // OneCable // // Created by Jason Lee on 01/14/15. // Copyright (c) 2016 ntels. All rights reserved. @import UIKit; #import "CustomAlertView.h" @class CustomTextField; @interface ConfirmPasswdPopupView : CustomAlertView @property (weak, nonatomic) IBOutlet CustomTextField *txtPasswd; - (id)initFromNib; @end