// // KanHuWorkViewSecondCell.h // Ifish // // Created by imac on 16/8/24. // Copyright © 2016年 lianxiang. All rights reserved. // #import @interface KanHuWorkViewSecondCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIView *kanHuccellBack; @property (weak, nonatomic) IBOutlet UIImageView *CameraHoldImg; -(void)cellSetHuWorkViewLastCellCorner; @property (weak, nonatomic) IBOutlet UILabel *guKeMing; @property (weak, nonatomic) IBOutlet UIButton *chatBtn; @end