ChooseProductViewController.h 375 Bytes
Newer Older
n22's avatar
n22 committed
1 2 3 4 5 6 7 8
//
//  ChooseProductViewController.h
//  XFFruit
//
//  Created by n22 on 15/8/7.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

陈俊俊's avatar
陈俊俊 committed
9
#import "ChooseParentViewController.h"
n22's avatar
n22 committed
10 11
#import "Product.h"
typedef void(^ChoseProduct)(Product *product);
n22's avatar
n22 committed
12

陈俊俊's avatar
陈俊俊 committed
13
@interface ChooseProductViewController : ChooseParentViewController
n22's avatar
n22 committed
14 15 16

@property (nonatomic,copy)ChoseProduct choseProduct;
@end