19 lines
295 B
Objective-C
19 lines
295 B
Objective-C
//
|
|
// IfishRecVideoViewCell.m
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/12/6.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import "IfishRecVideoViewCell.h"
|
|
|
|
@implementation IfishRecVideoViewCell
|
|
|
|
- (void)awakeFromNib {
|
|
[super awakeFromNib];
|
|
// Initialization code
|
|
}
|
|
|
|
@end
|