WLNativeVideoTableViewCell.m 526 Bytes
//
//  WLNativeVideoTableViewCell.m
//  DemoApp
//
//  Created by Nick Xirotyris on 2/2/16.
//  Copyright © 2016 YC. All rights reserved.
//

#import "WLNativeVideoTableViewCell.h"
#import <AVFoundation/AVFoundation.h>


@implementation WLNativeVideoTableViewCell

- (void)awakeFromNib {
    // Initialization code
    [super awakeFromNib];
    
    
}

- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
    [super setSelected:selected animated:animated];

    // Configure the view for the selected state
}

@end