// // BtnCollectionViewCell.h // jiaPei // // Created by apple on 16/3/12. // Copyright © 2016年 JCZ. All rights reserved. // #import #import "EXButton.h" @interface BtnCollectionViewCell : UICollectionViewCell @property (nonatomic, strong) EXButton *btn; -(instancetype)initWithFrame:(CGRect)frame; @end