16 lines
333 B
Objective-C
16 lines
333 B
Objective-C
//
|
|
// Report5ViewCell.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/9/2.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface Report5ViewCell : UITableViewCell
|
|
@property (weak, nonatomic) IBOutlet UILabel *pingFenLabel;
|
|
@property (weak, nonatomic) IBOutlet UILabel *pingFenDescreaption;
|
|
|
|
@end
|