//
// IfishHotBarHeader.h
// Ifish
// Created by 罗艺 on 2018/9/27.
// Copyright © 2018年 lianlian. All rights reserved.
#import <UIKit/UIKit.h>
@interface IfishHotBarHeader : UIView
@property (weak, nonatomic) IBOutlet UILabel *degreeLable;
@end