ifish/Ifish/controllers/IfishTabControllers/探索/lookafterServer/LookafterPicCell.h

15 lines
271 B
Objective-C

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