Skip to content

Commit

Permalink
compatible with swift
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo committed Aug 16, 2019
1 parent 24f02a5 commit 68dad3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/Classes/TobiasPlugin.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import <Flutter/Flutter.h>
#import <AlipaySDK/AlipaySDK.h>


@interface TobiasPlugin : NSObject<FlutterPlugin>
+(BOOL)handleOpenURL:(NSURL*)url;
Expand Down
2 changes: 1 addition & 1 deletion ios/Classes/TobiasPlugin.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import "TobiasPlugin.h"

#import <AlipaySDK/AlipaySDK.h>

__weak TobiasPlugin* __tobiasPlugin;

Expand Down

0 comments on commit 68dad3b

Please sign in to comment.