ifish/Ifish/controllers/IfishTabControllers/探索/lookafterWorkbech/BaoGaoViewFirstCell.h

15 lines
277 B
Objective-C

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