// // AdminAuthPopupView.h // kneet2 // // Created by Jason Lee on 1/13/15. // Copyright (c) 2016 ntels. All rights reserved. // @import UIKit; #import "CustomAlertView.h" @class CustomTextField; @interface AdminAuthPopupView : CustomAlertView @property (weak, nonatomic) IBOutlet CustomTextField *txtPwd; - (id)initFromNib; @end