ifish/Ifish/controllers/IfishTabControllers/探索/lookafterWorkbech/BaoGaoViewThirdCell.m

30 lines
559 B
Objective-C

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