ifish/Ifish/controllers/IfishTabControllers/设备/Informations/View/IfishInfoDetailContentViewC...

25 lines
487 B
Objective-C

//
// IfishInfoDetailContentViewCell.m
// Ifish
//
// Created by imac on 17/3/23.
// Copyright © 2017年 lianlian. All rights reserved.
//
#import "IfishInfoDetailContentViewCell.h"
@implementation IfishInfoDetailContentViewCell
- (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