口袋版本的一折买

SelectFiltrateView.h 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. //
  2. // SelectFiltrateView.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/5/2.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @protocol SelectFiltrateViewDelegate <NSObject>
  10. - (void)makeSureActionWithFromValue:(NSString *)fromValue toValue:(NSString *)toValue;
  11. @property UITableView *agirRlJe6mn;
  12. @property UITableView *agfx5SkH;
  13. @property UICollectionView *aWQMLTNvp;
  14. @property UIMotionEffect *aalDEFQPHf;
  15. @property UIFont *amST7;
  16. @property UIFontWeight *aTsnfCi40j;
  17. @property UIViewController *adtT1ko04;
  18. @property UIEdgeInsets *aMJVmBe96c;
  19. @property UIActivity *ac8vezBN;
  20. @property UIButton *aDNr3b0MX;
  21. @property UIImage *asdxB;
  22. @property UIFontWeight *a2kLA9l;
  23. @property UIFont *aVMEXkAlc;
  24. @property UIMenuItem *ah2s9LISde;
  25. @property UIImageView *aKsxLeTSh5;
  26. @property UIColor *aQqkb;
  27. @end
  28. @interface SelectFiltrateView : UIView
  29. - (instancetype)initWithFrame:(CGRect)frame filtrateArr:(NSArray *)arr;
  30. @property (nonatomic, weak) id <SelectFiltrateViewDelegate> delegate;
  31. //确定
  32. @property (nonatomic, strong) UIButton *makeSureBtn;
  33. //取消
  34. @property (nonatomic, strong) UIButton *cancelBtn;
  35. @property UITableView *agirRlJe6mn;
  36. @property UITableView *agfx5SkH;
  37. @property UICollectionView *aWQMLTNvp;
  38. @property UIMotionEffect *aalDEFQPHf;
  39. @property UIFont *amST7;
  40. @property UIFontWeight *aTsnfCi40j;
  41. @property UIViewController *adtT1ko04;
  42. @property UIEdgeInsets *aMJVmBe96c;
  43. @property UIActivity *ac8vezBN;
  44. @property UIButton *aDNr3b0MX;
  45. @property UIImage *asdxB;
  46. @property UIFontWeight *a2kLA9l;
  47. @property UIFont *aVMEXkAlc;
  48. @property UIMenuItem *ah2s9LISde;
  49. @property UIImageView *aKsxLeTSh5;
  50. @property UIColor *aQqkb;
  51. @end