TiUIMenuOneViewCell.h 431 B

12345678910111213141516171819202122
  1. //
  2. // TiUISubMenuOneViewCell.h
  3. // TiSDKDemo
  4. //
  5. // Created by iMacA1002 on 2019/12/5.
  6. // Copyright © 2020 Tillusory Tech. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "TIMenuPlistManager.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface TiUIMenuOneViewCell : UICollectionViewCell
  12. @property(nonatomic,strong) TIMenuMode *mode;
  13. @property(nonatomic,copy)void(^clickOnCellBlock)(NSInteger index);
  14. @end
  15. NS_ASSUME_NONNULL_END