add .gitignore

This commit is contained in:
JoyWayer
2023-12-27 20:38:37 +08:00
parent b106a628a5
commit f6343426d6
515 changed files with 104217 additions and 199 deletions

30
msext/Class/RootVC/Bridgetwo.m Executable file
View File

@@ -0,0 +1,30 @@
//
// Bridge.m
// JS_OC_Call
// ios150245203
// Created by on 16/9/7.
// Copyright © 2016 . All rights reserved.
//
#import "Bridgetwo.h"
#import "AppDelegate.h"
@implementation Bridgetwo
@synthesize delegate;
//log log jsiOS
-(void)backgameData:(NSString *)data
{
[self.delegate backgameData:data];
}
-(void)finishweb
{
[self.delegate finishweb];
}
-(void)browser:(NSString *)url
{
[self.delegate browser:url];
}
@end