ifish/Ifish/controllers/IfishTabControllers/探索/FishDoctor/View/FIshDocSectionTableView3Cell.m

29 lines
693 B
Objective-C

//
// FIshDocSectionTableView3Cell.m
// Ifish
//
// Created by imac on 17/2/20.
// Copyright © 2017年 lianlian. All rights reserved.
//
#import "FIshDocSectionTableView3Cell.h"
@implementation FIshDocSectionTableView3Cell
- (void)awakeFromNib {
[super awakeFromNib];
// Initialization code
//[self.tiJiaoBtn addTarget:self action:@selector(tiJiaoBtnAction) forControlEvents:UIControlEventTouchUpInside];
self.tiJiaoBtn.layer.masksToBounds = YES;
self.tiJiaoBtn.layer.cornerRadius = 5;
}
- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
[super setSelected:selected animated:animated];
// Configure the view for the selected state
}
@end