// // GGBannerCollectionViewCell.h // GGBannerViewDemo // // Created by GuinsooMBP on 15/10/16. // Copyright (c) 2015年 gaonan. All rights reserved. // #import @interface GGBannerCollectionViewCell : UICollectionViewCell @property (nonatomic, strong) UIImageView *imageView; @end