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

update

parent ded0d005
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#define dispatchAllHeight (522 + UIView.safeAreaInsetsBottom) #define dispatchAllHeight (522 + UIView.safeAreaInsetsBottom)
#define dispatchHalfHeight (286 + UIView.safeAreaInsetsBottom) #define dispatchHalfHeight (286 + UIView.safeAreaInsetsBottom)
@interface GMBasicInfoCardView ()<WKBaseWebViewDelegate> @interface GMBasicInfoCardView ()<WKWebViewDelegate>
@property (nonatomic, strong) GMBaseWebViewComponent *webCompent; @property (nonatomic, strong) GMBaseWebViewComponent *webCompent;
@property (nonatomic, strong) GMVideoWaitingView *waitingView; @property (nonatomic, strong) GMVideoWaitingView *waitingView;
@property (nonatomic, assign) int currentTime; @property (nonatomic, assign) int currentTime;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#import "GMToFaceNetworking.h" #import "GMToFaceNetworking.h"
@import GMBaseWeb; @import GMBaseWeb;
@import GMHud; @import GMHud;
@interface GMTofaceOrderDetailViewController () <WKBaseWebViewDelegate> @interface GMTofaceOrderDetailViewController () <WKWebViewDelegate>
@property (nonatomic, strong) GMComplaintObject *complaintObject; @property (nonatomic, strong) GMComplaintObject *complaintObject;
@end @end
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#import <GMFoundation/GMFoundation-umbrella.h> #import <GMFoundation/GMFoundation-umbrella.h>
@import GMBaseWeb; @import GMBaseWeb;
@import GMNetworking; @import GMNetworking;
@interface GMBusinessReportListController () <WKBaseWebViewDelegate> @interface GMBusinessReportListController () <WKWebViewDelegate>
@end @end
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
@import GMNetworking; @import GMNetworking;
@import GMFoundation; @import GMFoundation;
@import GMAlbum; @import GMAlbum;
@interface GMBusinessReportResultController () <WKBaseWebViewDelegate> @interface GMBusinessReportResultController () <WKWebViewDelegate>
@property (nonatomic, strong) UIImage *shareImage; @property (nonatomic, strong) UIImage *shareImage;
@property (nonatomic, copy) NSString *shareUserId; @property (nonatomic, copy) NSString *shareUserId;
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
@implementation GMViewEvaluateModel @end @implementation GMViewEvaluateModel @end
@interface GMDiagnoseRecordWebViewController () <WKBaseWebViewDelegate> @interface GMDiagnoseRecordWebViewController () <WKWebViewDelegate>
@property (nonatomic, strong) GMComplaintObject *complaintObject; @property (nonatomic, strong) GMComplaintObject *complaintObject;
@property (nonatomic, assign) BOOL isSureOrder; @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