两折买改口袋样式

LZMWebPageViewController.h 874B

123456789101112131415161718192021222324252627282930313233
  1. //
  2. // LZMWebPageViewController.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/1/31.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import "LZMBaseViewController.h"
  9. typedef NS_ENUM(NSUInteger, AlibcOpenPage) {
  10. /** 打开购物车 */
  11. AlibcOpenPageShopCar,
  12. /** 打开我的订单 */
  13. AlibcOpenPageMyOrder,
  14. };
  15. @interface LZMWebPageViewController : LZMBaseViewController
  16. @property (nonatomic, assign) AlibcOpenPage openPage;
  17. @property (nonatomic, strong) UIWebView *webView;
  18. - (void)updateNavigationBarButtons;
  19. @property UIAlertAction *aPzl2;
  20. @property UIControl *aTRvh3eo0;
  21. @property UIUserInterfaceIdiom *aJgub;
  22. @property UIDocument *aTqKN;
  23. @property UIImage *acM2U4gOd;
  24. @property UISearchBar *apZF7;
  25. @property UIEdgeInsets *aXyeIdEq;
  26. @property UIEdgeInsets *aPgQio;
  27. @property UIAlertView *agPlj7BH;
  28. @property UIEdgeInsets *aULDqA8Ery;
  29. @end