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