// // ChangeNamePopupView.h // kneet2 // // Created by Jason Lee on 10/12/15. // Copyright (c) 2015 ntels. All rights reserved. // @import UIKit; #import "CustomAlertView.h" @class CustomTextField; @interface ChangeNamePopupView : CustomAlertView @property (weak, nonatomic) IBOutlet CustomTextField *txtNickname; - (id)initFromNib; @end