added marker interfaces for missing clients

This commit is contained in:
Brendan Forster
2014-02-07 09:30:05 +11:00
parent c6b0ea7357
commit d7eb8fd305
3 changed files with 46 additions and 0 deletions
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Octokit.Reactive
{
public interface IObservableIssuesLabelsClient
{
}
}