






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface LocationMediumHeartPositionsCellCell : UITableViewCell


@property (nonatomic,strong) UIImageView * capBitSnowView;


@property (nonatomic,strong) UILabel * nearBaseName;


@property (nonatomic,strong) UILabel * drumCompactTime;

@end

NS_ASSUME_NONNULL_END
