ifish/Ifish/controllers/IfishYooseeFile/IfishYooseeControlller/IfishP2PPlayBack/IfishPlaybackViewCell.m

27 lines
544 B
Objective-C

//
// IfishPlaybackViewCell.m
// Ifish
//
// Created by imac on 16/12/13.
// Copyright © 2016年 lianxiang. All rights reserved.
//
#import "IfishPlaybackViewCell.h"
@implementation IfishPlaybackViewCell
- (void)awakeFromNib {
[super awakeFromNib];
// Initialization code
self.palybackVideo.image = LXImageWithImageName(@"playback_iocn_video");
}
- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
[super setSelected:selected animated:animated];
// Configure the view for the selected state
}
@end