WKWebView+LhGray.h
300 Bytes
//
// WKWebView+LhGray.h
// SmartCity
//
// Created by luoh on 2021/3/25.
// Copyright © 2021 StarHome. All rights reserved.
//
#import <WebKit/WebKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface WKWebView (LhGray)
+(void)lh_WKWebViewWizzldMethedWith:(BOOL)changeGray;
@end
NS_ASSUME_NONNULL_END