12345678910111213141516171819202122232425262728293031323334353637 |
- //
- // YZMAWebPageViewController.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/31.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import "YZMABaseViewController.h"
- typedef NS_ENUM(NSUInteger, AlibcOpenPage) {
- /** 打开购物车 */
- AlibcOpenPageShopCar,
- /** 打开我的订单 */
- AlibcOpenPageMyOrder,
- };
- @interface YZMAWebPageViewController : YZMABaseViewController
- @property (nonatomic, assign) AlibcOpenPage openPage;
- @property (nonatomic, strong) UIWebView *webView;
- - (void)updateNavigationBarButtons;
- @property UIImageView *aNbH4n0;
- @property UIView *aCWOv3kZ;
- @property UIInputView *aKWqAl9;
- @property UIAlertView *aeXRwCG;
- @property UILabel *a3vIoNDQ;
- @property UIEdgeInsets *a6KLz2JAW;
- @property UIMotionEffect *a0OATapWE9;
- @property UIAlertView *a9C7sJ6Uqv;
- @property UIFontWeight *asqO4YzI;
- @property UISearchBar *atrBPpXAFRE;
- @property UIApplication *ajZ2W8;
- @property UIApplication *aZ4nK;
- @property UIMenuItem *aV0CjdeR;
- @property UIFontWeight *atlyX;
- @end
|