






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface TryEndpointLighterFitFunCell : UITableViewCell


@property (nonatomic,strong) UIImageView * fourthQuitView;


@property (nonatomic,strong) UILabel * swimmingName;


@property (nonatomic,strong) UILabel * standardFarTime;

@end

NS_ASSUME_NONNULL_END
