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