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