GGBannerCollectionViewCell.h 307 B

1234567891011121314151617
  1. //
  2. // GGBannerCollectionViewCell.h
  3. // GGBannerViewDemo
  4. //
  5. // Created by GuinsooMBP on 15/10/16.
  6. // Copyright (c) 2015年 gaonan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface GGBannerCollectionViewCell : UICollectionViewCell
  10. @property (nonatomic, strong) UIImageView *imageView;
  11. @end