ifish/Ifish/controllers/IfishTabControllers/探索/lookafterServer/MineKanHuNotBindSecondViewC...

17 lines
430 B
Objective-C

//
// MineKanHuNotBindSecondViewCell.h
// Ifish
//
// Created by imac on 16/8/23.
// Copyright © 2016年 lianxiang. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface MineKanHuNotBindSecondViewCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UIButton *mineKanHuGoumai;
@property (weak, nonatomic) IBOutlet UIButton *mineKanHuBangDing;
@property (weak, nonatomic) IBOutlet UIView *minelookBackView;
@end