mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-10-31 17:37:41 +00:00
8 lines
238 B
Objective-C
8 lines
238 B
Objective-C
#import "CwMoneroPlugin.h"
|
|
#import <cw_monero/cw_monero-Swift.h>
|
|
|
|
@implementation CwMoneroPlugin
|
|
+ (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
|
|
[SwiftCwMoneroPlugin registerWithRegistrar:registrar];
|
|
}
|
|
@end
|