#import <Cordova/CDVPlugin.h>
#import <objc/runtime.h>

@interface CDVDecimalKeyboard : CDVPlugin <UIScrollViewDelegate> {

}

@end

