//
// ShoppingViewController.h
// Lighting
//
// Created by 曹云霄 on 16/4/27.
// Copyright © 2016年 上海勾芒科技有限公司. All rights reserved.
//
#import "BaseViewController.h"
@interface ShoppingViewController : BaseViewController
/**
* 结算按钮
*/
@property (weak, nonatomic) IBOutlet UIButton *settlementButton;
/**
* 合计金额
*/
@property (weak, nonatomic) IBOutlet UILabel *totalpriceLabe;
/**
* 合计数量
*/
@property (weak, nonatomic) IBOutlet UILabel *totalNumbersLabe;
/**
* 全选
*/
@property (weak, nonatomic) IBOutlet UIButton *allSelectedButton;
@end
-
曹云霄 authored5437c3e6