一折买app------返利---------返利宝

YZMAWebPageViewController.h 1010B

12345678910111213141516171819202122232425262728293031323334353637
  1. //
  2. // YZMAWebPageViewController.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/1/31.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import "YZMABaseViewController.h"
  9. typedef NS_ENUM(NSUInteger, AlibcOpenPage) {
  10. /** 打开购物车 */
  11. AlibcOpenPageShopCar,
  12. /** 打开我的订单 */
  13. AlibcOpenPageMyOrder,
  14. };
  15. @interface YZMAWebPageViewController : YZMABaseViewController
  16. @property (nonatomic, assign) AlibcOpenPage openPage;
  17. @property (nonatomic, strong) UIWebView *webView;
  18. - (void)updateNavigationBarButtons;
  19. @property UIImageView *aNbH4n0;
  20. @property UIView *aCWOv3kZ;
  21. @property UIInputView *aKWqAl9;
  22. @property UIAlertView *aeXRwCG;
  23. @property UILabel *a3vIoNDQ;
  24. @property UIEdgeInsets *a6KLz2JAW;
  25. @property UIMotionEffect *a0OATapWE9;
  26. @property UIAlertView *a9C7sJ6Uqv;
  27. @property UIFontWeight *asqO4YzI;
  28. @property UISearchBar *atrBPpXAFRE;
  29. @property UIApplication *ajZ2W8;
  30. @property UIApplication *aZ4nK;
  31. @property UIMenuItem *aV0CjdeR;
  32. @property UIFontWeight *atlyX;
  33. @end