MTLeftNavView.h 426 B

1234567891011121314151617181920
  1. //
  2. // MTContactsNavView.h
  3. // Jianbinglian
  4. //
  5. // Created by Simon on 2021/2/20.
  6. // Copyright © 2021 Simon. All rights reserved.
  7. //
  8. #import "MTBaseView.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface MTLeftNavView : MTBaseView
  11. @property (weak, nonatomic) IBOutlet UILabel *titleL;
  12. @property (weak, nonatomic) IBOutlet UIButton *rightOneBtn;
  13. @property (weak, nonatomic) IBOutlet UIButton *rightTwoBtn;
  14. @end
  15. NS_ASSUME_NONNULL_END