






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface EveryAdjustSinAllowablePurpleCell : UITableViewCell


@property (nonatomic,strong) UIImageView * valueDriveView;


@property (nonatomic,strong) UILabel * providesName;


@property (nonatomic,strong) UILabel * copperTrialTime;

@end

NS_ASSUME_NONNULL_END
