MTMsgMoreView.h 418 B

123456789101112131415161718192021
  1. //
  2. // MTMsgMoreView.h
  3. // Jianbinglian
  4. //
  5. // Created by Simon on 2021/2/23.
  6. // Copyright © 2021 Simon. All rights reserved.
  7. //
  8. #import "MTBaseView.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface MTMsgMoreView : MTBaseView
  11. @property (weak, nonatomic) IBOutlet UIButton *saoBtn;
  12. @property (weak, nonatomic) IBOutlet UIButton *qunliaoBtn;
  13. @property (weak, nonatomic) IBOutlet UIButton *addBtn;
  14. @end
  15. NS_ASSUME_NONNULL_END