Files
RedHotRoast-ios/Assets/Plugins/iOS/iOSBridgePlugin.h
T

8 lines
141 B
Objective-C
Raw Normal View History

2026-04-22 09:52:55 +08:00
#import <Foundation/Foundation.h>
@interface iOSBridgePlugin : NSObject
+ (void)openURL:(NSString *)url;
+ (void)ShezhiACT:(bool)act;
@end