1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| //
| // ConfirmTheGoodsViewController.h
| // BuWanVideo2.0
| //
| // Created by apple on 17/1/6.
| // Copyright © 2017年 com.yeshi.buwansheque.ios. All rights reserved.
| //
|
| #import <UIKit/UIKit.h>
|
| @interface ConfirmTheGoodsViewController : UIViewController
| @property (weak, nonatomic) IBOutlet NSLayoutConstraint *imageH;
|
| @property (weak, nonatomic) IBOutlet NSLayoutConstraint *KeyBoradH;//这个主要是调整键盘弹起时,调整框的位置
|
| @property (weak, nonatomic) IBOutlet UITextField *textView;
| @end
|
|