IdAndPwdView.h 299 Bytes
//
//  IdAndPwdView.h
//  CNLiveUserSystemDemo
//
//  Created by iOS on 16/9/14.
//  Copyright © 2016年 zhulin. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface IdAndPwdView : UIView
@property (nonatomic, strong)UITextField *idTF;
@property (nonatomic, strong)UITextField *pwdTF;
@end