//
//  XXGSelectPayCell.h
//  XXGPlayKit
//
//  Created by apple on 2025/3/19.
//

#import <UIKit/UIKit.h>
#import "XXGSelectProductItem.h"

NS_ASSUME_NONNULL_BEGIN

@interface XXGSelectPayCell : UITableViewCell


@property (nonatomic, strong) XXGSelectProductItem *xxpk_model;

@end

NS_ASSUME_NONNULL_END
