MTMsgListIconView.h 304 B

1234567891011121314151617
  1. //
  2. // MTMsgListIconView.h
  3. // Jianbinglian
  4. //
  5. // Created by Simon on 2021/2/24.
  6. // Copyright © 2021 Simon. All rights reserved.
  7. //
  8. #import "MTBaseView.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface MTMsgListIconView : MTBaseView
  11. @property (nonatomic, strong) NSArray *imgArray;
  12. @end
  13. NS_ASSUME_NONNULL_END