MGNewExplainCell.h 258 B

1234567891011121314151617
  1. //
  2. // MGNewExplainCell.h
  3. // BuguLive
  4. //
  5. // Created by 宋晨光 on 2020/3/17.
  6. // Copyright © 2020 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface MGNewExplainCell : UITableViewCell
  11. @end
  12. NS_ASSUME_NONNULL_END