// // BuyRecoderListCell.h // VclustersGemini // // Created by 黄盛威 on 2020/10/19. // Copyright © 2020 APPLE. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @protocol BuyRecoderListCellDelegate - (void)buyRecoderListCellOrderDetailBtnClick; @end @interface BuyRecoderListCell : UITableViewCell @property (nonatomic ,weak)id delegate; @end NS_ASSUME_NONNULL_END