MTMsgSearchTableViewCell.h 288 B

1234567891011121314151617
  1. //
  2. // MTMsgSearchTableViewCell.h
  3. // Jianbinglian
  4. //
  5. // Created by Simon on 2021/2/24.
  6. // Copyright © 2021 Simon. All rights reserved.
  7. //
  8. #import "MTBaseTableViewCell.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface MTMsgSearchTableViewCell : MTBaseTableViewCell
  11. @end
  12. NS_ASSUME_NONNULL_END