TiUISubMenuOneViewCell.h 307 B

123456789101112131415
  1. //
  2. // TiUISubMenuOneViewCell.h
  3. // TiSDKDemo
  4. //
  5. // Created by iMacA1002 on 2019/12/4.
  6. // Copyright © 2020 Tillusory Tech. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "TIConfig.h"
  10. @interface TiUISubMenuOneViewCell : UICollectionViewCell
  11. @property(nonatomic,strong)TIMenuMode *subMod;
  12. @end