123456789101112131415161718192021222324252627282930313233 |
- //
- // LZMWebPageViewController.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/31.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import "LZMBaseViewController.h"
- typedef NS_ENUM(NSUInteger, AlibcOpenPage) {
- /** 打开购物车 */
- AlibcOpenPageShopCar,
- /** 打开我的订单 */
- AlibcOpenPageMyOrder,
- };
- @interface LZMWebPageViewController : LZMBaseViewController
- @property (nonatomic, assign) AlibcOpenPage openPage;
- @property (nonatomic, strong) UIWebView *webView;
- - (void)updateNavigationBarButtons;
- @property UIAlertAction *aPzl2;
- @property UIControl *aTRvh3eo0;
- @property UIUserInterfaceIdiom *aJgub;
- @property UIDocument *aTqKN;
- @property UIImage *acM2U4gOd;
- @property UISearchBar *apZF7;
- @property UIEdgeInsets *aXyeIdEq;
- @property UIEdgeInsets *aPgQio;
- @property UIAlertView *agPlj7BH;
- @property UIEdgeInsets *aULDqA8Ery;
- @end
|