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

25 lines
446 B
Objective-C

//
// LookafterPicCell.m
// Ifish
//
// Created by imac on 16/8/19.
// Copyright © 2016年 lianxiang. All rights reserved.
//
#import "LookafterPicCell.h"
@implementation LookafterPicCell
- (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