XMGXianShiMshaView.h 452 B

123456789101112131415161718192021
  1. //
  2. // XMGXianShiMshaView.h
  3. // 振飞商城
  4. //
  5. // Created by 123 on 2020/5/16.
  6. // Copyright © 2020 Vibration Fly. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @protocol XMGXianshiMSTCellDelegate <NSObject>
  10. -(void )selectItemAtIndexPathTitle:(NSIndexPath *)indexPath;
  11. @end
  12. @interface XMGXianShiMshaView : UIView
  13. @property (nonatomic,strong) NSMutableArray *dataArr;
  14. @property (nonatomic,weak) id<XMGXianshiMSTCellDelegate> delegate;
  15. @end