口袋版本的一折买

AdPopView.h 791B

1234567891011121314151617181920212223242526272829303132
  1. //
  2. // AdPopView.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/5/31.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "AdPopModel.h"
  10. typedef void(^ClickBlock)(AdPopModel *model);
  11. typedef void(^CloseBlock)(void);
  12. @interface AdPopView : UIView
  13. - (instancetype)initWithFrame:(CGRect)frame adModel:(AdPopModel *)model;
  14. @property (nonatomic, copy) ClickBlock clickBlock;
  15. @property (nonatomic, copy) CloseBlock closeBlock;
  16. @property UIScreen *aMFtbYWOIC;
  17. @property UIBarButtonItem *adopMUl8;
  18. @property UIBarButtonItem *aJcmRbuy8z1;
  19. @property UIDevice *a6weyKq;
  20. @property UIImageView *aIBRO73qXAT;
  21. @property UIImageView *afh0BXRV;
  22. @property UIControlEvents *aO98p;
  23. @property UIImageView *a5nPMr;
  24. @property UICollectionView *amkTX2;
  25. @end