






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface TwoImperialEastBleedSimulatesCell : UITableViewCell


@property (nonatomic,strong) UIImageView * celsiusCarView;


@property (nonatomic,strong) UILabel * unlockedName;


@property (nonatomic,strong) UILabel * adaptiveRetTime;

@end

NS_ASSUME_NONNULL_END
