ifish/Ifish/controllers/IfishTabControllers/设备/Informations/View/IfishInfoDetailPingLunCell.m

25 lines
475 B
Objective-C

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