ChooseWarehouseViewController.h 283 Bytes
//
//  ChooseStoreViewController.h
//  XFFruit
//
//  Created by 陈俊俊 on 15/8/26.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import "ChooseParentViewController.h"
#import "Warehouse.h"
@interface ChooseWarehouseViewController : ChooseParentViewController

@end