| 12345678910111213141516171819202122 |
- //
- // IdFindCompleteViewController.h
- // OneCable
- //
- // Created by nComz on 2017. 3. 31..
- // Copyright © 2017년 ntels. All rights reserved.
- //
- #import "JDViewController.h"
- @class CustomLabel;
- @class CustomButton;
- @interface IdFindCompleteViewController : JDViewController
- @property (weak, nonatomic) IBOutlet CustomLabel *lblStep;
- @property (weak, nonatomic) IBOutlet CustomLabel *lblUserId;
- @property (weak, nonatomic) IBOutlet CustomButton *btnConfirm;
- @end
|