1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| //
| // GoogleAdCollectionReusableView.m
| // BuWanVideo2.0
| //
| // Created by apple on 16/9/20.
| // Copyright © 2016年 com.yeshi.buwansheque.ios. All rights reserved.
| //
|
| #import "GoogleAdCollectionReusableView.h"
|
| @implementation GoogleAdCollectionReusableView
|
| - (void)awakeFromNib {
| [super awakeFromNib];
| [self setUserInteractionEnabled:YES];
| }
|
| @end
|
|