| 1234567891011121314151617 |
- //
- // MGNewExplainCell.h
- // BuguLive
- //
- // Created by 宋晨光 on 2020/3/17.
- // Copyright © 2020 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface MGNewExplainCell : UITableViewCell
- @end
- NS_ASSUME_NONNULL_END
|