ifish/Ifish/controllers/IfishTabControllers/探索/IfishNewShopsFlie/IfishKanHuGuanli/KanHuGuanLiPictureViewCell.h

15 lines
287 B
Objective-C

//
// KanHuGuanLiPictureViewCell.h
// Ifish
//
// Created by imac on 17/2/16.
// Copyright © 2017年 lianlian. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface KanHuGuanLiPictureViewCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UIImageView *shotImg;
@end