// // MineKanHuNotBindFirstViewCell.h // Ifish // // Created by imac on 16/8/23. // Copyright © 2016年 lianxiang. All rights reserved. // #import @interface MineKanHuNotBindFirstViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIView *MineFirstBackView; @property (weak, nonatomic) IBOutlet UIImageView *shopZhaoPai; @property (weak, nonatomic) IBOutlet UILabel *shopName; @property (weak, nonatomic) IBOutlet UILabel *shopAddress; @property (weak, nonatomic) IBOutlet UIButton *geiShopDaDianHuaBtn; @property (weak, nonatomic) IBOutlet UIButton *sChatBtn; @end