|
//
// mobilePhoneAndEmailConfirmController.h
// ThePaperHD
//
// Created by scar1900 on 15/3/23.
// Copyright (c) 2015年 scar1900. All rights reserved.
//
#import "TPKeyboardController.h"
#import "MLNavigationController.h"
#import "KGModal.h"
#import "TPCustomButton.h"
#import "registerController.h"
@interface mobilePhoneAndEmailConfirmController : TPKeyboardController
@property(nonatomic, strong)UIButton *closeBtn;
@property(nonatomic, strong)UILabel *titleLabel;
@property(nonatomic, strong)UITextField *phoneTextField;
@property(nonatomic, strong)UITextField *inviteCodeField;
@property(nonatomic, strong)UIButton *getInviteCodeBtn;
@property(nonatomic, strong)TPCustomButton *confirmBtn;
@end
|