PwFindCompleteViewController.h 535 B

12345678910111213141516171819202122
  1. //
  2. // PwFindCompleteViewController.h
  3. // OneCable
  4. //
  5. // Created by nComz on 2017. 3. 31..
  6. // Copyright © 2017년 ntels. All rights reserved.
  7. //
  8. #import "JDViewController.h"
  9. @class CustomButton;
  10. @class CustomLabel;
  11. @interface PwFindCompleteViewController : JDViewController
  12. @property (weak, nonatomic) IBOutlet CustomLabel *lblStep;
  13. @property (weak, nonatomic) IBOutlet CustomButton *btnLogin;
  14. @property (weak, nonatomic) IBOutlet CustomButton *btnReReceive;
  15. @property (weak, nonatomic) IBOutlet CustomLabel *lblUserName;
  16. @end