// // NYWPViewModel.h // jiaPei // // Created by Ning.ge on 2024/7/24. // Copyright © 2024 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NYWPViewModel : NSObject @property (nonatomic, strong, readwrite) WKWebView *wView; -(NSDictionary*)getPudict; -(void)wkvPL:(NSString *)httpUrl; -(void)wwvPLJS:(NSInteger)code; @end NS_ASSUME_NONNULL_END