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