// // BGSystemMsgContentCell.h // BuguLive // // Created by bugu on 2019/12/16. // Copyright © 2019 xfg. All rights reserved. // #import #import "BGSystemMsgModel.h" NS_ASSUME_NONNULL_BEGIN @interface BGSystemMsgContentCell : UITableViewCell @property(nonatomic, strong) BGSystemMsgModel *model; @end NS_ASSUME_NONNULL_END