//// TransportPurchaseViewController.h// XFFruit//// Created by 陈俊俊 on 15/9/6.// Copyright (c) 2015年 Xummer. All rights reserved.//#import "ICRBaseViewController.h"typedefvoid(^GetPurchaseProduct)(NSArray*products);@interfaceTransportPurchaseViewController:ICRBaseViewController@property(nonatomic,copy)GetPurchaseProductgetProchaseProduct;@end