summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-customurlscheme/src/wp8/CustomUriMapperCommand.cs
blob: 2004f2ec38ce631258abe1522e55c2c6a580c119 (plain)
1
2
3
4
5
6
7
8
9
using System;
using WPCordovaClassLib.Cordova.Commands;

namespace Cordova.Extension.Commands
{
	public class CustomUriMapperCommand : BaseCommand
	{
	}
}