ifish/Ifish/views/setViewCell/InfoCell.m

25 lines
417 B
Objective-C

//
// InfoCell.m
// Ifish
//
// Created by imac on 15/10/1.
// Copyright © 2015年 imac. All rights reserved.
//
#import "InfoCell.h"
@implementation InfoCell
- (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