// // 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 *btnConfirm; @property (weak, nonatomic) IBOutlet CustomButton *btnReReceive; @end