//
// PurchaseDetailViewController.h
// XFFruit
//
// Created by 陈俊俊 on 15/8/23.
// Copyright (c) 2015年 Xummer. All rights reserved.
//
#import "ICRBaseViewController.h"
#import "PurchaseBill.h"
@interface PurchaseDetailViewController : ICRBaseViewController
@property (nonatomic,strong)PurchaseBill *bill;
//显示样式
@property (nonatomic,assign)NSInteger indexStyle;//0.1.2
@end
-
陈俊俊 authored739d52c3