| 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 (strong, nonatomic) SignUpModel *signUpModel;
- @property (weak, nonatomic) IBOutlet CustomLabel *lblId; // 사용자 ID
- @property (weak, nonatomic) IBOutlet CustomButton *btnConfirm; // 확인 버튼
- @end
|