






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface BeginningFixAreTwoBurstCell : UITableViewCell


@property (nonatomic,strong) UIImageView * artsOptionView;


@property (nonatomic,strong) UILabel * scanningName;


@property (nonatomic,strong) UILabel * racePackCarTime;

@end

NS_ASSUME_NONNULL_END
