Commit af0d7b9d authored by 艾娇平's avatar 艾娇平

update

parent ded0d005
......@@ -31,7 +31,7 @@
#define dispatchAllHeight (522 + UIView.safeAreaInsetsBottom)
#define dispatchHalfHeight (286 + UIView.safeAreaInsetsBottom)
@interface GMBasicInfoCardView ()<WKBaseWebViewDelegate>
@interface GMBasicInfoCardView ()<WKWebViewDelegate>
@property (nonatomic, strong) GMBaseWebViewComponent *webCompent;
@property (nonatomic, strong) GMVideoWaitingView *waitingView;
@property (nonatomic, assign) int currentTime;
......
......@@ -15,7 +15,7 @@
#import "GMToFaceNetworking.h"
@import GMBaseWeb;
@import GMHud;
@interface GMTofaceOrderDetailViewController () <WKBaseWebViewDelegate>
@interface GMTofaceOrderDetailViewController () <WKWebViewDelegate>
@property (nonatomic, strong) GMComplaintObject *complaintObject;
@end
......
......@@ -15,7 +15,7 @@
#import <GMFoundation/GMFoundation-umbrella.h>
@import GMBaseWeb;
@import GMNetworking;
@interface GMBusinessReportListController () <WKBaseWebViewDelegate>
@interface GMBusinessReportListController () <WKWebViewDelegate>
@end
......
......@@ -18,7 +18,7 @@
@import GMNetworking;
@import GMFoundation;
@import GMAlbum;
@interface GMBusinessReportResultController () <WKBaseWebViewDelegate>
@interface GMBusinessReportResultController () <WKWebViewDelegate>
@property (nonatomic, strong) UIImage *shareImage;
@property (nonatomic, copy) NSString *shareUserId;
......
......@@ -34,7 +34,7 @@
@implementation GMViewEvaluateModel @end
@interface GMDiagnoseRecordWebViewController () <WKBaseWebViewDelegate>
@interface GMDiagnoseRecordWebViewController () <WKWebViewDelegate>
@property (nonatomic, strong) GMComplaintObject *complaintObject;
@property (nonatomic, assign) BOOL isSureOrder;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment