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

29 lines
582 B
Objective-C

//
// MineKanHuNormalViewCell.m
// Ifish
//
// Created by imac on 16/8/23.
// Copyright © 2016年 lianxiang. All rights reserved.
//
#import "MineKanHuNormalViewCell.h"
@implementation MineKanHuNormalViewCell
- (void)awakeFromNib {
[super awakeFromNib];
// Initialization code
self.kanHunormalBackView.layer.masksToBounds = YES;
self.kanHunormalBackView.layer.cornerRadius = 5;
}
- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
[super setSelected:selected animated:animated];
// Configure the view for the selected state
}
@end