fengye/fk101/web_xcode/Libraries/Editor/XCodeAPI/Code/UnityAction.h

22 lines
396 B
C
Raw Normal View History

2025-11-27 00:09:24 +08:00
//
// UnityAction.h
// Unity-iPhone
//
// Created by qyq on 2019/6/22.
//
#import "WXAppDelegate.h"
@interface UnityAction : NSObject
+(void)login;
+(void)share:(int)id:(const char*)str:(const char*)func;
+(int)GetWIFISignalStrength;
+(int)GetTeleSignalStrength;
+(int)__GetSignalStrength;
+(float)GetBatteryLevel;
+(bool)_ifChargingBattery;
+(void)CopyToClipboard:(const char*)text;
@end