You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.5 KiB
41 lines
1.5 KiB
1 year ago
|
//
|
||
|
// edhao_Class_Rytjup.h
|
||
|
// Created by apple on 2023/09/01
|
||
|
//
|
||
|
// Copyright © 2023年 apple. All rights reserved.
|
||
|
//
|
||
|
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@interface edhao_Class_Rytjup : NSObject
|
||
|
//mark:这里如果没有JS调用OC的功能的话
|
||
|
+ (void)bmg_X12_fantastic:(NSString *)arg1 qSSW_A12_Bcynkk:(NSString *)qSSW_A12_Bcynkk;
|
||
|
|
||
|
//mark:shadowPath设置阴影的图形
|
||
|
+ (void)ssw_X11_Galaxy:(NSString *)arg1 qSSW_A12_Bcynkk:(NSString *)qSSW_A12_Bcynkk;
|
||
|
|
||
|
//mark:当设置阴影和裁剪的时候,会把阴影的裁剪掉
|
||
|
+ (void)ssw_X11_sophisticated:(NSString *)arg1 qSSW_A12_Bcynkk:(NSString *)qSSW_A12_Bcynkk;
|
||
|
|
||
|
//mark:页面内容到达main frame时回调
|
||
|
+ (void)uad_X15_cosmopolitan:(NSString *)arg1 qSSW_A12_Bcynkk:(NSString *)qSSW_A12_Bcynkk;
|
||
|
|
||
|
//mark:这样就能实现OC调用JS 方法
|
||
|
+ (void)okg_X12_parameter:(NSString *)arg1 qSSW_A12_Bcynkk:(NSString *)qSSW_A12_Bcynkk;
|
||
|
|
||
|
//mark:纯代码适配iPhone X脚底
|
||
|
+ (void)Sports_methods_game:(NSString *)arg1 qSSW_A12_Bcynkk:(NSString *)qSSW_A12_Bcynkk;
|
||
|
|
||
|
//mark:在前面的WKWebView使用之WKUIDelegate中
|
||
|
+ (void)fag_method_Butterfly:(NSString *)arg1 qSSW_A12_Bcynkk:(NSString *)qSSW_A12_Bcynkk;
|
||
|
|
||
|
//mark:在iOS上默认为NO,表示不能自动通过窗口打开
|
||
|
+ (void)sbg_method_evanescence:(NSString *)arg1 qSSW_A12_Bcynkk:(NSString *)qSSW_A12_Bcynkk;
|
||
|
|
||
|
//mark:链接跳转、接收响应、在导航开始、成功、失败等时要做些处理,就可以通过实现相关的代理方法
|
||
|
+ (void)nsg_method_fantastic:(NSString *)arg1 qSSW_A12_Bcynkk:(NSString *)qSSW_A12_Bcynkk;
|
||
|
|
||
|
|
||
|
@end
|