| 123456789101112131415161718 |
- //
- // BGSystemMsgImageCell.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 BGSystemMsgImageCell : UITableViewCell
- @property(nonatomic, strong) BGSystemMsgModel *model;
- @end
- NS_ASSUME_NONNULL_END
|