ifish/Ifish/controllers/IfishTabControllers/探索/lookafterWorkbech/BaoGaoDownViewCell.h

16 lines
329 B
Objective-C

//
// BaoGaoDownViewCell.h
// Ifish
//
// Created by imac on 16/8/29.
// Copyright © 2016年 lianxiang. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface BaoGaoDownViewCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UILabel *pingfenLabel;
@property (weak, nonatomic) IBOutlet UILabel *fenlabel;
@end