#import "SoundpoolPlugin.h" #if __has_include() #import #else #import "soundpool-Swift.h" #endif @implementation SoundpoolPlugin + (void)registerWithRegistrar:(NSObject*)registrar { [SwiftSoundpoolPlugin registerWithRegistrar:registrar]; } @end