| 123456789101112131415161718192021222324 |
- //
- // UserNameSetViewController.h
- // OneCable
- //
- // Created by nComz on 2017. 3. 17..
- // Copyright © 2017년 ntels. All rights reserved.
- //
- #import "JDViewController.h"
- @class CustomButton;
- @class CustomTextField;
- @interface UserNameSetViewController : JDViewController
- @property (weak, nonatomic) IBOutlet CustomLabel *lblStep;
- @property (weak, nonatomic) IBOutlet CustomTextField *txtNickInput;
- @property (weak, nonatomic) IBOutlet CustomButton *btnCancel;
- @property (weak, nonatomic) IBOutlet CustomButton *btnNext;
- @end
|