123456789101112131415161718192021 |
- //
- // MTMsgMoreView.h
- // Jianbinglian
- //
- // Created by Simon on 2021/2/23.
- // Copyright © 2021 Simon. All rights reserved.
- //
- #import "MTBaseView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface MTMsgMoreView : MTBaseView
- @property (weak, nonatomic) IBOutlet UIButton *saoBtn;
- @property (weak, nonatomic) IBOutlet UIButton *qunliaoBtn;
- @property (weak, nonatomic) IBOutlet UIButton *addBtn;
- @end
- NS_ASSUME_NONNULL_END
|