






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface PoloWaterWorldSlopePasswordCell : UITableViewCell


@property (nonatomic,strong) UIImageView * workNotDryView;


@property (nonatomic,strong) UILabel * producedName;


@property (nonatomic,strong) UILabel * furlongsManTime;

@end

NS_ASSUME_NONNULL_END
