- //
- // CommonEditorBannerItemCell.h
- // TestPhoto
- //
- // Created by Jack on 2017/11/30.
- // Copyright © 2017年 Jack. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface CommonEditorBannerItemCell : UICollectionViewCell
- - (void)setItem:(NSDictionary *)item;
- @end
|