Files
octokit.net/Octokit.Reactive/Clients/IObservableIssuesLabelsClient.cs
2014-02-18 10:44:37 +11:00

13 lines
214 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Octokit.Reactive
{
public interface IObservableIssuesLabelsClient
{
}
}