ifish/Ifish/controllers/IfishTabControllers/探索/IfishLive/MineKankan/WoDeKanKanViewCell.h

15 lines
269 B
Objective-C

//
// WoDeKanKanViewCell.h
// Ifish
//
// Created by imac on 16/11/9.
// Copyright © 2016年 lianxiang. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface WoDeKanKanViewCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UIButton *editBtn;
@end