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

15 lines
277 B
Objective-C

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