8 lines
113 B
Objective-C
8 lines
113 B
Objective-C
|
|
#import <Foundation/Foundation.h>
|
||
|
|
|
||
|
|
@interface iOSBridgePlugin : NSObject
|
||
|
|
|
||
|
|
+ (void)openURL:(NSString *)url;
|
||
|
|
|
||
|
|
@end
|