add .gitignore
This commit is contained in:
30
msext/Class/RootVC/Bridgetwo.m
Executable file
30
msext/Class/RootVC/Bridgetwo.m
Executable file
@@ -0,0 +1,30 @@
|
||||
//
|
||||
// Bridge.m
|
||||
// JS_OC_Call
|
||||
// ios大师群:150245203,欢迎您的加入
|
||||
// Created by 亮亮 on 16/9/7.
|
||||
// Copyright © 2016年 钱袋宝. All rights reserved.
|
||||
//
|
||||
|
||||
#import "Bridgetwo.h"
|
||||
#import "AppDelegate.h"
|
||||
@implementation Bridgetwo
|
||||
@synthesize delegate;
|
||||
//一下方法都是只是打了个log 等会看log 以及参数能对上就说明js调用了此处的iOS 原生方法
|
||||
|
||||
|
||||
-(void)backgameData:(NSString *)data
|
||||
{
|
||||
[self.delegate backgameData:data];
|
||||
}
|
||||
|
||||
-(void)finishweb
|
||||
{
|
||||
[self.delegate finishweb];
|
||||
}
|
||||
|
||||
-(void)browser:(NSString *)url
|
||||
{
|
||||
[self.delegate browser:url];
|
||||
}
|
||||
@end
|
||||
Reference in New Issue
Block a user