// // BGRoomBGImageCollectCell.h // UniversalApp // // Created by bugu on 2020/3/24. // Copyright © 2020 voidcat. All rights reserved. // #import @class RoomBGImageModel; NS_ASSUME_NONNULL_BEGIN @interface BGRoomBGImageCollectCell : UICollectionViewCell @property(nonatomic, strong) RoomBGImageModel *model; @end NS_ASSUME_NONNULL_END