//
|
// titleCollectionReusableView.m
|
// BuWanVideo2.0
|
//
|
// Created by weikou on 16/8/11.
|
// Copyright © 2016年 com.yeshi.buwansheque.ios. All rights reserved.
|
//
|
|
#import "titleCollectionReusableView.h"
|
|
@implementation titleCollectionReusableView
|
|
- (void)awakeFromNib {
|
[super awakeFromNib];
|
// Initialization code
|
[self setUserInteractionEnabled:YES];
|
[self.resourceSelectionView setUserInteractionEnabled:YES];
|
}
|
|
@end
|