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