BGRoomBGImageCollectCell.h 361 B

12345678910111213141516171819
  1. //
  2. // BGRoomBGImageCollectCell.h
  3. // UniversalApp
  4. //
  5. // Created by bugu on 2020/3/24.
  6. // Copyright © 2020 voidcat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class RoomBGImageModel;
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface BGRoomBGImageCollectCell : UICollectionViewCell
  12. @property(nonatomic, strong) RoomBGImageModel *model;
  13. @end
  14. NS_ASSUME_NONNULL_END