SalesInputTotalVIew.h 328 Bytes
Newer Older
Sandy's avatar
Sandy committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
//
//  SalesInputTotalVIew.h
//  vanke
//
//  Created by Z on 16/4/20.
//  Copyright © 2016年 gomore. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface SalesInputTotalVIew : UIView
@property (weak, nonatomic) IBOutlet UILabel *labelTotal;
@property (weak, nonatomic) IBOutlet UITextField *textFieldBillCount;

@end