TCRegisterViewController.h 343 B

12345678910111213141516
  1. //
  2. // TCRegisterViewController.h
  3. // TCLVBIMDemo
  4. //
  5. // Created by dackli on 16/10/1.
  6. // Copyright © 2016年 tencent. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "TCLoginModel.h"
  10. @interface TCRegisterViewController : UIViewController <UITextFieldDelegate>
  11. @property (nonatomic, weak) id<TCLoginListener> loginListener;
  12. @end