// // ViewController.h // iFreshDemo // // Created by zhang on 16/10/8. // Copyright © 2016年 taolei. All rights reserved. // #import @interface ViewController : UIViewController @property (weak, nonatomic) IBOutlet UITextField *WeightTF_one; @property (weak, nonatomic) IBOutlet UITextField *WeightTF_two; @property (weak, nonatomic) IBOutlet UITextField *WeightTF_three; @property (weak, nonatomic) IBOutlet UITextField *WeightTF_four; @property (weak, nonatomic) IBOutlet UITextField *dataTextFiled; @property (weak, nonatomic) IBOutlet UITextField *ForWeight_TF; @property (weak, nonatomic) IBOutlet UITextField *ForKcal_TF; @property (weak, nonatomic) IBOutlet UITextField *ForTotalKcal_TF; @end