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