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

16 lines
326 B
Objective-C

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