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

15 lines
334 B
Objective-C

//
// shopNoCumtomerViewCell.h
// Ifish
//
// Created by imac on 16/8/25.
// Copyright © 2016年 lianxiang. All rights reserved.
//
#import <UIKit/UIKit.h>
//无看护顾客
@interface shopNoCumtomerViewCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UIView *noGuKeBackView;
-(void)cellSetnoGuKeBackViewCorner;
@end