//
//  BLShortcutItem.h
//  BLShortcutItem
//
//  Created by Giovanni Collazo on 10/8/15.
//
//

#import <Cordova/CDV.h>

@interface BLShortcutItem : CDVPlugin

- (void) webViewDidFinishLoad: (CDVInvokedUrlCommand *) command;

@end
