LogNewCollectionViewCell.h 296 B

1234567891011121314
  1. //
  2. // LogNewCollectionViewCell.h
  3. // IBOSS
  4. //
  5. // Created by Dongke on 15/11/24.
  6. // Copyright © 2015年 elongtian. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface LogNewCollectionViewCell : UICollectionViewCell
  10. @property (strong, nonatomic) IBOutlet UIImageView *imageView;
  11. @end