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

26 lines
479 B
Objective-C

//
// KanHuGuanLiPictureViewCell.m
// Ifish
//
// Created by imac on 17/2/16.
// Copyright © 2017年 lianlian. All rights reserved.
//
#import "KanHuGuanLiPictureViewCell.h"
@implementation KanHuGuanLiPictureViewCell
- (void)awakeFromNib {
[super awakeFromNib];
// Initialization code
}
- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
[super setSelected:selected animated:animated];
// Configure the view for the selected state
}
@end