using System;
using Microsoft.MixedReality.Toolkit;

namespace #NAMESPACE#
{
	public interface #INTERFACE_NAME# : IMixedRealityExtensionService
	{
		// Expose service features and abilities here
	}
}