aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers/IService.cs
blob: d53395aa28804fedae1a7acf91cd1aa15c30143b (plain) (blame)
1
2
3
4
5
6
7
8
9
using System;
using System.Collections.Generic;
using System.Text;

namespace Google.ProtocolBuffers {
  public interface IService {
    // TODO(jonskeet): Fill this in
  }
}