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