- //
- // LogNewCollectionViewCell.h
- // IBOSS
- //
- // Created by Dongke on 15/11/24.
- // Copyright © 2015年 elongtian. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface LogNewCollectionViewCell : UICollectionViewCell
- @property (strong, nonatomic) IBOutlet UIImageView *imageView;
- @end
|