重庆迈尖科技有限公司
2018-08-30 a4cb464e45757edc2982c0a04ac0bbddb6c5430d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
//  MyJSInterface.h
//  EasyJSWebViewSample
//
//  Created by Lau Alex on 19/1/13.
//  Copyright (c) 2013 Dukeland. All rights reserved.
//
 
#import <Foundation/Foundation.h>
#import "EasyJSDataFunction.h"
 
@interface MyJSInterface : NSObject
 
- (NSString *)getUid;
- (NSString *)getVersion;
- (NSString *)getSign:(NSString *)string;
- (void)toast:(NSString *)string;
- (void)jumpGoodsSplash:(NSString *)string;
- (void)jumpGoodsDetail:(NSString *)string;
- (void)login;
@end