Files
RedHotRoast-ios/Assets/Plugins/iOS/iOSBridgePlugin.h
T
2026-04-22 09:52:55 +08:00

8 lines
141 B
Objective-C

#import <Foundation/Foundation.h>
@interface iOSBridgePlugin : NSObject
+ (void)openURL:(NSString *)url;
+ (void)ShezhiACT:(bool)act;
@end