Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// ForgetViewController.h
|
||||
// Ifish
|
||||
//
|
||||
// Created by imac on 15/9/27.
|
||||
// Copyright © 2015年 imac. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "BaseVIewContorller.h"
|
||||
@interface ForgetViewController : BaseVIewContorller
|
||||
@property (weak, nonatomic) IBOutlet UITextField *phoneNumberFiled;
|
||||
@property (weak, nonatomic) IBOutlet UITextField *verifyTextFiled;
|
||||
|
||||
- (IBAction)nextStep:(id)sender;
|
||||
@property (weak, nonatomic) IBOutlet UIView *countryView;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *countryCodeBtn;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user