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