From f35cb784f7edb05b113494e86a00268ef902ae89 Mon Sep 17 00:00:00 2001 From: 重庆迈尖科技有限公司 Date: 星期三, 18 八月 2021 14:03:27 +0800 Subject: [PATCH] 3.1.2完善 --- BuWanVideo2.0/JSAPI.m | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/BuWanVideo2.0/JSAPI.m b/BuWanVideo2.0/JSAPI.m index d83c5b2..46c541c 100644 --- a/BuWanVideo2.0/JSAPI.m +++ b/BuWanVideo2.0/JSAPI.m @@ -15,6 +15,10 @@ @implementation JSAPI +- (NSString *)getVersion:(NSString *)msg { + return Version; +} + - (NSString *)login:(NSString *)msg { [[NSNotificationCenter defaultCenter] postNotificationName:@"h5Login" object:nil]; return msg; -- Gitblit v1.8.0