// // ChooseProductViewController.h // XFFruit // // Created by n22 on 15/8/7. // Copyright (c) 2015年 Xummer. All rights reserved. // #import "ChooseParentViewController.h" #import "Product.h" @interface ChooseProductViewController : ChooseParentViewController @end