Include Storyboard or xib files in Cordova plugins

down vote
favorite
I am creating a Cordova plugin for an ionic application. I want to add a design part in the plugin for the iOS application. Can I add a storyboard or Xib from the Cordova plugin itself?

For the source files and assets of iOS platform, we can configure it in the plugin.xml file in the iOS section. For ex: source-file or asset tags

But can we use the Xib or Storyboard from the plugin in the Ionic project?

If yes under what key should we add it in the plugin.xml section? Assets section or any other different key is used for it?

See: A simple way to customize the screen of the BarcodeScanner