






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface XXGSelectAccountCell : UITableViewCell


@property (nonatomic,strong) UIImageView * xxpk_imageView;


@property (nonatomic,strong) UILabel * xxpk_boxName;


@property (nonatomic,strong) UILabel * xxpk_comeinTime;

@end

NS_ASSUME_NONNULL_END
