ifish/Ifish/controllers/IfishTabControllers/设备/QianDao/View/QianDaoGongLueViewCell.h

17 lines
394 B
Objective-C

//
// QianDaoGongLueViewCell.h
// Ifish
//
// Created by imac on 17/3/6.
// Copyright © 2017年 lianlian. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface QianDaoGongLueViewCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UILabel *firstLabel;
@property (weak, nonatomic) IBOutlet UILabel *secondLabel;
@property (weak, nonatomic) IBOutlet UILabel *thirdlabel;
@end