//
//  XXGSelectAccountCell.h
//  XXGPlayKit
//
//  Created by apple on 2025/3/12.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface XXGSelectAccountCell : UITableViewCell

/// 图像
@property (nonatomic,strong) UIImageView * xxpk_imageView;

/// userName
@property (nonatomic,strong) UILabel * xxpk_boxName;

/// logintime
@property (nonatomic,strong) UILabel * xxpk_comeinTime;

@end

NS_ASSUME_NONNULL_END
