19 lines
501 B
Objective-C
19 lines
501 B
Objective-C
//
|
|
// KanHuWorkViewSecondCell.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/8/24.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@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
|