CommonEditorBannerItemCell.h 275 B

123456789101112131415
  1. //
  2. // CommonEditorBannerItemCell.h
  3. // TestPhoto
  4. //
  5. // Created by Jack on 2017/11/30.
  6. // Copyright © 2017年 Jack. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface CommonEditorBannerItemCell : UICollectionViewCell
  10. - (void)setItem:(NSDictionary *)item;
  11. @end