説明なし

LFWCollectionTicketCell.h 854B

1234567891011121314151617181920212223242526272829
  1. //
  2. // LFWCollectionTicketCell.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/1/24.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "LFWCollectionModel.h"
  10. #import "LFWHistoryModel.h"
  11. typedef void (^SimilarClick)(void);
  12. @interface LFWCollectionTicketCell : UITableViewCell
  13. + (instancetype)cellWithTableView:(UITableView *)tableView;
  14. @property (nonatomic, strong) LFWCollectionModel *model;
  15. @property (nonatomic, strong) LFWHistoryModel *historyModel;
  16. @property (nonatomic, copy) SimilarClick similarClick;
  17. @property UIInputView *azf6Tl9hx;
  18. @property UIScreen *aySFxHvDR;
  19. @property UIWindow *a7pVmRqY;@property UIBarButtonItem *a0sPgyQRJ;
  20. @property UISwitch *aYZLd4oPf2t;
  21. @property UIFont *aK95Ttq;
  22. @property UIViewController *aUMYf7;
  23. @property UIKeyCommand *azqk9cS7JL;
  24. @property UIRegion *aS7DY34l;
  25. @end