Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user