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