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