#if NETFX

using System;
using System.Runtime.InteropServices;

namespace IWshRuntimeLibrary
{
	// Token: 0x02000049 RID: 73
	[Guid("F935DC2B-1CF0-11D0-ADB9-00C04FD58A0B")]
	[CoClass(typeof(WshURLShortcutClass))]
	[ComImport]
	internal interface WshURLShortcut : IWshURLShortcut
	{
	}
}

#endif