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