// // RoomFaceCell.h // UniversalApp // // Created by bogokj on 2019/8/27. // Copyright © 2019 voidcat. All rights reserved. // #import @class RoomFaceModel; NS_ASSUME_NONNULL_BEGIN @interface RoomFaceCell : UICollectionViewCell @property(nonatomic, strong) RoomFaceModel *model; @end NS_ASSUME_NONNULL_END